/* CSS Document */


body {
	background-color: #C9D6D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;
	}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	color: #003366;
	}
.headcontenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	color: #333333;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;
}
.gray {color: #666666}
.gray:link {color: #666666}
.gray:visited {color: #666666}
.gray:hover {color: #666666}
.gray:active {color: #666666}

.white {color: #FFFFFF}
.white:link {color: #FFFFFF}
.white:visited {color: #FFFFFF}
.white:hover {color: #FFFFFF}
.white:active {color: #FFFFFF}

.red {color: #CC3300}
.red:link {color: #CC3300}
.red:visited {color: #CC3300}
.red:hover {color: #CC3300}
.red:active {color: #CC3300}

a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

a:active {
	text-decoration: none;
	color: #003399;
}
.rp {
	background-repeat: no-repeat;
