.fondo_iz {
	background-image: url(../img/fondo_iz.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.fondo_dr {
	background-image: url(../img/fondo_dr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_inf {
	background-image: url(../img/fondo_inf.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.fondo_inf_iz {
	background-image: url(../img/fondo_inf_iz.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fondo_inf_dr {
	background-image: url(../img/fondo_inf_dr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fondo_pie {
	background-image: url(../img/pie.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.txt {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.txt_rojo {
	font-family: Tahoma;
	font-size: 12px;
	color: #CC3300;
	text-decoration: none;
}
.txt_nuevo {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.txt:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.txt_negrita {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.titulo_noticia { font-family:Tahoma;
				font-size:18px;
				color:#333333;
				margin:0px;  }

.txt_noticia {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}

.txt_link {
	font-family: Tahoma;
	font-size: 12px;
	color: #2578C2;
	text-decoration: none;
}
.txt_link:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #2578C2;
	text-decoration: underline;
}

.txt_link_naranja {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	text-decoration:none;
	font-weight: bold;
}
.txt_link_naranja:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	text-decoration:none;
	text-decoration:underline;
}
