/* CSS Document */
/* Body Elements. It marks the scroll bars layout */
BODY {
background-color: #FAE3A4;
SCROLLBAR-FACE-COLOR: #FCEFCC;
SCROLLBAR-HIGHLIGHT-COLOR: #F8E5C2;
SCROLLBAR-SHADOW-COLOR: #FAE3A4;
SCROLLBAR-3DLIGHT-COLOR: #FFF1D7;
SCROLLBAR-ARROW-COLOR: #B65C00;
SCROLLBAR-TRACK-COLOR: #E2B475;
SCROLLBAR-DARKSHADOW-COLOR: #B65C00}
/* Main Text Fonts and Styles */
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.texto a:link {
	color: #CC6600;
	text-decoration: underline;
}
.texto a:visited {
	color: #CC6600;
	text-decoration: underline;
}
.texto a:hover {
	color: #FFE3A5;
	text-decoration: underline;
	background-color: #CC6600;
}
.texto a:active {
	color: #CC6600;
	text-decoration: underline;
}
/**/
.textoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.textoBoldSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
}
/* Header Styles*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC6600;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC6600;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc6600;	
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
}
/* Ordered Listings settings */
ol {
	color: #CC6600;
}
/* Unordered listing settings */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #CC6600;
}
/* LINKS 1 */
.sidecontent {
	background-color: #FAE3A4;
}.sidecontent a:link {
	background-color: #FAE3A4;
}
.sidecontent a:visited {
	background-color: #FAE3A4;
}
.sidecontent a:hover {
	background-color: #FAE3A4;
}
.sidecontent a:active {
	background-color: #FAE3A4;
}
/* LINKS 2 */
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.maincontent a:link {
	color: #CC6600;
	text-decoration: underline;
}
.maincontent a:visited {
	color: #CC6600;
	text-decoration: underline;
}
.maincontent a:hover {
	color: #FFE3A5;
	text-decoration: underline;
	background-color: #CC6600;
}
.maincontent a:active {
	color: #CC6600;
	text-decoration: underline;
}
/**/
.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16 px;
	font-style: italic;
	color: #CC6600;
}
/**/
.textoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
}
.textoLink a:link {
	color: #CC6600;
	text-decoration: underline;
}
.textoLink a:visited {
	color: #CC6600;
	text-decoration: underline;
}
.textoLink a:hover {
	color: #FFE3A5;
	text-decoration: underline;
	background-color: #CC6600;
}
.textoLink a:active {
	color: #CC6600;
	text-decoration: underline;
}
