/* estos estilos se usan para el formato comun de los textos en las paginas */

.txt	  {font-family: tahoma; font-size: 12px; color:#E4E4E4}
.txtB	  {font-family: tahoma; font-size: 12px; color:#00CCFF; font-weight:bold}
.txtR	  {font-family: tahoma; font-size: 16px; color:#FFFF00; font-weight:bold}
.txtA	  {font-family: tahoma; font-size: 12px; color:#FFFF00; font-weight:normal}
.txtWch	 {font-family: tahoma; font-size: 14px; color:#FFFFFF; font-weight:bold}
.txtWgde {font-family: tahoma; font-size: 16px; color:#FFFFFF; font-weight:bold}
.descrip   {font-family: verdana; font-size: 8px}
.pies        {font-family: arial; font-size: 10px}

.table{border-bottom: solid 1 #FFFFFF; border-right: solid 1 #FFFFFF;}
.cam {font-family: Microsoft Sans Serif; font-size: 11px; background-color: #B3C7E3; padding: 5px; text-align:left;}
.camBco {font-family: Microsoft Sans Serif; font-size: 11px; background-color: #FFFFFF; padding: 5px;}
.btn {font-family: Microsoft Sans Serif; font-size: 11px; background-color: #C0C0C0; margin: 10px;}
.inp {font-family: Microsoft Sans Serif; font-size: 13px; background-color: #F4F4F4;}
.req {font-family: Microsoft Sans Serif; font-size:11px; color:#FF0000}
.ej {font-family: Microsoft Sans Serif; font-size: 10px; color: #999999}
	
/* estos estilos se usan para el formato de vinculos y ligas dentro de las paginas */

a	         {text-decoration: none; font-family: verdana; font-size: 12px}
a:hover	{color: #FFFF00; text-decoration: underline}
a:visited  {color: #FFFF00}
a:active   {color: #FFFF00}

.b	         {font-size: 8pt; color: blue; font-weight: bold}
.b:hover  {color: green}
.b:visited {color: red}
.b:active  {color: blue}

/* estos estilos se usan para darle estilo a las barras de scroll en las paginas y a los fondos en algunas celdas */

.intro {background-image: url(../img/pxIntro.jpg); background-repeat: repeat-x}
.pxL {background-image: url(../img/pxLeft.gif); background-repeat: repeat-y}
.pxR {background-image: url(../img/MidRight.gif); background-repeat: repeat-y}