html,body
{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   margin:0px;
   height:100%;
   color:#5E4B4D;
   background-color:#E9E9E9;
}

/* Inicio Estilo Cabecera */
#cabecera
{
   width:950px;
   height:110px;
   border-left:1px solid #BFBFBF;
   border-right:1px solid #BFBFBF;
   margin-left:auto;
   margin-right:auto;
   background-image:url(../images/fnd_cab.jpg);
   background-repeat:repeat-x;
}

#cab_b
{
   width:950px;
   height:32px;
   font-size:10px;
}
#cab_b a
{
   color:#4C4D4F;
   text-decoration:none;
   float:right;
   margin-left:10px;
   margin-right:10px;
   margin-top:5px;
}
#cab_b a:hover
{
   color:#4C4D4F;
   text-decoration:underline;
}

#cab_nav
{
   width:932px;
   height:64px;
   /*height:56px;*/
   margin-left:18px;
}
#cab_nav img
{
   float:left;
}
#cab_nav ul
{
   list-style:none;
   float:left;
   margin-top:0px;
   margin-left:15px;
   padding-left:0px;
   color:#194E7A;
   font-family:"Arial Narrow", Arial, helvetica;
   font-size:15px;
   font-weight:bold;
   width:615px;
}
#cab_nav li
{
   float:left;
   margin-left:18px;
   margin-top:20px;
}
#cab_nav li a
{
   color:#194E7A;
   text-decoration:none;
}
#cab_nav li a:hover
{
   color:#194E7A;
   text-decoration:none;
}
#cab_nav li:hover
{
   border-bottom:3px solid #194E7A;
}
/* Final Estilo Cabecera */



/* Inicio Footer */
#footer
{
   width:950px;
   height:140px;
   background-color:#1A1A1A;
   margin-left:auto;
   margin-right:auto;
   border-left:1px solid #BFBFBF;
   border-right:1px solid #BFBFBF;
   font-size:10px;
}
#btnra_footer
{
   width:950px;
   height:30px;
   background-image:url(../images/fnd_btn_footer.jpg);
   background-repeat:repeat-x;
}
#creditos_footer
{
   width:870px;
   height:80px;
   padding-top:20px;
   padding-left:40px;
   padding-right:40px;
   color:#BEBEBE;
}
#creditos_footer p
{
   float:left;
   margin-top:0px;
   line-height:140%;
}
#creditos_footer a
{
   color:#BEBEBE;
   text-decoration:none;
}
#creditos_footer a:hover
{
   color:#BEBEBE;
   text-decoration:underline;
}
/* Final Footer */

h2
{
   color:#002458;
   font-size:16px;
   margin-top:0px;
   margin-bottom:15px;
}
h3
{
   color:#507C9A;
   margin-top:25px;
   margin-bottom:10px;
   font-size:13px;
   font-style:normal;
   font-weight:bold;
   font-family:Tahoma, Arial;
}

h4
{
   color:#1F6A7D;
   margin-top:0px;
   margin-bottom:10px;
   font-size:13px;
}
h5
{
   margin-top:20px;
   margin-bottom:5px;
   padding-bottom:0px;
   font-size:12px;
   color:#1F6B83;
   font-weight:normal;
}
