/* CSS Document */
Body {
	background-image:url(img/bg.jpg);
	background-color:#ECF1F4;
	background-repeat:  repeat-x;
}
.txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	line-height: 18px;
}
.txtenlaces{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#29336E;
	line-height: 18px;
}
.txtenlaces:Link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#29336E;
	line-height: 18px;
	text-decoration:none;
}
.txtenlaces:Active{
	color:#29336E;
	text-decoration:none;
}
.txtenlaces:Visited{
	color:#29336E;
	text-decoration:none;
}
.txtenlaces:Hover{
	color:#29336E;
	text-decoration:underline;
}