body{
background:#84B1DF url('img/fondo.png') repeat-x top center ;
text-align:center;
margin:0;
font-family:verdana;
}
/****************** estilos de cabecera *************************/
#wrap1 { 
margin:5px auto 0 auto;
width:1000px; height:360px;
text-align:center; 
background:#fff url('img/fondo2.png') no-repeat bottom center ;
}
#logo{
position:relative;
float:left;
z-index:1000;
}
#slider { 
clear:both;
position:relative;
top:-3px;
background:#fff;
width:780px; height:300px;
margin:0 110px ;
}
#menu{
position:relative;
margin:-34px auto 0 auto;
width:530px; height:30px;
text-align:center; 
border:1px red solid;
z-index:1000;
}
#menu div{
width:120px;height:25px;
float:left;
background:#003D4D;
color:#fff;
font-size:12px;
font-weight:bold;
margin:0 5px;
padding-top:5px;
border-top:1px solid #c0c0c0;
border-left:1px solid #c0c0c0;
border-right:1px solid #c0c0c0;
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
opacity:.80;
 filter:alpha(opacity=80);
 filter: "alpha(opacity=80)";

}
#menu div a{
color:#fff;
text-decoration:none;

}
#menu div a:hover{
color:#7FFFD4;
}
/***************** estilos de contenido ******************************/
#wrap2 { 
margin:0 auto 0 auto;
width:1000px; 
text-align:left; 
/*padding: 0 30px;*/
border-top:1px #c0c0c0 solid;
background:#fff url('img/degradado1.png') repeat-x top center ;
}
.titcont{
color:#00586F;
font-size:14px;
font-weight:bold;

}

/*******************  estilos del pie *********************************/
#pie{
margin:0 auto 0 auto;
background:#333333;
color:#DCDCDC;
width:980px; height:auto;
padding:10px;
/*margin-top:10px;*/
font-size:10px;
}


