/* CSS Document */
* {
margin: 0;
padding: 0;
}

body{
background:#D9DDFF url(img1/fondo.png) repeat-x;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
height: 100%;
}

#cuerpo{
margin:0;
/*border:#FFFFFF 1.5px solid;*/
width:1000px;
position:relative;
}
#cabecera{
background:#000033 url(img1/fondo_cabecera.png);
width:1000px;
height:253px;
}
#foto_cabecera{
background:url(img1/foto_cabecera.png) no-repeat;
width:480px;
height:319px;
position:relative;
}
#cabecera h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:28px;
color:#FFFFFF;
position:relative;
float:right;
top:70px;
right:20px;
clear:left;
}

#cabecera h2{
font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#FFFF99;
position:relative;
float:right;
top:170px;
left:300px;
right:20px;
clear:left;
text-align:center;
}

#menu {
padding-top:5px;
padding-left:10px;
width:280px;
float:left;
margin:5px;
top:80px;
left:10px;
position:relative;
}
/*------------------------------------------------------- */
#contenido{
width:670px;
height:630px;
float:right;
padding-right:10px;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
margin:5px;
top:80px;
position:relative;
background:url(img1/contenido_fondo.png) no-repeat;
overflow:auto;
}
#contenido h1{
color:#CC6600;
font-size:22px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
#contenido h3{
color:#CC0033;
font-size:16px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:left;
}
#contenido h2{
font-size:18px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003366;
}

#contenido p{
color:#993300;
font-size:14px;
font-family:"Times New Roman", Times, serif;
text-align:justify;
padding-right:30px;
font-weight:bold;
}

#contenido a{
color:#000000;
font-size:14px;
font-family:"Times New Roman", Times, serif;
text-decoration:none;
font-weight:bold;
}

#contenido a:hover{
color:#993300;
text-decoration:underline;
}

#contenido li{
color:#000000;
font-size:13px;
padding-left:30px;
text-decoration:none;
}
/*------------------------------------------------------- */
#abajo{
margin:0px;
clear:both;
position:relative;
left:0px;
top:80px;
background:url(img1/abajo.png) no-repeat;
width:1000px;
height:58px;
padding-top:25px;
text-align:center;
}

#menu_top{
background:url(img1/menu_arriba.png) no-repeat;
width:280px;
height:99px;
clear:both;
position:relative;
}
#menu_centro{
background:url(img1/menu_centro.png) no-repeat;
height:239px;
clear:both;
padding-left:20px;
}
#menu_bottom{
background:url(img1/menu_abajo.png) no-repeat;
width:280px;
height:99px;
clear:both;
position:relative;
}

#menu_centro li{
list-style-type:none;
   padding:5px;
   border-bottom: 1px solid #DDDDDD;
   width:210px;
}

#menu_centro a{
color:#FFFFFF;
font-size:12px;
font-style:oblique;
text-decoration:none;
font-weight:bold;
display: block;
}

#menu_centro a:hover{
color:#CC3300;
display: block;
}

#abajo a{
color:#CC3300;
padding-bottom:1px;
padding-left:5px;
padding-right:5px;
padding-top:1px;
font-size:10px;
border-right:#990000 1px solid;
display: block;
display:inline;
text-decoration:none;
}

#abajo a:hover{
text-decoration:none;
color:#ffffff;
}

#tit1{
width:412px;
float:right;
position:relative;
top:40px;
}

#tit1 h1{
color:#FFFF00;
text-align:center;
font-size:22px;
font-family:Georgia, "Times New Roman", Times, serif;
}

td.contenido{
border-bottom:#993300 1px dotted;
padding:3px 3px 3px 3px;
}
td.contenido1{
border-bottom:#993300 1px dotted;
padding:3px 3px 3px 3px;
background:#DAF5FE;
color:#666666;
font-size:12px;
}

#formulario1{
position:relative;
padding:40px 40px 40px 40px;
clear:both;
}
form{
width:440px;
padding:5px 0;
}
fieldset{
margin:2px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
border-bottom:#FFFFFF 1px dotted;
border-left:#FFFFFF 1px dotted;
border-right:#FFFFFF 1px dotted;
border-top:#FFFFFF 1px dotted;
}
legend{font: bold 140% Arial,sans-serif;color: #27518A; 
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
border:#FFFFFF 1px dotted;
background-color:#DAF5FE;}

div.medidas label{float:left;width:100px; margin:2px; font-size:12px; color:#FFF; font-weight:bold;}
div.medidas input{width:120px; height:18px; background: #DAF5FE url(img1/menu-on.jpg) repeat-x;padding-left:0px; color:#993300; font-weight:bold;}
div.medidas textarea{width:300px; height:100px; background: #DAF5FE url(img1/menu-on1.png) repeat-x;padding-left:0px; color:#993300; font-weight:bold;}
div.medidas input:focus{border:#CC0000 2px solid;}
div.medidas textarea:focus{border:#CC0000 2px solid;}
div.medidas1 input{width:120px; height:25px; background: #DAF5FE url(img1/menu-on.jpg) repeat-x;padding-left:0px; color:#993300; font-weight:bold;}


div.error{
font-size:14px;
border:#FFFFFF 1px dotted;
margin:20px;
padding:5px 5px 5px 5px;
width:500px;
}