body {
	background-attachment: fixed;
	background-image: url(../imagenes/fondos/fondo_naranja_2.png);
	background-repeat:  repeat-x;
}
.fondo_noticia {
	background-image: url(../imagenes/noticias/fondo_noticias.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 208px;
	width: 308px;
}
.fondo_izq {
	background-image: url(../imagenes/contacto/fondo_izq.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 10px;
}
.fondo_centro {
	background-image: url(../imagenes/contacto/fondo_centro.png);
	background-repeat:  repeat-x;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.fondo_der {
	background-image: url(../imagenes/contacto/fondo_der.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 10px;
}

.txt_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 125px;
	padding-right: 8px;
	padding-left: 6px;
}
.txt_fecha {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}
.txt_leido {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 6px;
}
.txt_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0033FF;
	padding-left: 6px;
	height: 30px;
}
.txt_titulo A {
	text-decoration: none;
	color: #0033FF;
}
.txt_titulo A:hover {
	text-decoration: none;
	color: #0033FF;
}
.txt_leer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding-left: 20px;
}
.txt_leer A {
	text-decoration: none;
	color: #FF0000;
}
.txt_leer A:hover {
	text-decoration: none;
	color: #FF6600;
}
.txt_dialogo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	text-indent: 5mm;
	line-height: 17px;
}
.video {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.dialogo A {
	color: #0066FF;
	text-decoration: none;
}
.dialogo A:hover {
	color: #FF3300;
	text-decoration: none;
}

