#contieneidiomas{
	background-image:url(../images/cabecera/fondo_idiomas.jpg);
	background-repeat:no-repeat;
	float: right;
	position:relative;
	width:46.45em;
	max-width:46.45em;
	height:22px;
	z-index:1;
}
.idiomas{
	font: bold 11px Arial;
	margin-top:5px;
	position:relative;
	max-width: 44em;
	width: 44em;
	float: right;
	padding-right:80px;
}

.idiomas ul{
	margin: 0;
	padding: 0;
	max-width: 45em;
	float: right;
	position:relative;
	border-width: 1px 0;
}

.idiomas ul li{
	display: inline;
}

.idiomas ul li a{
	float: left;
	padding-left:10px;
	color: #ffffff; /*text color*/
	text-decoration: none;
	width:50px;
	font: Arial, Helvetica, sans-serif;
	border-right:1px solid #ffffff;
}

.idiomas ul li a:hover, .idiomas ul li .current{
	color: #333333 !important; /*text color of selected and active item*/
	text-decoration:underline;
}