/*////////// GENERAL //////////*/

#paneles {position:relative; top: 44px; font-family: Arial, Helvetica, sans-serif;}

.panel_box_blanco {width: 291px; background: #ffffff; float:left; margin-left: 24px; margin-top: 12px;}
.panel_box_blanco module {min-height: 284px;}
.panel_top_blanco div {background: url(../images/panel_blanco_tl.png) no-repeat top left;}
.panel_top_blanco {background: url(../images/panel_blanco_tr.png) no-repeat top right;}
.panel_bottom_blanco div {background: url(../images/panel_blanco_bl.png) no-repeat bottom left;}
.panel_bottom_blanco {background: url(../images/panel_blanco_br.png) no-repeat bottom right;}
.panel_top_blanco div, .panel_top_blanco, .panel_bottom_blanco div, .panel_bottom_blanco {width: 100%; height: 15px; font-size: 1px;}
.panel_content_blanco { margin: 0 15px; height:250px;}

.panel_box_gris {background: #fcfdfd url(../images/panel_gris_grad.gif) repeat-x top left; width: 291px; float:left; margin-left: 24px; margin-top: 12px;}
.panel_top_gris div {background: url(../images/panel_gris_tl.gif) no-repeat top left;}
.panel_top_gris {background: transparent url(../images/panel_gris_tr.gif) no-repeat top right;}
.panel_bottom_gris div {background: url(../images/panel_gris_bl.gif) no-repeat bottom left;}
.panel_bottom_gris {background: transparent url(../images/panel_gris_br.gif) no-repeat bottom right;}
.panel_top_gris div, .panel_top_gris,.panel_bottom_gris div, .panel_bottom_gris {width: 100%; height: 15px; font-size: 1px;}
.panel_content_gris { margin: 0 15px; height:250px;}

/*//////  MENU PIE  //////*/

#footer{position:relative; margin:0 auto; width:100%; height:226px; clear:both;}

#sectores{position:relative; margin:0 auto; padding:12px 22px 0;}
#bottom{width:100%; float:left;}

#sectores ul{float:left; width:120px; height:50px; padding:15px 10px 0; margin-bottom:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold; list-style-type:none;}
#sectores ul li{width:100px; height:16px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#b2e4ff; font-weight:normal; margin:5px 10px 0 0; list-style-image:none;}
#sectores ul li a{color:#b2e4ff; font-weight:normal;}
#sectores ul li a:hover{color:#fff; text-decoration:underline;}
