
BODY {
font-family:Arial, Helvetica, sans-serif;
text-align: center;
font-size:10px;
background-image:url(../img/bg.jpg);
overflow:hidden;
} 


/* <<<<<<<<< GENERAL >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#contenedor{
text-align:center;
position:absolute;  
top: 50%;  
left: 50%;  
width:705px;  
height:500px;  
margin-top: -250px; /*set to a negative number 1/2 of your height*/  
margin-left: -380px; /*set to a negative number 1/2 of your width*/
} 


/* <<<<<<<<< COLUMNAS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


/* <<<<<<<<< COLUMNA IZQUIERDA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


#seleccioneidioma{
margin-top:180px;
} 


#idioma{
margin-top:4px;
}


#texto{
text-align:center;
margin-left:10px;
width:680px;
}


#player{
text-align:center;
margin-left:20px;
width:180px;
margin-top:110px;
}


#texto_fin{
margin-top:5px;
}




/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TEXTO >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TEXTO >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TEXTO >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TEXTO >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< TEXTO >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */




/* <<<<<<<<< IDIOMA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.texto{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:12px;
		}
		
.texto_peq{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	line-height:10px;
	
	color:#FFF;
		}



.idioma{
	color:#d90000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	}

.idioma:HOVER{
color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:underline;
	}