@charset "UTF-8";
#content_noticias {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#line_color {
	height: 10px;
	background-color: #5dc0e6;
}
#line_verde {
	background-color: #fbb040;
	height: 10px;
	width: 630px;
}
#intro_noticias {
	background-color: #FFF;
	padding-top: 26px;
	padding-bottom: 26px;
}
#naranja {
	height: 45px;
	width: 210px;
	background-image: url(../img/noticias/naranja.png);
	background-position: right center;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #FFF;
	line-height: 45px;
	padding-left: 30px;
	float: left;
}
#intro_text {
	float: left;
	width: 450px;
	padding-left: 20px;
	padding-top: 3px;
}
#noticias {
	background-color: #f2f2e7;
	padding-top: 40px;
	padding-bottom: 40px;
}
#noticia {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d5cfb9;
	padding-bottom: 30px;
	margin-top: 30px;
}
#noticias_content #noticia:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fecha {
	float: left;
	width: 175px;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
}
#noticia_content {
	width: 545px;
	float: left;
	padding-left: 35px;
}
#texto_noticia {
	width: 438px;
	padding-top: 25px;
}
#anterior {
	background-color: #d3e6e3;
	width: 50%;
	float: left;
	text-align: center;
}
#controles {
	width: 960px;
	padding-top: 80px;
}
#anterior a {
	font-family: 'Gudea', sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 45px;
	color: #594a42;
}
#anterior a:hover {
	color: #000;
}
