
/* Hoja de estilo de PCAM   */







BODY {
    margin:0px;
    /* background-color:#B2B1E5;
    */ font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif;
    font-size:14px;
  }

P {
 padding: 10px;
}

TD.col_izq {
    background-color:#999;
  }


TD.col_der {
    background-color:#999;
  }


TD.central {
  }


DIV.principal {
    position : relative; 
    /* background-color:#E3E4B1;  */ 
    border-color:#000;
    border-style:solid;
    border-width:1px;
    width : 840px;
  }


DIV.encabezado {
    background-color: #01468b;
    float : left;  
    height : 87px;
    left : 0px;
    top : 0px;
    width : 840px;
  }


DIV.navega {
    /*  float : left;  */
    top: 0px;
    left: 0px;
/*    background-color:#E3E4B1;  */
    width:840px;
    border-top-color:#000;
    border-top-style:solid;
    border-top-width:1px;
  }


DIV.contenido {
/*    background-color:#B2B1E5;  */
    background-color:#fff;
    float : left;  
    width:820px;
    padding:0px;
    border-top-color:#000;
    border-top-style:solid;
    border-top-width:1px;
/*    border-left-color:#000;
    border-left-style:solid;
    border-left-width:1px;  */
  }


DIV.pie {
    clear:both;
/*    background-color:#01468b;  */
    background-color:#01468b;
    border-top-color:#000;
    border-top-style:solid;
    border-top-width:1px;
    width : 840px;
  }


A.menu:visited, A.menu:link {
    color : #000;
    text-decoration : none;
    text-transform : capitalize;
  }


A.menu:hover {
    /* color:#353299;
    */ color:#FF0000;
    text-decoration : underline;
  }


LI.navega {
    padding-top:18px;
    float : left;  
  }


#menu1 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }


#menu1 li {
    margin:2px;
    padding:0px;
    width : 160px;
    height:36px;
    float:left;
  }


#menu1 li a {
    display:block;  /*Convertimos el vínculo en un bloque.*/
    width:160px;
    padding:4px 0;
    text-decoration:none;
    text-align:center;
    font-size:14px;
    color:#000000;
    background-color:#fff;
    height:28px;
  }


#menu1 li a:hover {
    background-color : #8B0000;
    color:#ffffff;
    height:28px;
  }


.texto_navega {
    padding-left:5px;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
  }


.texto_pie {
    padding-left:0px;
    color:#000;
    font-size: 8px;
    font-weight: bold;
  }

