@charset "UTF-8";
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.splash {
	background: #7D7D7D url(imagenes/splash-fondo.jpg) top left repeat-x;
	margin:0px;
	padding: 0px;
}

.splash h1 {
	width: 259px;
	height: 299px;
	margin: 0px auto;
	padding: 0px;
	background: url(imagenes/iso-fondo.png) bottom no-repeat;
}

.splash h1 strong {
	display: none;
}

#splash {
	text-align: center;
}
#lselector {
	margin: 10px auto;
	padding: 0px;
	width: 480px;
	text-align: center;
}
#lselector a {
	color: #333;
	text-decoration: none;
}
#lselector a:hover {
	color:#000;
	text-decoration: underline;
}
.esp{
	background: url(imagenes/bandera-esp.png) top right no-repeat;
	text-decoration: none;
	margin: 0px;
	padding: 5px 40px 10px 0px;
	text-align: right;
	width: 200px;
	display: block;
	float: left;
}
.eng {
	background: url(imagenes/bandera-eng.png) top left no-repeat;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 10px 40px;
	text-align: left;
	width: 200px;
	display: block;
	float: left;
}

#pie {
	width:350px;
	margin: 20px auto 5px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	line-height: 14px;
}
