/* CSS Document */

#contenedor_grande_noticias {
	 width: 990px;
	 height: 1065px;
	 margin: 0 auto;
	 text-align: center;
}

#contenedor_left_noticias {
	float: left;
	width: 9px;
	margin-left: 5px;
	height: 921px;
	display: block;
	background-image:url(../images/background_left.png);
	background-repeat:repeat-y;
}

#contenedor_right_noticias {
	float: left;
	width: 12px;
	height: 921px;
	display: block;
	background-image:url(../images/background_right.png);
	background-repeat:repeat-y;
}

#contenedor_contenido_noticias {
	float: left;
	width: 960px;
	height: 921px;
	display: block;
	text-align:left;
	background-image:url(../images/background_center.jpg);
	background-repeat:repeat-x;
}

#contenedor_principal_noticias {
	float: left;
	display: block;
	width: 960px;
	height: 896px;
	background-image:url(../images/background_noticias.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	text-align: left;
}

#titulo_contenedor_principal_noticias {
	display: block;
	clear: both;
	margin-left: 27px;
	margin-top: 3px;
	font-family: Arial;
	color: #095832;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
}

#contenedor_noticias_centro {
	height: 750px;
}

#contenedor_noticia {
	width: 900px;
	height: 165px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#titulo_noticia {
	display: block;
	width: 560px;
	float: left;
	margin-top: 10px;
}

#titulo_noticia a {
	font-family: Arial;
	color: #095832;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}

#titulo_noticia a:hover {
	text-decoration: underline;
}

#breve_noticia {
	display: block;
	width: 560px;
	float: left;
	margin-top: 5px;
	font-family: Arial;
	color: black;
	font-size: 17px;
}

#imagen_noticia_breve {
	display: block;
	width: 340px;
	float: right;
}

#contenedor_separador_noticias {
	width: 878px;
	height: 8px;
	margin-left: 25px;
	background-image: url(../images/separador_noticias.png);
	background-repeat: no-repeat;
}

#contenedor_paginacion_noticias {
	float: left;
	display: block;
	width: 900px;
	height: 32px;
	margin-top: 22px;
	margin-left: 25px;
	background-image: url(../images/background_paginacion_noticias.png);
	background-repeat: no-repeat;
}

#paginacion_noticias {
	float: right;
	display: block;
	width: 353px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}

#paginacion_noticias a {
	font-family: Arial;
	font-size: 17px;
	color: black;
	text-decoration: none;
}

#paginacion_noticias a:hover {
	color: white;
	text-decoration: underline;
}
