.texto { 
font-family : Tahoma, Arial; 
font-size : 12px; 
color : #666666; 
} 
.enlace { 
font-family : Tahoma, Arial; 
font-size : 11px; 
color : #4a5a80; 
text-decoration : none; 
} 
a:hover { 
text-decoration : underline; 
} 
.destacado { 
font-weight : bold; 
color : #990000; 
font-family : Tahoma, Arial; 
font-size : 11px; 
} 
.borde { 
border : #666666; 
} 
.titulo { 
font-family : Tahoma, Arial; 
font-size : 16px; 
font-weight : bold; 
color : #666666; 
} 
.titulo2 { 
font-family : Tahoma, Arial; 
font-size : 16px; 
font-weight : bold; 
color : #b40003; 
} 
.tabladerecha { 
background-image : url(imagenes/fondo_derecha.gif); 
} 
body { 
margin : 0; 
} 
a:link { 
text-decoration : none; 
} 
a:visited { 
text-decoration : none; 
} 
a:hover { 
text-decoration : none; 
} 
a:active { 
text-decoration : none; 
} 
.Estilo2 { 
font-size : 14px; 
} 
.Estilo4 { 
font-family : Tahoma, Arial; 
font-size : 11px; 
color : #990000; 
} 
#header {
	width: 900px;
	margin: 0 auto;
}
#menu {
	height: 47px;
	width: 976px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #58032F 1px solid;
	color: #FFFFFF;
}
#menu a:hover {
	background: #FDD14D;
}
#menu .colorfondo_menu a {
	background: #FDD14D;
	padding: 15px 30px 16px 30px;
}
#search {
	float: right;
	width: 260px;
	margin: 0px;
	padding-top: 7px;
}
#search fieldset {
	border: none;
}
#search #s {
	width: 160px;
}
#search #x {
	width: 80px;
}
