.plantilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF9900;
}
.subtitulo {
	font-family: "Arial Narrow", "Arial Black", Arial;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.cuadro_arriba {
	margin-top: -15px;
	margin-left: -10px;
	background-color: #00D1FA;
}
.pie {
	font-family: "Arial Narrow", "Arial Black", Arial;
	font-size: 13px;
	color: #24486C;
}
.paginadestacada {
	font-family: "Arial Narrow", "Arial Black", Arial;
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
.texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.fondo_contenido {
	background-image: url(images/contenido.jpg);
	background-repeat: no-repeat;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: normal;
}
.pagina_interior {
	background-image: url(images/interior_02.jpg);
	background-repeat: no-repeat;
}
