/***** Archivo encabezado.css contiene las clases que se emplean en encabezado.php ****/

/***** Bloque de clases para el Encabezado (Menu Principal)*****/

.encmenpdesact {
  font-family: arial; 
  font-weight: normal; 
  font-size: 15px; 
  text-align: center;
  color: #000066;
  background-color: #FFFFFF}

.encmenpact {
  font-family: arial;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000066}

.encmenpdespact {
  font-family: arial;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  background: #000066 url(rectangulo.jpg) repeat-y;
  layer-background-color: #000066; 
  width: 104px;
  cursor: hand}

.encsubmenpact {
  font-family: arial;
  font-weight: bold;
  font-size: 11px;
  color: #000066;
  background: #ccddff;
  clip: rect(   );
  text-decoration: none;
  cursor: hand}

.encsubmenpdesp {
  font-family: arial;
  font-weight: normal; 
  font-size: 11px;
  color: #ffffff;
  background: #000066;
  layer-background-color: #000066;
  border: 0px #000066 solid;
  width: 104px;
  text-decoration: none;
  line-height: 18px;
  z-index: 10;
  cursor: hand;
  position: absolute;
  clip:  rect(   )}

.encsubmenpdescr {
  font-family: arial;
  font-weight: normal;
  font-size: 10px;
  color: #000066;
  background: #ffffff;
  layer-background-color: #ccccff;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  width: 104px;
  position: absolute;
  clip: rect( );
  border-style: ridge;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  z-index: 10}

a.encamenp:link {
  color: #FFFFFF; 
  background-color: #000066;
  text-decoration: none}
a.encamenp:visited {
  color: #FFFFFF;
  background-color: #000066;
  text-decoration: none}
a.encamenp:hover {
  color: #FFFFFF}

/***** Fin Bloque *****/

/***** Bloque de clases para el Encabezado (Menu Secundario)*****/

.encmensact {
  font-family: arial;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #000066;
  background-color: none}

a.encamens:link { 
  color: #000066;
  text-decoration: none}
a.encamens:visited {
  color: #000066;
  text-decoration: none}
a.encamens:hover {
  text-decoration: underline}


/***** Fin Bloque *****/
.azul{background-color:#a0b6e5; font-size:12; font-weight:bold; color:#000066; text-align:center}

