#cabecera
{
	width:770px;
	height:120px;
	margin:auto;
}

#idioma{	
	background-image:url(../images/fondos/deg.jpg);
	background-repeat:repeat-x;
	float:left;
	height:19px;
	width:196px;
	text-align:center;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
}

#idioma img {
	margin-top:3px;
	position:relative;
}

.idiomabutton 
{
	background-color:Transparent;
	color:White;
	font:10px verdana, arial, sans-serif;
	height:18px;
	cursor:pointer;
	position:relative;
	top:-3px;
}

.idiomabutton :hover {
	text-decoration:underline;
	cursor:pointer;
}

#links{
	background-image:url(../images/fondos/deg2.jpg);
	background-repeat:repeat-x;
	float:left;
	height:19px;
	width:374px;
	margin-left:196px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
}

#links li{
	display:inline;
	list-style-image:none;
	margin-left:12px;
}

#links a {
	color:#FFFFFF;
	font:10px verdana, arial, sans-serif;
	text-decoration:none;
	position:relative;
	top:-2px;
}

#links a:hover{
	text-decoration:underline;
}