/* CSS Document para contacto_form.php */

/* clases heredadas de freehand */
.untitled1 {margin-top:0px; margin-bottom:0px; margin-left:6px; margin-right:0px; padding-top:0px; padding-bottom:0px; text-indent:0px; text-align:justify; word-spacing:0.00em; letter-spacing:0.00em; }
.untitled2 {color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:10px; line-height:13px; }
.untitled3 {margin-top:0px; margin-bottom:0px; margin-left:6px; margin-right:0px; padding-top:0px; padding-bottom:0px; text-indent:0px; text-align:left; word-spacing:0.00em; letter-spacing:0.00em; }
.untitled4 {color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:9px; line-height:24px; }
.untitled5 {color:#808080; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; font-size:12px; line-height:15px; }
.untitled6 {margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; padding-top:0px; padding-bottom:0px; text-indent:0px; text-align:right; word-spacing:0.00em; letter-spacing:0.00em; }
.untitled7 {color:#808080; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:9px; line-height:24px; }

.untitled7 a{color:#808080; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:9px; line-height:24px; text-decoration:none;}

.untitled8 {color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:10px; line-height:13px; }

/* headings */
.heading1{margin-top:0px; margin-bottom:0px; margin-left:6px; margin-right:0px; padding-top:0px; padding-bottom:0px; text-indent:0px; text-align:left; word-spacing:0.00em; letter-spacing:0.00em; 
color:#808080; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; font-size:12px; line-height:15px; }
.heading2{margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; padding-top:7px; padding-bottom:3px; text-indent:0px; text-align:left; word-spacing:0.00em; letter-spacing:0.00em; 
color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; font-size:10px; line-height:13px; }
.heading3{margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; padding-top:7px; padding-bottom:3px; text-indent:0px; text-align:left; word-spacing:0.00em; letter-spacing:0.00em;
color:#E60D2E; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; font-size:10px; line-height:24px; }


/* listado menu derecha */
#menu ul li a{text-decoration:none; color:#808080; line-height:25px; }
#menu ul {font-family:Verdana; font-size:10px;  font-weight:bold; list-style-type:none;}
#menu ul li {margin-left:-18px;}

#menu #lista {font-family:Verdana; font-size:9px; font-weight:normal; list-style-type:none;}
#menu #lista li {margin-left:-38px;}
#menu #lista a{text-decoration:none; color:#808080; line-height:15px; }
#menu #lista #lista li{margin-left:-32px;}

#menu #lista #lista2 li{margin-left:-12px; font-family:Verdana; font-size:9px; font-weight:normal; list-style-type:none;}

.titulo a{color:#808080; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; font-size:11px; text-decoration:none;}
#content .numero{color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; font-size:11px;}



/* para las filas de la tabla*/

.fila1 {
height:23px;

}


/* css para formularios */
.formu {
background-color: #cccccc;
border:0;
color: #333333;
font-size: 10px;
font-family: verdana;
}


/* divs principales */
#container_general
{
position:relative;
top:0px;
left:0px;
height:680px; 
width:760px; 
align:middle; 
/*background-color:#999999;*/
}

#header
{
position:relative; 
height:100px; 
width:760px; 
top:0px; 
left:0px; 
/*background-color:#33FF00;*/
}

#menu_superior
{
width:760px;
height:12px;
border:0;
background-image:url(../images/menu_superior.png);
}
#menu_superior a{text-decoration:none; color:#333333}

#content_container
{
position:relative; 
height:540px; 
width:760px; 
top:0px; 
left:0px; 
/*background-color:#CCCC00;*/
}

#menu
{
position:relative; 
height:510px; 
width:148px; 
top:40px; 
float:left;
/*background-color:#FF6699;*/
}

#content
{
position:relative; 
height:520px; 
width:570px; 
top:11px; 
float:left;
margin-left:21px; 
/*background-color:#00FFCC;*/
}

#footer
{
position:relative; 
height:26px; 
width:570px; 
float:left;
top:25px;
margin-left:0px;
/*background-color:#9933FF;*/
}

