 * {
margin: 0;
padding: 0;

}
BODY {
background:url(../img/fondo.jpg) no-repeat;
}

#cabecera{
	float: left;
	position: relative;
	height: 200px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2a2d6a;
	background:url(../img/cabecera.jpg) center no-repeat;
}


#botonera {

height: 24px;

}
#botonera ul {
display: block;
font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 11px ;
text-transform: uppercase;
}
#botonera li {
margin: 0 0 0 0;
float: left;
width: 132Px;
text-align: center;
border-right: 1px solid #5C7794;
list-style: none;
}
#botonera a, #botonera a:link, #botonera a:visited {
height: 18px;
display: block;
padding-top: 5px;
color: #272A64;
text-decoration: none;
}
#botonera a:hover {
color: Gray;
text-decoration: none;

}
.verdana_9{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px; 
 font-style: normal; 
 line-height: normal; 
 font-weight: normal; 
 font-variant: normal; 
 color: #494949; 
 text-decoration: none
 } 
 A:hover {
color: #2B2D6A;
text-decoration: underline;
}

