@CHARSET "ISO-8859-1";


html,body{
	height:100%;
	width:100%;
	background-color: #58a0e3;
	background: linear-gradient(top,#58a0e3 0%, #2c65d3 80%);
	background: -webkit-linear-gradient(top,#58a0e3 0%, #2c65d3 80%);
	background: -moz-linear-gradient(top,#58a0e3 0%, #2c65d3 80%);
	background: -o-linear-gradient(top,#58a0e3 0%, #2c65d3 80%);
	background: -ms-linear-gradient(top,#58a0e3 0%, #2c65d3 80%);
    
	background-size: cover;
	overflow: hidden;
	font: 100% "Arial";
}

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

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


/*#botonIzq {
	position: absolute;
	width: 2%;
	height: 100%;
	top: 8%;
	left: 1%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}

#botonDer {
	position: absolute;
	width: 2%;
	height: 100%;
	top: 8%;
	left: 92%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}*/

/*#botonIzq {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 3%;
	left: 23%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}

#botonDer {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 3%;
	left: 70%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}*/



#imagenSupIzq {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 3%;
	left: 1%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#imagenSupDer {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 3%;
	left: 90%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#imagenInfIzq {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 87%;
	left: 1%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#imagenInfDer {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 87%;
	left: 90%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#imagenSupTapIzq {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 87%;
	left: 23%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#imagenSupTapDer {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 87%;
	left: 68%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#imagenInfTapIzq {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 3%;
	left: 23%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#imagenInfTapDer {
z-index:1000;
	position: absolute;
	width: 2%;
	height: 2%;
	top: 3%;
	left: 68%;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}


#indice{
	position: absolute;
	left: 25%;
	top: 6%;
	width: 50%;
	height: auto;
	max-height: 81%;
	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;
}