@charset "UTF-8";

body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #35261A;	
}

.header {
	width: 100%;
	height: 50%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;

				background: #35261B; /* Old browsers */
	background: -moz-linear-gradient(top, #35261B 100%, #35261B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#35261B), color-stop(100%,#35261B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #35261B 100%,#35261B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #35261B 100%,#35261B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #35261B 100%,#35261B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #35261B 100%,#35261B 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35261B', endColorstr='#35261B',GradientType=0 );*/
	border-style: none;
	z-index: -1;
}

.logo {
	width: 100%;
	height: 50%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;

				
	border-style: none;
	background: url(../img/logo.png) no-repeat 50% 50%;
	z-index: 3;
}

.ambacceso {
	width: 100%;
	height: 50%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;

				
	border-style: none;
	background: url(../img/ambacceso.png) no-repeat 50% bottom;
	z-index: 3;
}

.footer {
	width: 100%;
	height: 51%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
    background: #b9c800; 
    bottom: 0;
	border-style: none;
	z-index: 1;
}


        
.cajaacceso {
	width: 100%;
	height: 51%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
    background: #b9c800 url(../img/cajaacceso_.png) no-repeat 50% top; 
    bottom: 0;
	border-style: none;
	z-index: 4;
}

.logoamb2 {
	width: 100%;
	height: 51%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
    background: url(../img/logoamb.png) no-repeat 45% 75%; 
    bottom: 0;
	border-style: none;
	z-index: 4;
}

.flecha {
	width: 100%;
	height: 51%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
    background: url(../img/flechaacceso.png) no-repeat 85% bottom; 
    bottom: 0;
	border-style: none;
	z-index: 4;
}

.acceso {
	width: 100%;
	height: 51%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
    background: none no-repeat 50% top; 
    bottom: 0;
	border-style: none;
	z-index: 5;
}

.textolabel {
	font-size: 0.9em;
}

.cajainput {
	width: 240px;
	height: 25px;
	border: 1px solid gray;
}

.acceder {
	width: 100%;
	height: 51%;
	position: absolute;
		margin-left: auto;
	margin-right: auto;
	border-style: none;
	z-index: 5;
	clear: both;
}

.more.blue
{
	font: 0.9em/normal Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	border-color: #35261A;
	background-color: #b9c800;
	border: 2px solid #35261A;
	
}

.more.blue:hover
{
	background-color: #35261A;
	border: 1px solid #35261A;
}

.more
{
	float: left;
	color: white;
	width: 100px;
	height: 28px;
	
}
	.wrap{
		width:95%;
}

button #btnGris{
    width: 200px;
    
}
button .btnNaranja{
    width: 200px;
    background-color: #35261B;
    
}
