/* GENERAL - ESTILOS CFP ---------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 2px 0 0 2px;
	background: #fff;
	color: #333;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 12px;
	color: #1A4A77;
	font-size: 1.6em;
}
h2 {
	margin: 0 0 12px;
	padding: 8px 0 0;
	color: #1A4A77;
	font-size: 1.4em;
}
h3 {
	margin: 0 0 4px;
	padding: 8px 0 0;
	color: #1A4A77;
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	color: #1A4A77;
}
h2 a, h3 a {
	color: #1A4A77;
}
p {
	padding: 0 0 12px 0;
	line-height: 1.2em;
	font-size: 1.1em;
}
p.pie_foto {
	padding: 0 0 4px 0;
	color: #557;
	font-weight: bold !important;
	font-size: .9em !important;
}
a img {
	border: none;
}
ul {
	margin-bottom: 16px;
	padding: 8px 0 0 1em;
	list-style-type: square;
	font-size: 1.1em;
}
ul li {
	margin-bottom: 8px;
}
ol {
	margin-top: 12px;
	list-style: decimal inside;
	font-size: 1.1em;
}
ol li {
	margin-bottom: 12px;
}

/*ENLACES-------------------------*/
a {
	color: #B50D0D;/*#1A4A77;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 a:hover, h3 a:hover {
	text-decoration: none;
}
.sublinks {
	font-size: .9em;
}
/* Enlaces dentro de párrafos LISTA */
.listado_links ul {
	margin-bottom: 12px;                  
}
.listado_links li {
	list-style: none outside;
	margin-bottom: 8px;                  
}
.listado_links a {
	padding: 0 0 0 10px;
	background: #FFF url(http://cfp.cervantes.es/imagenes/image/comunes/flechas/der_az.gif) no-repeat 0 4px;
	color: #b50d0d;
	font-size: 1.1em;
}
/* Enlaces dentro de párrafos NO LISTA (en métodos, para q funcionen CONDICIONALES) */
p.enlaces_flecha  {
	margin: 0 0 8px;
	padding: 0;
}
p.enlaces_flecha a {
	padding: 0 0 0 10px;
	background: #FFF url(http://cfp.cervantes.es/imagenes/image/comunes/flechas/der_az.gif) no-repeat 0 4px;
}

/* REGLAS PARA EVITAR ESCRIBIR ESTILOS EN EL HTML (INLINE)*/
.none {
	display: none;
}
.oculto {
	position: absolute;
	left: -999px;
	width: 990px;
	border: none;
}
.fuera {/*Elemento sin contenedor*/
	padding: 8px 0 0 8px;
}
abbr, acronym {
	border-bottom: 1px dotted #BEDAE8;
	cursor: help;
}
.clearboth {
	clear: both;
}
.centrado {
	text-align: center;
}
.border {
	border: 1px solid #ccc;
}
.bor_der, .bor-der {
	border-right: 1px solid #ccc;
}
.derecha {
	text-align: right;
}
.izquierda {
	display: inline;
	text-align: left;
}
.izquierdaflota {
	margin-top: 3px;
	float: left;	
	display: block;
	text-align: left;
}
.versalitas {
	font-variant: small-caps;
}