/* CSS Document */

Body {
	background-image:url(img/bgnuevo.jpg);
	background-color:#cdcdcd;
	background-repeat:  no-repeat;
	background-position: right top;

}

.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;

}

