/* *********************************************** */
/*     DIV para la cabecera                        */


#portal-header 
{
  position:relative;  margin: 0;  padding: 0; margin-top:5px;
  height:auto; width:750px;
}

#wuca_titulo_logo 
{
  position:absolute; top:0; left:0; z-index:2;
  width:240px; height:90px; 
}

#wuca_titulo_general 
{
  width:750px; height:90px; 
}

#wuca_titulo_departamento 
{
  position:absolute; top:64; left:154; z-index:3;
  width:281px; height:19px; 
}

#wuca_titulo td
{
  font-family: "helvetica", arial, sans-serif;
  color: #005E7D;
  font-size: 17px;
  font-weight: bold;
}


/* *********************************************** */
/*     DIV para el menú                            */


#ddimagetabs a
{
    display: block;
    text-decoration: none;  
    /*tab font */
    color: white;          /*font color */
    width: 91px;           /*width of tab image */
    height: 20px;          /*height of tab image */
    float: left;
    display: inline;
    margin-left: 4px;      /*spacing between tabs */
    padding-top: 4px;      /*vertical offset of tab text from top of tab*/
    background-image:url('tarjeta.jpg'); /*URL to tab image */
    background-repeat: no-repeat;
    text-align: center; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold; 
    font-size:12px; 
    font-family:Arial
}

#ddimagetabs a:hover
{
    background-image:url('tarjetasobre.jpg');  /*URL to tab image onmouseover */
    color: "#D97300"
}


/* *********************************************** */
/*     DIV para el cuerpo de texto                 */

#cuerpo td
{
  font-family: "helvetica", arial, sans-serif;
  color: #D97300;
  font-size: 13px;
}

/* *********************************************** */
/*     DIV para enlaces                            */

#enlaces a
{
  font-family: "helvetica", arial, sans-serif;
  color: #D97300;
  font-size: 13px;
  text-decoration: none;  
  font-weight:bold; 
}

#enlaces a:hover
{
  font-family: "helvetica", arial, sans-serif;
  color: #005E7D;
  font-size: 13px;
  text-decoration: none;  
  font-weight:bold; 
}


