/*main scrollbar colors*/
BODY {
	scrollbar-face-color: #D9DADB;
	scrollbar-shadow-color: #D9DADB;
	scrollbar-highlight-color: #D9DADB;
	scrollbar-3dlight-color: #D9DADB;
	scrollbar-darkshadow-color: #D9DADB;
	scrollbar-track-color: #ECEDED;
	scrollbar-arrow-color: #797D7F;
	background-color: #E9E9E9;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.destaca {
	color: #202E6B;
	text-decoration: none;
}
.destaca:hover {
	color: #202E6B;
	text-decoration: underline;
}
.celPrincipal {
	background-color: #FFFFFF;
	border-top: 1px none #D3110B;
	border-right: 1px solid #D3110B;
	border-bottom: 1px none #D3110B;
	border-left: 1px solid #D3110B;
}
.linksSitio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #202e6b;
	text-decoration: none;
}
.linksSitio:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.subTitulo2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;	
}
.subTitulo1 {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.estTitulo {
	font-size: 20px;
	font-weight: bold;
	color: #D3110B;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}