body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 14px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

li {
	margin-bottom: 0.67em;
}

.normal {
	font-family: Georgia, serif;
	font-size: 1.2em;
}

.normal a {
	color: #990000;
	text-decoration: underline;
}

.pequeno {
	font-size: 0.85em;
}

.titulo {
	font-family: Georgia, serif;
	font-size: 1.8em;
	/* font-weight: bold; */
	color: #aa0000;
	text-align: left;
	margin-bottom: 6px;
}

.titulo_categoria {
	font-family: sans-serif;
	font-size: 0.85em;
	/* font-weight: bold; */
	color: #979836;
	text-align: left;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.subtitulo {
	font-family: Georgia, serif;
	font-size: 1.4em;
	/* font-weight: bold; */
	color: #a00000;
	text-align: left;
}

.letra {
	font-family: serif;
	font-size: 1.0em;
	font-style: italic;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 40px;
	margin-right: 40px;
}

.titulo_seccion {
	/* width: 99%; */
	padding: 2px;
	background-color: #aa0000;
	color: #ffffff;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

a.enlace:link, a.enlace:visited, a.enlace:active {
	color: #000000;
	font-family: serif;
	font-size: 0.8em;
	text-decoration: none;
}

a.enlace:hover {
	color: #800000;
	text-decoration: underline;
}

input {
	font-family: sans;
	font-size: 0.9em;
}

textarea {
	font-family: sans;
	font-size: 0.9em;
}

