/*---------------Contenido---------------*/
.tabla_noticia_index
{	width:550px; color: #d6d6d6;
	border-width: 1px; border-color:grey; border-style: solid; border-collapse:collapse; border-color:#d6d6d6;
	vertical-align:middle; margin-left:auto; margin-right:auto;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none; text-align: justify; line-height:20px;
}

/*---------- TEXTO DE LAS NOTICIAS PAGINA DE INICIO Y RESUMEN ----------*/
.noticia_antetitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	font-weight: bold;
	text-decoration: none;
	text-align:justify;
}

.noticia_titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2e5da5;
	text-decoration: none;
	text-align:left;
}

.noticia_titulo a:link
{
	color: #0047B6;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.noticia_titulo a:visited
{
	color: #0047B6;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.noticia_titulo a:hover
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.noticia_resumen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
	text-align:justify;
}
.noticia_contenido{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.noticia_fecha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d92334;
	text-decoration: none;
	height: 15px;
}

/*---------- TEXTO DE LAS NOTICIAS EN NOTICIA DETALLADA ----------*/
.noticia_detallada_antetitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2e5da5;
	text-decoration: none;
}
.noticia_detallada_titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2e5da5;
	text-decoration: none;
}
.noticia_detallada_resumen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
}
.noticia_detallada_contenido{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.noticia_detallada_fecha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d92334;
	text-decoration: none;
}

/*---------- PAGINACION MODULO DE NOTICIAS ----------*/
.paginasel {
	font-weight: bold;
	font: 12px Helvetica, Arial, "Sans serif", Sans, Verdana;
	padding: 3px;
	color: #999999;
}

.pagina {
	font: 12px Helvetica, Arial, "Sans serif", Sans, Verdana;
	padding: 3px;
}

.centro {
	text-align: center;
}

.redondeado {
    text-align: center;
}
