.fondo {
	background-color: #DDEFFE;
	background-image: url(/imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
.fondocontenido {
	background-color: #EEEEEE;
}
.cabecera {
	background-image: url(/imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 100%;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
	text-decoration: none;
	font-size: small;
}
a:link
{
	text-decoration: none;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;

}
a:visited
{
	text-decoration: none;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;

}
.textocont {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 10pt;
	margin: 5px;
	font-size: 18px;
}
.notaspie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	list-style-type: decimal;
	color: #000033;
	text-indent: 0pt;
	margin-bottom: 15px;
	margin-right: 5px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align: justify;
	text-indent: 20px;
	margin: 15px 5px;
}
.TextoCabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFF00;
	text-align: right;
}
