.fondo1 {
	background-color: #336699;
}
.fondo2 {
	background-color: #D9FBED;
}
.fondo1txt {
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fondo2txt {
	background-color: #6699cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textonormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003399;
	text-decoration: underline;
}
.aviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: blink;
}/*
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FF0000;
}*/

/*Tabla*/
	   .tabla {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: right;
		/*width: 100%;*/
		
		}
		
		.tabla th {
		padding: 3px;
		font-size: 12px;
		background-color: #83aec0;
		background-image: url(fondo_th.png);
		background-repeat: repeat-x;
		color: #FFFFFF;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #558FA6;
		border-bottom-color: #558FA6;
		font-family: “Trebuchet MS”, Arial;
		/*text-transform: uppercase;*/
		}
		
		.letra {
		font-size: 12px;
		color: white;
		font-family: “Trebuchet MS”, Arial;		
		}
		
		.tabla .modo1 {
		font-size: 12px;
		font-weight:bold;
		background-color: #e2ebef;
		background-image: url(fondo_tr01.png);
		background-repeat: repeat-x;
		color: #34484E;
		font-family: “Trebuchet MS”, Arial;
		}
		.tabla .modo1 td {
		padding: 5px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #A4C4D0;
		border-bottom-color: #A4C4D0;
		text-align:left;
		}
		
		.tabla .modo2 {
		font-size: 12px;
		font-weight:bold;
		background-color: #fdfdf1;
		background-image: url(fondo_tr02a.png);
		background-repeat: repeat-x;
		color: #990000;
		font-family: “Trebuchet MS”, Arial;
		text-align:left;
		}
		.tabla .modo2 td {
		padding: 5px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #EBE9BC;
		border-bottom-color: #EBE9BC;
		}
		.tabla .modo2 th {
		background-image: url(fondo_tr02a.png);
		background-position: left top;
		font-size: 12px;
		font-weight:bold;
		background-color: #fdfdf1;
		background-repeat: repeat-x;
		color: #990000;
		font-family: “Trebuchet MS”, Arial;
		text-align:left;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #EBE9BC;
		border-bottom-color: #EBE9BC;
		}
