@CHARSET "ISO-8859-1";


html,body{
	height:100%;
	width:100%;
	background-color: #049AB6;
	background: linear-gradient(top,#049AB6 0%, #475DB6 80%);
	background: -webkit-linear-gradient(top,#049AB6 0%, #475DB6 80%);
	background: -moz-linear-gradient(top,#049AB6 0%, #475DB6 80%);
	background: -o-linear-gradient(top,#049AB6 0%, #475DB6 80%);
	background-size: cover;
	overflow: hidden;
	font: 100% "Arial";
}

#contenedor{
	position:absolute;
	width: 85%;
	height: 85%;
	top: 8%;
	left: 2.5%;
	margin: 0 auto;
	padding-top:2%;
	overflow: hidden;
	z-index: 1;
}

#botones {
	position: absolute;
	width: 10%;
	height: 10%;
	top: 45%;
	left: 90%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}

#indice{
	position: absolute;
	left: 25%;
	top: 25%;
	width: 50%;
	height: auto;
	max-height: 50%;
	background-color: #FFF;
	border: 5px solid #A4A4A4;
	visibility: hidden;
	text-align: center;
	font-weight: bold;
	overflow: auto;
	z-index: 3;
	border-radius:10px;
	box-shadow: 5px 10px 7px rgba(0,0,0,0.5);
}

#indice #cerrarIndice{
	position: relative;
	left: 96%;
	top: 0%;
	width: 20px;
	height: 20px;
	background: url("../images/aspa.jpg") no-repeat;
	background-size: 100% 100%;
}

#indice #cerrarIndice:hover{
	position: relative;
	left: 96%;
	top: 0%;
	width: 20px;
	height: 20px;
	background: url("../images/aspa.jpg") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

#indice #textoIndice{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}

#cargando{
	font: bold 100% "Arial";
	border: 5px solid #DCDCDC;
	background-color: #4F4F4F;
	position: absolute;
	top: 45%;
	left: 40%;
	width: 10%;
	height: 4%;
	visibility: hidden;
	z-index: 5;
	border-radius:10px;
	box-shadow: 5px 10px 7px rgba(0,0,0,0.5);
	padding-top: 1%;
	text-shadow: black 0.1em 0.1em 0.2em;
	color: white;
}