/* --------- Pergamino de noticias grande (centrado para 1024x768 con ambos bloques laterales del portal --------- */

.pergamino_news_grande_fondo{
	position:relative;
	float:left;
	clear:left;
	left:5%;
	width:600px;
	height:600px;
	background: url(/web_HQ//web/imagenes/pergamino_news_grande.png) no-repeat center center;
}
.pergamino_news_grande_texto{
	position:relative;
	float:left;
	top:20px;
	bottom:10px;
	left:5%;
	width:530px;
	height:450px;
	overflow:auto;
	text-align:center;

}
.pergamino_news_grande_texto p{
	color: #000;
	margin: 0 0 5px 0;
	font-size: small;
	font-style:italic;
	text-align:left;
}
.pergamino_news_grande_texto p a{
	color:#333;
	font-weight:bold;
	font-style:normal;
}

/* ------------------------------ Pergamino de presentación para los diferentes apartados ---------------------- */

.pergamino_presentacion{
	position:relative;
	float:left;
	clear:left;
	width:350px;
	height:350px;
margin: 0 0 0 20px;
	background: url(/web_HQ//web/imagenes/pergamino_presentacion.png) no-repeat center center;
}
.pergamino_presentacion_texto{
	position:relative;
	float:left;
	top:12px;
	left:20px;
	width:310px;
	height:263px;
	overflow:auto;
	text-align:center;
}
.pergamino_presentacion_texto p{
	color: #000;
	margin: 0 0 5px 0;
	font-size: small;
	font-style:italic;
	text-align:left;
}
.pergamino_presentacion_texto p a{
	color:#333;
	font-weight:bold;
	font-style:normal;
}
/* ----------------------------------- Botones de pergamino, con texto linkable ---------------------------------- */
.botones_pergamino {
	position:relative;
	display:block;
	float:left;
	clear:right;
	width:220px;
	margin: 0 0 0 40px;
}
.botones_pergamino a{
	position:relative;
	display:block;
	background: url(/web_HQ//web/imagenes/pergamino_recto_mini.png) no-repeat center center;
	color:#000;
	font-size:larger;
	font-weight:bold;
	font-variant:small-caps;
	width: 220px;
	height:40px;
	padding: 10px 0 0 0;
	text-decoration:none;
	text-align:center;
}
.botones_pergamino a:hover{
	position:relative;
	display:block;
	color: #c96;
	text-decoration:none;
}
.botones_pergamino dl {
	position:relative;
	width:220px;
	float: left;
}
.botones_pergamino dt {
	position:relative;
	width:220px;
	float: left;
}
.botones_pergamino dd {
	position:relative;
	width:220px;
	float:left;
	color: #CCC;
	background-color: #333;
	margin:0 0 20px 0;
	text-align:justify;
	font-size: smaller;
}