/* compatible_utf8:0 */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}
#tunelEntrada {
	position:absolute;
	height: 500px;
	width: 900px;
	margin-top: -250px;
	margin-left: -450px;
	border: 1px solid #E6E6E6;
	left: 50%;
	top: 50%;
	background: #FFF;
}
/*////////////////////////////////////////////  IDIOMA  ////////////////////////////////////////////*/
#cajaIdioma {
	position:absolute;
	width:180px;
	font-size:13px;
	left: 15px;
	top: 15px;
	border: 1px solid #DCDCDC;
	z-index: 99991;
}
#mostrar {
	
}
.bandera {
border: 1px solid #CCC;
padding:3px 3px 1px;
margin-right:6px;
background-color:#FFF;
}
#cajaIdioma a.idioma {
display:block;
padding: 9px 8px 8px 7px ;
color: #666;
text-decoration:none;
background-color:#FFF;
}
#cajaIdioma a.idioma:hover, #cajaIdioma:hover a.idioma {
	color:#4B4B4B;
	background-color:#EFEFEF;
}
#cajaIdioma a.idioma:active {
	color:#069;
	background-color:#fff;
}

.desplegable {
	background: url(img/desplegar.gif) no-repeat right center;
	font-weight: bold;
	color: #1B1B1B;
}
.desplegable:hover {
	background: url(img/desplegar_over.gif) no-repeat right center;
}
/*/ 2 nivel /*/
#cajaIdioma #caja {
	border-top: 1px solid #DCDCDC;
	display:none;
}
#cajaIdioma #caja ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#cajaIdioma #caja ul li {
border-top: 1px dotted #CCC;
}
#cajaIdioma #caja ul li:first-child {
border-top: 0 none;
}
#cajaIdioma #caja ul li a.idioma, #cajaIdioma:hover #caja ul li a.idioma {
	background: #FFF;
}
#cajaIdioma #caja ul li a.idioma:hover {
	background-color:#F8F8F8;
}

/*////////////////////////////////////////////  BOTONES  ////////////////////////////////////////////*/
#cajaBotones{
	position:absolute;
	width: 520px;
	left: 50%;
	margin-left: -260px;
	bottom: 50px;
	overflow:hidden;
	z-index: 99995;
}
#cajaBotones a {
	background-color:#333;
	text-align:center;
	font-size:18px;
	width:49%;
	display:block;
	padding: 9px 0;
	text-transform: uppercase;
	text-decoration:none;
	color:#CCC;
	border: 1px solid #666;
}
#cajaBotones a:hover {
	background-color:#474747;
	color:#FFF;
}
#cajaBotones a:active {
	background-color:#324157;
	color:#FFF;
}
#cajaBotones a.botonContinuar {
	float:left;
}
#cajaBotones a.botonSalir {
	float:right;
}

/*////////////////////////////////////////////  TEXTO LEGAL  ////////////////////////////////////////////*/
#cajaLegal{
	position: absolute;
	bottom:15px;
	width:100%;
	z-index: 99992;
}
#cajaLegal p {
	font-size: 11px;
	text-align:center;
	color: #666;
}

/*////////////////////////////////////////////  MEGAEDITOR  ////////////////////////////////////////////*/
#megaeditor{
	padding: 30px 30px 0;
}
#megaeditor p {
	font-size: 14px;
	line-height:1.3;
	text-align:left;
	color: #666;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 900
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 900px) {
*, *::after, *::before {
    box-sizing: border-box;
}
#tunelEntrada {
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
#cajaBotones {
    bottom: 3%;
    left: 0;
    margin: 0;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
}
#cajaBotones a {
    margin-top: 15px;
    width: 100%;
}
#megaeditor {
    padding: 3%;
}
#megaeditor {
    text-align: center;
}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 400
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 400px) {
#tunelEntrada {
    background-size: contain;
}
}
