.noticias_titulo {
	position: absolute;
	width: 120px;
	left: 40px;
	top: 20px;
}
.noticias_titulo_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #b5b48f;
}
.noticias_titulo_detalle {
	position: relative;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #B7351A;
	font-size: 15px;
}
.noticias_contenidos_container {
	position: absolute;
	height: 90px;
	width: 542px;
	left: 138px;
	top: 243px;
	right: 216px;
	bottom: 305px;
}
.noticias_contenidos_txt {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}

.noticias_fecha_container {
	position: absolute;
	height: 18px;
	width: 125px;
	left: 0px;
	top: -22px;
}
.noticias_contenidos_fecha {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	position: relative;
	margin-bottom: 5px;
}
.noticias_separador_horizontal {
	position: absolute;
	height: 8px;
	width: 741px;
	left: 40px;
	top: 207px;
	right: 19px;
	bottom: 284px;
	background-image: url(../img/separador_horizontal_noticias.png);
	background-repeat: no-repeat;
}
.noticias_titulo_resultado {
	position: absolute;
	height: 19px;
	width: 336px;
	left: 40px;
	right: 424px;
	bottom: 257px;
}
.noticias_fecha_resultado {
	position: absolute;
	height: 18px;
	width: 125px;
	left: 40px;
	top: 249px;
}
.noticias_contenidos_resultado {
	position: absolute;
	height: 101px;
	width: 542px;
	left: 40px;
	top: 270px;
	right: 216px;
	bottom: 305px;
}
.noticias_titulo_noticias_anteriores {
	position: absolute;
	width: 300px;
	left: 40px;
	height: 23px;
	top: 387px;
}
.noticias_link_noticias {
	position: absolute;
	height: 18px;
	width: 309px;
	left: 39px;
	top: 455px;
	right: 484px;
	bottom: 50px;
}
a:hover.noticias_contenidos_txt_anteriores {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-decoration: underline;
}
.noticias_link_noticias_2 {
	position: absolute;
	height: 18px;
	width: 309px;
	left: 40px;
	top: 426px;
	right: 484px;
	bottom: 50px;
}
.noticias_link_noticias_3 {
	position: absolute;
	height: 18px;
	width: 307px;
	left: 419px;
	top: 426px;
	right: 73px;
	bottom: 53px;
}
.noticias_link_noticias_4 {
	position: absolute;
	height: 18px;
	width: 307px;
	left: 419px;
	top: 455px;
	right: 73px;
	bottom: 53px;
}

.noticias_contenidos_txt_anteriores {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #B7351A;
	font-size: 14px;
	text-decoration: underline;
}
.noticias_foto_container_1 {
	position: relative;
	height: 135px;
	width: 135px;
	left: 0px;
	top: 0px;
}
.noticias_flecha_down {
	position: absolute;
	height: 15px;
	width: 15px;
	left: 731px;
	top: 339px;
}
.noticias_flecha_up {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 730px;
	top: 60px;
}
.noticias_noticias_td1 {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 430px;
	margin-left:20px;
	margin-top:25px;
}
.noticias_noticias_td2 {
	position: absolute;
	z-index: 1;
	left: 350px;
	top: 20px;
	width: 135px;
}
.noticias_noticias_rel_td1 {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 370px;
	vertical-align: top;
}
.noticias_noticias_rel_td2 {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 135px;
	vertical-align: middle;
}
.noticias_noticias_rel_espaciador {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 135px;
	vertical-align: middle;
	background-image: url(../img/linea_horizontal.png);
	background-repeat: repeat-x;
	background-position: center;
}
.noticias_container {
	position: absolute;
	z-index: 1;
	width: 688px;
	left: 0px;
	top: 0px;
}
.noticias_container_scroll {
	position: relative;
	z-index: 1;
	height: 311px;
	width: 720px;
	left: 40px;
	top: 62px;
	overflow: hidden;
}

.main_anterior{
	background:url(../img/flechas_naranja.png) -5px 0px  no-repeat;
	width:70px;
	height:15px;
	float:left;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.main_siguiente{
	background:url(../img/flechas_naranja.png) 60px -45px no-repeat;
	width:75px;
	height:15px;
	float:right;
	font-weight:bold;
	font-size:11px;
}
.main_anterior:hover{
	background:url(../img/flechas_naranja.png) -5px -15px  no-repeat;
	color: #B7351A;
	text-decoration: underline;
	cursor:pointer;
	font-size:11px;
}
.main_siguiente:hover{
	background:url(../img/flechas_naranja.png) 60px -30px no-repeat;
	color: #B7351A;
	text-decoration: underline;
	cursor:pointer;
	font-size:11px;
}
.main_links{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
.main_links:hover{
	color: #B7351A;
	text-decoration: underline;
}
.noticias_indice_fecha {
	font-size: 11px;
	color: #B7351A;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
.noticias_indice_noticia {
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
	font-weight: normal;
}
.noticias_indice_noticia:hover {
	text-decoration:underline;
}
.trasparencia{
	position:absolute;
	width:100%;
	height:100%;
	background:#FFF;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}