.bg {
	background-image: url(portada/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.fondoblanco {
	background-image: url(portada/fondoblanco.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
a.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
