@charset "UTF-8";

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

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

				background: #58585a; /* Old browsers */
background: -moz-linear-gradient(top, #58585a 51%, #2d2d2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#58585a), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #58585a 51%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #58585a 51%,#2d2d2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #58585a 51%,#2d2d2d 100%); /* IE10+ */
background: linear-gradient(to bottom, #58585a 51%,#2d2d2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58585a', endColorstr='#2d2d2d',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: #e66824; 
    bottom: 0;
	border-style: none;
	z-index: 1;
}


        
.cajaacceso {
	width: 100%;
	height: 51%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
    background: #e66824 url(../img/cajaacceso.png) no-repeat 50% top; 
    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: #323233;
	background-color: #58585a;
	border: 1px solid #58585a;
	
}

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

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

button #btnGris{
    width: 200px;
    
}
button .btnNaranja{
    width: 200px;
    background-color: #58585a;
    
}
