/*
Se aumneto en 12px el width de #actualidad y de .wrapper 
y se paralelamente se aumento el ancho de la foto ../img/noticias/back_noticias.jpg de 640 a 652.
*/

element.style {
	background-image:none;
}
h1 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:100;
	margin-bottom:30px;
	font-size: 36px;
	margin-left:25px;
	margin-top:32px;
}
/* Custom size: background image  of ultimas noticias doesnt fit with the agenda section, had to move the background */
/* #header_image{left:-320px !important;} */
/* End custom size style */
#pager {
	position:absolute;bottom:15px;left:112px;
}
#actualidad {
	float:left;
	/* width:640px; original */
	width:652px;
	height:1432px;
	position:relative;background:URL("../img/noticias/back_noticias.jpg") top left no-repeat;
}
#actualidad p {
	margin-bottom:0px;
	font-family:Arial;
	color:#FFFFFF;
	font-size: 12px;
}
#actualidad p.date {
	font-size: 16px;
	font-weight:bold;
}
#actualidad h3 {
	font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	color:#98d4e5;
	font-size:20px;
	font-style:italic;
}
.noticia {
	border-bottom:1px #3a7997 solid;
	margin-bottom:30px;
	width:580px;
	margin-left:25px;
	margin-right:25px;
}
.noticiaImage {
	width:352px;
	height:auto;
}
.noticiaDate{
	font-size:16px;
}
.noticiaDescription{
	/* width:100%; */
	height:58px;
	color:#9F9F9F;
	font-size:12px;
	margin-bottom:10px;
	overflow:hidden;
}
.subir {
	width:64px;
	height:27px;
	position:relative;
	left:516px;
	cursor:pointer;
}
.wrapper {
	height:100%;
	/* width:640px */;
	width:652px;
	height:1432px;
	margin-top:65px;
}
.hazeContainer {
	background:none !important;
}
.ajaxloader img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#banners {
	width:300px;
	height:330px;
	padding-left:10px;
	float:left;
}
#banners a {outline: 0;}
#bannerImage1 {margin-bottom:7px;height:162px;position:relative;z-index:100;}
#bannerImage2 {height:155px;position:relative;z-index:100;}


