.volver {
   float:right;
    width:150px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	padding-top:3px;
}
.volver a {
	color: #000000;
	text-decoration: none;
}
.areas_publicaciones {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style-type: disc;
	padding-left: 30px;
	clear: both;
	padding-bottom: 40px;
}
.tit_ultimas_publicaciones {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.tit_area {
	font-size: 20px;
	color: #990000;
	font-weight: bold;
	padding-bottom: 40px;
	text-transform: uppercase;
}


.listado_area {
	float: left;
	width: 50%;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	list-style-type: disc;
}
.listado_area a {
	color: #000000;
	text-decoration: none;
}
.listado_area a:hover {
	color: #990000;
	text-decoration: none;
}


.bloque_publicacion {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.titulo {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.autor {
	font-size: 12px;
}
.descripcion {
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.miniatura_publi {
	width: 100px;
	padding-right: 20px;
	overflow: hidden;
}
.ver_ficha {
	font-size: 10px;
	color: #990000;
	text-align: right;
}
.ver_ficha a {
	color: #990000;
	text-decoration: none;
}
.ver_ficha a:hover {
	color: #990000;
	text-decoration: none;
}

