/* D:\EGO\W\CSS\Programas_Internacionales\estilo.css
   D:\EGO\W\CSS\Programas_Internacionales\programasint.html
*/

BODY { color: rgb(0, 86, 130);  /* Color texto azul como VUALĄ y la UA. color: #000000; serķa negro */
       font-family: Arial, Helvetica, sans-serif;
       font-size: 13px;
     }

A { text-decoration: none;  color: #003366; }
A:link { color: #003366;text-decoration: underline; }
A:visited { color: #003366;
            text-decoration: underline; }

A:hover, A:active { color:#003366; /* color:#cc3300 es un rojo que queda bien*/
                    text-decoration: none; }

h4                    {margin:1.5em 0 .31em 0em; padding:.5em 0 .5em 0; font-family: Helvetica,sans-serif,Verdana; font-size: 1.3em; font-weight: bold; background-color:#D8E5EA;outline:.2em solid #D8E5EA;}

img { /* Quitamos el borde de cualquier imagen */
      border: none;
    }

.imgC3
   { width: 8px; height: 11px;
   }

.imgNuevo
   { width:  37px;
     height: 16px;
     border:  0px solid;
   }



.imgCasa { border-right:  0px solid;
           BORDER-TOP:    0px solid;
           BORDER-BOTTOM: 0px solid;
           BORDER-LEFT:   0px solid;
           WIDTH:  23px;
           HEIGHT: 19px;
         }

.imgCorreo { border-right:  0px solid;
             BORDER-LEFT:   0px solid;
             BORDER-TOP:    0px solid;
             BORDER-BOTTOM: 0px solid;
             WIDTH:  21px;
             HEIGHT: 15px;
           }

.cabecera1 /* Se emplea para cabeceras */
   { font-size:   12.0pt;
     font-family: "Times New Roman";
     text-align:  center;
   }


.td13
   { font-size:   13px;
     font-family: Arial;
     text-align: left;
   }

.td14
   { font-size:   14px;
     font-family: Arial;
     text-align: left;
   }

#cuerpo { font-family: Arial, Helvetica, sans-serif;
          font-size: 13px;
          text-align: left;
        }

/* Tablas */
#cuerpo .tablaCabecera  {  font-size:1em;
                           font-weight:bold;
                           text-align: center;
                        }

table.tipo1 tr.tablaCabecera { background-color: rgb(216, 229, 234); }
table.tipo1 tr               { background-color: rgb(241, 245, 248); }
/*  td > p {margin-top: 0em; margin-bottom: 0em;} */












