/* CSS Document */

.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: black;
}

.titulo a:link,
.titulo a:visited {
	text-decoration: none;
	color: black;
}

.titulo a:hover {
	color: white;
	background-color: #5B9E1C;
	cursor: default;
}

.seccion {
	font-family: "Times New Roman", Times, serif;
	color: rgb(204, 0, 0);
	font-size: 110%;
	font-weight: bold;
}

.negrita {
	font-weight: bold;
}

.info {
	color: rgb(102, 51, 255);
	font-weight: bold;
	font-size: 70%;
}

p {
	margin: 0;
	padding: 0;
}
