/* SCROLLBAR */
body {

	scrollbar-face-color:#D4CA50; 
	scrollbar-shadow-color:#D4CA50;
	scrollbar-highlight-color:#D4CA50;
	scrollbar-3dlight-color:#D4CA50;
	scrollbar-darkshadow-color:6F5D38;
	scrollbar-track-color:#EBE5C8;
	scrollbar-arrow-color:#ffff00;
	
	}

td.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #525252;
}

H1, H2, H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8B7B61
	}

H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8B7B61
	}

/* CUSTOM STYLES (class) */

.notes {
	font-size: 0.7em
}

.tablaGral {
	background: White;
	/*border: 1px solid White;*/
}

.link-home-idiomas {
	font-family: Arial, Helvetica, sans-serif;
	color: #392D1D;
	font-size: 12px;
	text-decoration: none;
		}
		a.link-home-idiomas:hover {
		font-family: Arial, Helvetica, sans-serif;
		color: White;
		background: #D4CA50;
		font-size: 12px;
		text-decoration: underline;
		}

.footer {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #D4CA50;
	}

	a.footer:link {
		color: #D4CA50;
		text-decoration: underline;
		}
	a.footer:hover {
		color: Yellow;
		text-decoration: none;
		}
	a.footer:active {
		color: Yellow;
		text-decoration: none;
		}
	a.footer:visited {
		color: #D4CA50;
		text-decoration: underline;
		}
	a.footer:visited:hover {
		color: Yellow;
		text-decoration: none;
		}
.credits {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #8B7B61;
}
a.credits:link {
		text-decoration: underline;
}
a.credits:hover {
		color: #D4CA50;
		text-decoration: none;
}