.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDEEDB;
	text-align: justify;

}
.Titulo {
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	color: #C40000;
}
.contenido {
	text-indent: 10px;
}
.TLink {
	font-style: italic;
	text-decoration: underline;
	cursor: hand;
}

a.enlace {
	font-weight: bolder;
	font-variant: small-caps;
	color: #C40000;
	vertical-align: text-bottom;
	text-decoration: none;	
}
a.enlace:hover {
	font-weight: bolder;
	color: #F20000;
	text-decoration: none;
	font-style: italic;
}

a.enlace2 {
	color: #FFFFFF;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: none;	
}

a.enlace2:hover {
	color: #FFFF00;
	font-weight: bolder;
	font-variant: small-caps;	
	font-style: italic;
	text-decoration: none;
	background-color: #0099CC;
}

a.enlace3 {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;	
}

a.enlace3:hover {
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
	/*background-color: #ffffff;*/
}



.FilaTituloIzq {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #295BAD;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #000000;

}

.FilaTituloDer {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #295BAD;
	border: thin outset #000000;
}

tr.alternateRow {

  background-color: #e0e0e0;

}



td.sortedColumn {

  background-color: #f0f0f0;

}



th.sortedColumn {

  background-color: #b0b0b0;

}



tr.alternateRow td.sortedColumn {

  background-color: #d0d0d0;

}





