.txt_Destacado {
	font-weight: bold;
	color: #3469B2;
}

.txt_Azul {
	color: #3469B2;
}

.txt_Chico {
	font-size: 9px;
	color: #808080;
}
.txt_Normal {
	font-size: 11px;
	color: #808080;
}
.txt_Grande {
	font-size: 12px;
	color: #808080;
}

.link_Normal {
	text-decoration: none;
	font-weight: bold;
	color: #3469B2;
}
.link_Normal:hover {
	text-decoration: underline;
}

.titulo_Normal {
	display: block;
	width: 536px;
	border-bottom: 1px dotted #E0E0E0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3469B2;
}
.titulo_Grande {
	border-bottom: 1px dotted #E0E0E0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3469B2;
}


table th { /* todas */
	padding: 3px 4px 2px 4px;
	background-color: #EAEAEA;	
	font-size: 10px;
	color: #3469B2;
}
table .titulo_tabla {
	background-color: #EAEAEA;	
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #3469B2;
}
table td { /* todas */
	padding: 3px 4px 2px 4px;
	background-color: #F4F4F4;
	font-size: 10px;
	color: #A1A1A1;
}

.linea_clara {}
.linea_clara td {
	background-color: #F8F8F8;
}
