*{
	margin:0;
	padding:0;
	outline:0;
	border:0;

}

#entrada{
	width:900px;
	height:595px;
	background:url(images/entrada.jpg) no-repeat;
	position:absolute;
	top:50%;
	margin-top:-298px;
	left:50%;
	margin-left:-450px;
	border:1px solid #6e6e70;
	display:none;
}

#idiomas{
	width:210px;
	height:194px;
	display:block;
	/*background:url(images/idiomas.jpg);*/
	position:absolute;
	right:0;
	bottom:80px;
}

#espanol{
	width:46px;
	height:10px;
	position:absolute;
	bottom:80px;
	left:40px;
        overflow: hidden;
}
#espanoljpg{
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: 73px;
        left: 10px;
}

#espanol a{
	width:46px;
	height:10px;
	display:block;
	text-indent:-9999px;
	background:url(images/espanol.jpg) 0 0 no-repeat;
}

#espanol a:hover{
	background-position: 0 -10px;
}

#ingles{
	width:42px;
	height:10px;
	position:absolute;
	bottom:79px;
	left:130px;
        overflow: hidden;
}
#inglesjpg{
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: 73px;
        left:100px
}

#ingles a{
	width:42px;
	height:10px;
	display:block;
	text-indent:-9999px;
	background:url(images/ingles.jpg) 0 0 no-repeat;
}

#ingles a:hover{
	background-position: 0 -10px;
}


p#cerrado{
	font-size:12px;
	position:absolute;
	right:34px;
	top:63px;
	color:#830909;
}

p#cerrado span.cerradoIngles{
	display:block;
	font-style:italic;
	color:#000;
}