/* TEXTOS GENERICOS*/
/*  Este estilo contiene propiedades del texto que heredan  el resto de estilos de la página */
BODY, TD {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
font-size: 11px; color:black;
scrollbar-3d-light-color:#666666;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-dark-shadow-color:#666666;
scrollbar-face-color:#690A2D;
scrollbar-highlight-color:#690A2D;
scrollbar-track-color: #CCCCCC;
}


/*  Estilo por defecto para enlaces que heredan  el resto de enlaces de la página */
A:active {color: #003399;  text-decoration : underline;}
A:link {color: #003399;  text-decoration : underline;}
A:visited {color: #003399;  text-decoration : underline;}
A:hover {color: #333333;  text-decoration : underline;}

/*estilo para imagen-enlace*/
.img {background-color: #FFFFFF;  text-decoration : none;}
.img:active, a.img:link, a.img:visited, a.img:hover {text-decoration : none;}


/* titulo seccion*/
.txt-subtit-rojo {
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; color:#A31047; font-size: 18px;
}

a.txt-subtit-rojo:active, a.txt-subtit-rojo:link, a.txt-subtit-rojo:visited, a.txt-subtit-rojo:hover{color:#A31047;}

/*destacados en el texto*/

.txt-nro {color:#A31047; font-size: 11px;  font-weight : bold;}

.txt-nro-txiki {color:#A31047; font-size: 9px;  font-weight : bold;}

.txt-nro-aundi {color:#FFFFFF; background-color:#A31047; font-size: 13px;  font-weight : bold;}

.txt-nro-aundi-tit {color:#FFFFFF; background-color:#A31047; font-size: 13px;  font-weight : bold;}

a.txt-nro:active, a.txt-nro:link, a.txt-nro:visited, a.txt-nro:hover{color:#A31047; font-size: 11px;  font-weight : bold; text-decoration : underline;}

.txt-ngris  {color:#666666; font-size: 11px;  font-weight : bold;}

.txt-ngris-txiki {color:#666666; font-size: 9px;  font-weight : bold;}

.txt-gris  {color:#939393;}

a.txt-gris:active, a.txt-gris:link, a.txt-gris:visited {color:#939393; text-decoration : underline;}

a.txt-gris:hover {color:#CCCCCC; text-decoration : underline;}


/*texto para pie de foto*/
.txt-pie {font-size: 9px;}


/*destacados en noticias*/
.txt-titnot {
font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; color:#A31047; font-size: 13px; font-weight : bold; line-height: 23px;
}

.pub	{font-size: 12; color: #666666;}


/*ESTILO PARA LA TABLA INFO-CLIENTES*/

.tab_frente		{width: 100%;
				margin: 2;
				background-color: #666666;
				color: black;
				font-weight: bold;
				text-align: center;
				font-family: Verdana, Arial, Helvetica, Sans-serif;
				font-size: 12;
				
				}

.fondocab	{background-color: #690A2D;
			text-align: center;
			padding-top: 7;
			padding-bottom: 5;
			}
			
.fondocab_up	{background-color: #660000;
			padding-top: 7;
			padding-bottom: 5;
			}

.cab	{
		font-weight: bold;
		font-size: 11;
		color: #cccccc;
		}

.cab_columna	{ color: black;
				text-align: center;
				font-size: 5;
				font-weight: bold;
				padding-left: 2;
				padding-right: 2;
				}

.cab_columna1	{ background-color: #525353;
				color: cccccc;
				text-align: center;
				font-size: 10;
				/*font-weight: bold;*/
				/*width: 180px;*/
				padding-top: 10;
				padding-bottom: 10;

				}

.cab_columna2	{ background-color: #FFFFFF;
				color: black;
				text-align: center;
				font-size: 10;
				font-weight: bold;
				padding-top: 10;
				padding-bottom: 10;
				}

.cab_columna20	{ background-color: #CCCCCC;
				color: #660000;
				text-align: center;
				font-size: 10;
				font-weight: bold;
				/*width: 180px;*/
				padding-top: 10;
				padding-bottom: 10;
				}

/*estilos para la tabla noticias en news.asp*/

.tabla	{width: 300;

/*negrita comun*/
.txt-negrita {color: #FFFFFF; font-size: 11px;  font-weight : bold;}



