/* CSS Document */

body{
	background-image: url(../imagenes/bg-body.png);
	font-family: "Trebuchet MS";
 	font-size: 11px;
}
.flash-cabecera{
	border: 2px;
	border-top-color: #9E4770;
	border-top-style: groove;
	border-right-color: #9E4770;
	border-right-style: groove;
	border-bottom-color: #9E4770;
	border-bottom-style: groove;
	border-left-color: #9E4770;
	border-left-style: groove;
	background-color:#9E4770;
}
.tabla-cuerpo{
	border: 2px;
	border-top-color: #9E4770;
	border-top-style: groove;
	border-right-color: #9E4770;
	border-right-style: groove;
	border-bottom-color: #9E4770;
	border-bottom-style: groove;
	border-left-color: #9E4770;
	border-left-style: groove;
}
.cabecera-seccion{
	background-image: url(../imagenes/cabecera-seccion.png);
	color: #9E4770;
	font-size: 14px;
	font-weight: bold;
}
.tabla-cabecera-pie-pagina{
	background-color: #9E4770;
	border: 2px;
	border-top-color: #9E4770;
	border-top-style: groove;
	border-right-color: #9E4770;
	border-right-style: groove;
	border-bottom-color: #9E4770;
	border-bottom-style: groove;
	border-left-color: #9E4770;
	border-left-style: groove;
	color: #FFCF01;
	font-weight: bold;	
}
.enlaces-frameizdo{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCF01;
	font-weight: bold;
	font-size: 11px;
	background-color: #9E4770;
	border: 1px;
	height: 24px;
}
.enlaces-framedrcho{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCF01;
	font-weight: bold;
	font-size: 11px;
	background-color: #9E4770;
	border: 1px;
	height: 24px;
}
a:link {text-decoration:none; color: #FFCF01;} /* Link no visitado*/
a:visited {text-decoration:none; color: #FFCF01;} /* Link visitado*/
a:active {text-decoration:none; color: #FFCF01;} /* Link activo*/
a:hover {text-decoration:none; color:#FFFFFF;} /*Mouse sobre el link*/

.enlaces-framedrcho{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCF01;
	font-weight: bold;
	font-size: 12px;
	background-color: #9E4770;
	border: 1;
}

.texto-central{
	text-align: justify;
	color:#9E4770;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	vertical-align: top;

}

.aclaraciones{
	text-align: justify;
	color:#9E4770;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
}
