/* CSS Document */
body{
margin:0px 0px 0px 0px;
font-family:"Arial";
font-size:12px;
text-align:justify;
color:#BBBBBB;
}


.fondo{
background-color:#ffffff;
background:url(../imagenes/fondo.jpg);
}
/***********************
html{
scrollbar-face-color: #309DBC;
scrollbar-highlight-color: #52A4CF;
scrollbar-3dlight-color: #309DBC;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #52A4CF;
scrollbar-lightshadow-color: #52A4CF;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #52A4CF;
}
****************/

#contenedor {
	margin:0px auto 0px 0px;
	position:relative;
	width:1000px;
	height:205px;
	top:0px;
/*	background:url(../img_interface/interface.jpg) no-repeat;*/
}



/***************MODULOS*****************/

#cabeza{
position:absolute;
width:1000px;
height:150px;
top:0px;
left:0px;
overflow:hidden;
padding:0px;
}

#fecha{
position:absolute;
width:200px;
height:45px;
top:0px;
left:0px;
overflow:hidden;
padding:0px;
font-size:11px;
color:#ffffcc;

}

#fecha p{
padding-left:20px;
padding-top:15px;
font-size:11px;
margin-top:0px;

}


#menu{
position:absolute;
width:990px;
height:50px;
top:155px;
left:5px;
padding:0px;
margin:0px;
background:url(../img_interface/menu03.jpg) no-repeat;
}

/*++++++++++ menu++++++++++++++*/
/*+++++++++botones************/
#bot_inicio{
position:absolute;
width:50px;
height:45px;
top:0px;
left:318px;
}

#bot_cam{
position:absolute;
width:91px;
height:45px;
top:0px;
left:379px;
}

#bot_leg{
position:absolute;
width:62px;
height:45px;
top:0px;
left:486px;
}

#bot_cur{
position:absolute;
width:77px;
height:45px;
top:0px;
left:558px;
}

#botmod{
position:absolute;
width:47px;
height:45px;
top:0px;
left:650px;
}

#bot_disc{
position:absolute;
width:85px;
height:45px;
top:0px;
left:714px;
}

#bot_gal{
position:absolute;
width:63px;
height:45px;
top:0px;
left:814px;
}

#bot_pub{
position:absolute;
width:87px;
height:45px;
top:0px;
left:833px;
}

#bot_contacto{
position:absolute;
width:41px;
height:45px;
top:0px;
left:915px;
}
/*++++++++++++++++++++++++*/


