.fondo {
	background-image: url(../img/bmp.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.txt_blanco {
	font-family: Tahoma;
	color: #CCCCCC;
	font-size:12px;
}
.txt_gris {
	font-family: Tahoma;
	color: #999999;
	font-size:12px;
}
.txt_negro {
	font-family: Tahoma;
	color: #000000;
	font-size:12px;
}
.link:hover {
	font-family: Tahoma;
	color: #FF0000;
	font-size:12px;
	text-decoration:none

}
.link {
	font-family: Tahoma;
	color: #999999;
	font-size:12px;
	text-decoration:none
}
.txt_rojo {
	font-family: Tahoma;
	color: #FF0000;
	font-size:12px;
	text-decoration:none

}
