/* CSS Document */
body{
background-color:#ECE8E7; 
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
#pagina{
width:988px;
}
#fondoup{
width:100%; 
float:left; 
background-image:url(../imagenes/fup.jpg); 
background-repeat:no-repeat;
}
#fondocentro{
width:100%; 
margin:0px; 
float:left; 
background-image:url(../imagenes/fcenter.jpg); 
background-repeat:repeat-y;
}
#fondodown{
width:100%; 
height:4px; 
float:left; 
background-image:url(../imagenes/fdown.jpg); 
background-repeat:no-repeat;
}
#barramenu{
width:960px; 
height:25px; 
margin-top:5px; 
color:#666666; 
font-weight:bold;
font-size:15px;
}
#botonmenu{
width:119px; 
height:22px; 
padding-top:3px;  
float:left; 
text-align:center;
}
.botonmenu{
	border-right:1px solid #000000;
}
a.linkmenu{
color:#666666;
text-decoration:none; 
}
a.linkmenu:hover{
color:#A5251C; 
font-weight:bold;
text-decoration:none;
}
#area_trabajo{
/*width:714px; */
width:968px;
/*float:left;*/
}