/* CSS Document */


html{ height:100%}
body{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;height:100%; color:#323232;  }


/*comunes*/

*{ padding:0; margin:0; list-style-type:none}
a{color:#00acec }
a:hover{ color:#323232;}
a:visited{ color:#999999}



/*cabecera*/

#cabecera{ float:left; background:url(../images/fnd_degra.jpg) repeat-x bottom left;width:100%; border-bottom:1px solid #999999; height:60px; }
h1{ padding:15px 10px 10px 30px ;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif; font-size:26px;}
h1 a{ text-decoration:none;color:#C00; }
h1 a:visited{ color:#C00; }


/*menu*/

#menu{ float:left;width:200px; padding:15px; margin-top:20px}
#menu ul{ border:1px dotted #CCCCCC; padding:10px 10px 8px 10px; } 
#menu ul li a{ display:block; padding:5px; color:#FFFFFF; text-decoration:none;margin-bottom:3px;background-color:#cc0000;} 
#menu ul li a:hover{ background-color:#575757} 
#menu ul li.activo a{ background-color:#FFFFFF; color:#575757;background:url(../images/bullet_02.gif) no-repeat left center; padding-left:15px} 
#menu ul li.activo ul{ border:0; margin:0; padding-top:0; }
#menu ul li.activo ul li a{ background:url(../images/bullet_01.gif) no-repeat 5px 6px ; padding:2px 2px 2px 15px ;}
#menu ul li.activo ul li.activo a{ color:#000000; font-weight:bold}
#menu ul li.activo ul li a:hover{ color:#cc0000}
#menu p{ padding:0px 10px 0px}

/*contenido*/

hr{ border:0; border-bottom:1px dotted #d3d3d3; margin-bottom:10px}
h2{ font-size:24px;}
h3{ font-size:16px;}
h2, h3, h4{padding:30px 0 10px 0; color:#C00; font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif}
#contenido{ padding:0 15px 0 250px; }
#contenido div{ float:left; margin:0 0 0 0; padding-bottom:50px;background:url(../images/hs07_slanted_stripes.png) repeat-x bottom left; width:100%}
#contenido ul{ padding-left:15px}
#contenido li{ padding:0 0 8px 10px; background:url(../images/bullet_01.gif) no-repeat 0 6px; line-height:18px}
#contenido p{ padding:0 0 10px 0; line-height:18px; text-align:justify}

