.bg {
	background-image: url(imagenes/fondo_doble.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #121b52;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
	padding-bottom: 5px;
}
.txt a {
	color: #121B52;
	text-decoration: none;
}
.txt a:hover {
	color: #004080;
	text-decoration: underline;
}
