@charset "UTF-8";
html, body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
body {
	background: #017BBC;
}
#cont {
	height: 100%;
}
#intro  {
	background: url(../../media/imagenes/web/intro.jpg) no-repeat 0 0;
	width: 755px;
	height: 151px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -400px;
}
#intro h1 {
	text-indent: 999em;
	width:10px;
	height: 10px;
	overflow: hidden;
}
#intro ul {
	position: absolute;
	top: 30px;
	right: 15px;
	list-style: none;
}
#intro a {
	width: 61px;
	height: 18px;
	display: block;
	text-indent: -999em;
	margin: 0 0 5px 0;
	outline: none;
	cursor: pointer;
}
#intro a.es {
	background: url(../../media/imagenes/web/intro_es.png) no-repeat 0 0;
}
#intro a.en {
	background: url(../../media/imagenes/web/intro_en.png) no-repeat 0 0;
}
