/* CSS Document */
/* CSS Document para index.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}
/* 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; }
.heading2 a{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; text-decoration:none;}
.sitemap li{margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; padding-top:2px; padding-bottom:2px; 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; text-decoration:none;}
.sitemap li a{color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; font-size:10px; line-height:13px; text-decoration:none;}


/* 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:-10px;}

#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;}


/* divs principales */
#container_general
{
position:relative;
top:0px;
left:0px;
height:600px; 
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:812px; 
width:760px; 
top:0px; 
left:0px; 

/*background-color:#CCCC00;*/
}

#menu
{
position:relative; 
height:790px; 
width:148px; 
top:40px;
float:left;
/*background-color:#FF6699;*/
}

#content
{
position:relative; 
height:800px; 
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;*/
}


