.areas {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	text-align: right;
}
.bloque_enlace {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
}
.tit_enlace {
	font-size: 13px;
	color: #990000;
}
.tit_enlace a {
	color: #990000;
	text-decoration: none;
}
.tit_enlace a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
 /*-------- asociados  -------*/ 
 .asociados {
	font-size: 11px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 100%;
	float: left;
}
.nombre {
	width: 20%;
	float: left;
	text-transform: uppercase;
}
.apellidos {
	float: left;
	width: 27%;
	text-transform: uppercase;
}
.comentario {
	font-size: 11px;
	text-transform: uppercase;
}

.paginacion{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.paginacion a{
	text-decoration: none;
	color: #990000;
}

.paginacion a:hover{
	text-decoration: underline;
	color: #990000;
}

