/* Estilos Generales de la página */
/* Cuerpo */
body {
	background-image: url(img_web/fondo_top.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* celdas */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Texto color verde */
.txt_verde {
	color: #334F04;
}

/* Texto color rojo */
.txt_rojo{
	color: #c3151a;
}

/* Texto color cafe */
.txt_blanco {
	color: #FFFFFF;
	text-decoration:none;
}

/* Texto Titulo */
.txt_titulo {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

/* Texto Titulo Noticia*/
.txt_titulo_noticia {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

/* Estilo para Mas Informacion */
.mas_informacion {
	font:normal 10px Verdana;
	font-weight: bold;
	text-decoration:none;
/*	border-bottom: dotted 1px; */
}
.txt_borde_foto {
	border: 1px dotted #676767;
}


.mas_informacion a{
	font-weight: bold;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
}

.mas_informacion a:hover{ /*hover background color*/
	color:#000000;
	font-weight: bold;
}
/* Fin Estilo para Mas Informacion */
