@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	background: #8a8789 url(../img/fondo.jpg) top center repeat-x;
}

a{
	outline:0;
}
#contenedor{
	position:absolute;
	top:50%;
	left:50%;
	width: 400px;
	height: 400px;
	margin-left:-200px;
	margin-top:-200px;
}

#arriba{
	width:400px;
	height:346px;
	float:left;
}

#abajo{
	width:400px;
	height:54px;
	float:left;
}
/* INICIO MENU BANDERAS */

#menu_index{
	padding-left:170px;
	padding-top:5px;
}

#menu_index ul{
	list-style:none;
}

#menu_index li{
	float:left;
	display:block;
}

#sp a{
	width:50px;
	height:50px;
	margin-right:10px;
	background: url(../img/sp.gif) top center no-repeat;
	font-family:"Trebuchet MS";
	font-size:10px;
	text-align:center;
	color: #fdae03;
	float:left;
}
#uk a{
	width:50px;
	height:50px;
	margin-right:10px;
	background: url(../img/uk.gif) top center no-repeat;
	font-family:"Trebuchet MS";
	font-size:10px;
	text-align:center;
	color: #fdae03;	
	float:left;	
}
#fr a{
	width:50px;
	height:50px;
	background: url(../img/fr.gif) top center no-repeat;
	font-family:"Trebuchet MS";
	font-size:10px;
	text-align:center;
	color: #fdae03;	
	float:left;	
}
a{
	text-decoration:none;
}
#sp a:hover,#uk a:hover,#fr a:hover {
	background-position: bottom;
}
/* FIN MENU BANDERAS */

.fin{
	clear:both;
}
.texto_en_a{
		font-weight:700;
	padding-top:35px;
}
.fantasma{
	display:none;
}