@import url("reset.css");

html{
	width: 100%;
	height: 100%;
}
body{
	background-color: #554843;
	width: 100%;
	height: 100%;
}

/* ----------container to center the layout-------- */

.botonEntrar{
	font-size:11pt;
	height:22px;
	margin-left:10px;
	position:absolute;
	text-align:center;
	top:0px;
	width:81px;
	z-index:3;
}
.botonEntrar a{
	background:#756B66 none repeat scroll 0%;
	color:white;
	float:left;
	padding-top: 56px;
	font-weight:bold;
	height:100%;
	text-decoration:none !important;
	width:100%;
}
.botonEntrar a:hover 	{
	background: #FF6900;
}


.divlogoCentral{
	top:40.3%;
	right:10%;
	position:absolute;
	z-index:2;
	width:378px;
	height:188px;
	background: url('/images/logo_index.png');
	font-size: 1.1em;
}

.logoFondo{
	bottom:0;
	left:0;
	position:absolute;
	width:26em;
	z-index:1;
}
