body {
	margin-top: 2px;
	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}
/* Enlace */
a {
	text-decoration: none;
	color: #309;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: underline;
}
/* Cita textual */
blockquote {
	font-size: 90%;
}
/* Titular de nivel 1 */
h1 {
	margin-top: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.3em;
	color: #47406C;
	background-color: transparent;
}
/* Titular de nivel 2 */
h2 {
	margin: 1px 0; 
	padding: 0;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.3em;
	color: #47406C;
	background-color: transparent;
}
/* Titular de nivel 3 */
h3 {
	margin: 1px 0; 
	padding: 0;
	font-weight: bold;
	font-size: 100%;
	color: #47406C;
	background-color: transparent;
}
/* Titular de nivel 4 */
h4 {
	margin: -3px 0 -2px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3em;
	color: #333;
	background-color: transparent;
}
/* Nivel 2 de lista no numerada */
li ul {
	margin-top: 10px;
	list-style-type: square;	
	list-style-position: outside;
}
/* Nivel 2 de lista numerada */
li ol {	
	margin-top: 10px;							
	list-style-type: upper-alpha;	
}
li ol li {
	list-style-type: upper-alpha;	
}
/* Nivel 3 de lista numerada */
li ol li ol li {
	list-style-type: lower-alpha;	
}
li {
	margin-bottom: 10px;
	list-style-position: outside;
}
/* Linea separadora horizontal */
hr {
	width: 100%;
	height: 2px;
	border: 0;
	color: #EFEFF7;
	background-color: #EFEFF7;
}
div.hr hr, div.hr2 hr, div.hr3 hr, div.hr4 hr, div.hr5 hr, div.hr6 hr, div.hr7 hr, div.hr8 hr, div.hr9 hr, div.hr10 hr, div.hr11 hr  {
	display: none;
}
/* Nota al pie*/
.nota {
	font-size: 90%;
}
.resumen {
	font-weight: bold;
	color: #696969;
	background-color: transparent;
}

/* Espacio sede en portada */
.subespaciosede {
	direction: ltr !important;
	position: relative;
	margin-bottom: 9px;
	padding: 4px 5px 6px 0;
	width: 99%;
	height: auto;
	border-bottom: 1px solid #E0E0E0;
	background: #FFF;
}
.subespaciosedecont {
	line-height: 1.3em;
}
.subespaciosedecont h3 {
	font-size: 1.2em;
	font-variant: small-caps;
}
.subespaciosedecont h3 a {
	color: #47406C;
}