#noticia_actual {
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
	width: 50%;
	position: relative;
	background-color: #333333;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#noticia_actual img.noticia_actual_imagen {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#noticia_actual .news_noticia_fecha {
	color: #999999;
}

#noticia_actual .news_noticia_titulo {
	display: block;
	color: #666666;
	height: 20px;
	background-image: url(../img/linea_gris.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*
 * Recuadro del listado de noticias
 */
#listado_noticias {
	float: left: display: inline;
	width: 423px;
}

#listado_noticias h1 {
	margin: 0px; padding: 0px;
	margin-bottom: 30px;
	height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #666666;
	background-image: url(../img/linea_gris.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align: right;
	font-size: 1.8em;
}

#listado_noticias {
	float: left;
	width: 45%;
  overflow-x: hidden;
}

a
{
	text-decoration: none;
}

.bloq_noticia
{
	color: #666666;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.bloq_noticia:hover
{
	color: #ffffff;
	background-color: #333333;
}
.news_listado img.separador
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.paginacion a {
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 12px;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #ffffff;
}

