/***************** ETIQUETAS HTML *************************/
body {
	background-color: #4D4D4D;
}
img {
   border:0;
   margin:0;
   padding:0;
}
/***************** /ETIQUETAS HTML ************************/


/****************** CAPAS CONTENEDORAS ********************/
/* Capa centrada */
#general {
	background:transparent;
	position:absolute;
	top:50%;
	left:50%;
	width:532px;
	height:532px;
	margin-left:-266px;
	margin-top:-266px;
	background: url(../img/splash/bg-splash.jpg) no-repeat center center;
}
#logo_splash {
	margin-top:102px;
	margin-left:99px;
	margin-bottom:0;
	width:337px;
	height:290px;
	background: url(../img/splash/bg-polaroid.jpg) no-repeat left top;	
	}
#logo_splash img {
	margin-top:119px;
	margin-left:95px;
	}
#logo_splash span {
   position: absolute;
   left: -10000px;
   top: -10000px;
}
.boton {
   display:block;
   text-indent:-10000px;
}
#idiomas {
	margin-left: 158px;
	height:43px;
	}
#idiomas ul {
	padding:0;
	margin:0;
	height:43px;
}
#idiomas ul li {
	display:inline;
	float:left;
	padding-left:43px;
	list-style-type:none;
	background:transparent url(../img/splash/idioma-sep.gif) no-repeat 19px 21px;
}
#idiomas ul li a 
    { display:block; height:43px; }
#idiomas ul li.primero {
	padding-left:0;
	background-image:none;
}
#idiomas #botCastellano { 
	width:111px; 
	background:url(../img/splash/idioma_cast1.gif) no-repeat; }
#idiomas #botCastellano:hover { 
	width:111px; 
	background:url(../img/splash/idioma_cast2.gif) no-repeat; }
#idiomas #botEuskera { 
	width:91px; 
	background: url(../img/splash/idioma_eusk1.gif) no-repeat; }
#idiomas #botEuskera:hover { 
	width:91px; 
	background: url(../img/splash/idioma_eusk2.gif) no-repeat; }


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