@charset "utf-8";
/* CSS Document */

/* INICIO MENU BANDERAS */

#menu_banderas{
	position:relative; 
	top:-95px;
	padding-left:770px;	
}
#menu_banderas ul{  
	list-style:none;
	margin:0;
	padding:0;
}	
#menu_banderas ul li{
	padding:0;
	float:left;
}
#menu_banderas ul li a{
	display:block;
	width:34px;
	height:25px;
	text-decoration:none;
}
#menu_banderas ul li a:hover{
	background-position:bottom;
}
#sp{
	background:url(../img/sp_p.gif);
}
#uk{
	background:url(../img/uk_p.gif);
}
#fr{
	background:url(../img/fr_p.gif);
}
#activoBandera_sp{
	background:url(../img/sp_p.gif) bottom center no-repeat;
}
#activoBandera_uk{
	background:url(../img/uk_p.gif) bottom center no-repeat;
}
#activoBandera_fr{
	background:url(../img/fr_p.gif) bottom center no-repeat;
}
.fantasma{
	display:none;
}
