body {
	font-family:Tahoma;
	background-color: #FFF;
}
input, textarea {
	font-size: 10pt;
	font-family:Tahoma;
}
a:link {
	color: #00574A; 
	text-decoration: underline;
}
a:active {
	color: #8C1010;
	text-decoration: underline;
}
a:visited {
	color: #00574A; 
	text-decoration: underline;
}
a:hover {
	color: #8C1010;
	text-decoration: underline;
}
.copyright {  
	font-size: 9px; 
	color: #000000;
}
.acceso_rapido {
	font-size: 8pt;
	color: #00524A;
	background-color: #FFFFFF;
}
.buscar {
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}
.titulos {
	font-size:19px;
	font-weight: normal;
	color: #8C1010;
}
.subtitulos {
	font-size:14px;
	font-weight: bold;
	color: #8C1010;
}
.texto {
	font-family:Tahoma;
	font-size:13px;
	font-weight: normal;
	color: #000000;
}
.texto_negritas {
	font-size:13px;
	font-weight: bold;
	color: #000000;
}
.texto_italicas {
	font-style:italic;
}
.texto_pequeno {
	font-size:11px;
	font-weight: normal;
	color: #000000;
}
.encabezado_tablas {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#00574A;
}
.error {color: #8C1010; }
.mensaje {
	display:block;
	width:300px;
	border:#8C1010 solid 1px;
	background-color:#FFFFCC;
	color:#8C1010;
	padding:1em;
	margin:1em;
	text-align:center;
}
.flash {
	height: 300px;
	width: 418px;
	position: absolute;
	top: 145px;
	right: 200px;
}
