/*   estilos para dar formato al contenido de los parrafos   */

.txt {font-family: Calibri; font-size: 13px; font-weight: normal; color:#FFFFFF;}
.txtCap {font-family: Copperplate Gothic; font-size: 25px; font-weight: normal; color:#FFFFFF; font: small-caps;}
.txtFot {font-family: Calibri; font-size: 13px; font-weight: normal; padding-top:3px; padding-bottom:3px;}
.txtCte {font-family: Calibri; font-size: 13px; font-weight: normal; color:#666666; padding: 20px;}

.table{border-bottom: solid 1 #000000; border-right: solid 1 #000000;}
.ej {font-family: tahoma; font-size: 10px; color: #999999;}

/*   estilos para dar formato a los links, emails, etc   */

a {text-decoration: none; font-family: Calibri; font-size:13px; color:#FFFFFF}
a:hover {text-decoration: underline; font-weight: bold; color:#FFFFFF}
a:visited {color:#FFFFFF;}
a:active {color:#FFFF33;}

/* estos estilos se usan para darle estilo a una celda usando una imagen de fondo */
.pxBkg {background-image: url(../img/Bkg.jpg); background-repeat: repeat-x}
