a
{
    text-decoration: underline;
}
a:link {
    color: #0033ff;
}
a:visited {
    color: #0033ff;
}
a:hover {
    font-weight: bold;
    color: #0033ff;
    text-decoration: underline;
}
a:active {
    color: #0033ff;
}

.anterior {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033ff;
	background-color: #DFDFDF;
	padding: 10px;
	text-align:center;
}

.altoimagen {
	max-height: 850px;
}
