@charset "utf-8";
.titulo_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000033;
	font-weight: bold;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	line-height: 33px;
}

.titulo_contenido_peque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
.letras_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-align: justify;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.fondo_linea_menu {
	background-image: url(secciones_linea_menu.jpg);
	background-repeat: no-repeat;
	height: 11px;
}
.fondo_pie_pag {
	background-image: url(secciones_pie_pag.jpg);
	background-repeat: no-repeat;
	height: 24px;
	background-position: top;
}
.fondo_alargar_derecha {
	background-image: url(secciones_alargar_der.jpg);
	background-repeat: repeat;
	width: 25px;
}
.fondo_alargar_izq {
	background-image: url(secciones_alargar_izq.jpg);
	background-repeat: repeat;
	width: 25px;
}
.fondo_esq_sup_izq {
	background-image: url(secciones_esq_sup_izq.jpg);
	background-repeat: no-repeat;
	width: 25px;
}
.fondo_esq_sup_der {
	background-image: url(secciones_esq_sup_der.jpg);
	background-repeat: no-repeat;
	width: 25px;
}
.fondo_esq_inf_izq {
	background-image: url(secciones_esq_inf_iz.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
}
.fondo_esq_inf_der {
	background-image: url(secciones_esq_inf_der.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
}

#link_pdf a:link {
	color: #000033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#link_pdf a:visited {
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
#link_pdf a:hover {
	text-decoration: none;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
#link_pdf a:active {
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}

