/***************** ETIQUETAS HTML *************************/
/***************** ETIQUETAS HTML *************************/
html {
	background-color: #391547;
	background-image: url(../img/all/bg-web.png);
	background-repeat:repeat-x;
}
body {
	background-image: url(../img/all/bg-destello.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
}
img {
   border:0;
   margin:0;
   padding:0;
}
/***************** /ETIQUETAS HTML ************************/


/****************** CAPAS CONTENEDORAS ********************/
/* Capa centrada */
#general {
	background:transparent;
	position:absolute;
	top:50%;
	left:50%;
	width:387px;
	height:460px;
	margin-left:-198px;
	margin-top:-230px;
	background: url(../img/splash/bg-splash.jpg) no-repeat center top;
}
#idiomas {
	position:absolute;
	left:0;
	bottom:0;
	height:92px;
	width:387px;
	background: url(../img/splash/bg-fotos.gif) no-repeat left bottom;
	}
#idiomas ul {
	margin-top:45px;
	margin-left:80px;
	padding:0;
}
#idiomas ul li {
	display:inline;
	float:left;
	margin-left:55px;
	list-style-type:none;
}
#idiomas ul li a 
    { display:block; height:43px; }
#idiomas ul li a span {
   position: absolute;
   left: -10000px;
   top: -10000px;
}

#idiomas ul li.primero {
	margin-left:0;
	background-image:none;
}
#idiomas #botCastellano { 
	width:120px; 
	background:url(../img/splash/idioma_cast1.gif) no-repeat; }
#idiomas #botCastellano:hover { 
	width:120px; 
	background:url(../img/splash/idioma_cast2.gif) no-repeat; }
#idiomas #botEuskera { 
	width:98px; 
	background: url(../img/splash/idioma_eusk1.gif) no-repeat; }
#idiomas #botEuskera:hover { 
	width:98px; 
	background: url(../img/splash/idioma_eusk2.gif) no-repeat; }


/****************** /CAPAS CONTENEDORAS ********************/
