/* CSS Document */

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

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

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

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

#contenedor_principal_noticias_ind {
	float: left;
	display: block;
	width: 964px;
	height: 1978px;
	background-image:url(../images/background_ofertas_2.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	text-align: left;
}

#titulo_contenedor_principal_noticias_ind {
	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_noticia_ind {
	float: left;
	display: block;
	width: 900px;
	height: 531px;
	margin-left: 26px;
	margin-top: 35px;
}

#imagen_noticia_ind {
	float: left;
	display: block;
	max-width: 300px;
	height: 531px;
	text-align: center;
}

#texto_noticia_ind {
	float: left;
	display: block;
	width: 580px;
	height: 531px;
	font-family: Arial;
	color: black;
	font-size: 14px;
	margin-left: 20px;
	text-align: justify;
}

#titulo_noticia_ind {
	font-family: Arial;
	color: #095832;
	font-size: 21px;
	font-weight: bold;
	width: 600px;
	height: 40px;
}
