@charset "UTF-8";
/* CSS Document */

.noticias  {
	width: 631px;
	font-family: Arial, Helvetica, sans-serif;
}
.noticias .lengueta {
	background-image: url(img/lengueta_noticia.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 631px;
	color: #FFF;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.noticias .panell {
	background-color: #FFF;
	width: 629px;
	height: 132px;
	border: 1px solid #8C80B1;
}
.noticias .panell .titular {
	color: #042441;
	margin-top: 10px;
	float: left;
	width: 485px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8C80B1;
	margin-left: 8px;
}
.noticias .panell .foto {
	float: left;
	width: 100px;
	height: 95px;
	margin-left: 15px;
	display: inline;
	background-color: #022441;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	overflow: hidden;
}
.noticias .panell .data {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 100px;
	margin-bottom: 10px;
	background-color: #8C80B1;
	height: 20px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.noticias .panell .noticia {
	color: #022441;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 10px;
	text-align: justify;
	margin-bottom: 10px;
	float: left;
	width: 475px;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8C80B1;
	margin-right: 0px;
	margin-left: 8px;
}
.noticias .panell .ico_mes {
	background-image: url(img/ico_mes.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	overflow: hidden;
	float: left;
}
a.mes_noticia:link, a.mes_noticia:visited {
	color: #022441;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 90px;
	margin-left: 520px;
	overflow: hidden;
}
a.mes_noticia:hover {
	color: #8C80B1;
}
.noticias .paginador {
	background-color: #FFF;
	margin-top: 10px;
	border: 1px solid #8C80B1;
	text-align: center;
	color: #042441;
	font-size: 14px;
	font-weight: bold;
}
a.num_pagina_off:link, a.num_pagina_off:visited {
	color: #8C80B1;
	text-decoration: underline;
	text-align: left;
}
a.num_pagina_off:hover {
	color: #042441;
}
