/* CSS Document */


.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color:#8C1313;
}

.rengloncito {
	border-bottom:#f5efd5 1px solid;
}

.rengloncitoOscuro {
	border-bottom:#b0ab98 1px solid;
}

.aclaracion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#8C1313;
}

.subtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#8C1313;
	background-color:#f0ebc8;
}

.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}

.negrita {
	font-weight:bold;
}

.textoChico {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
}

.textoError {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}

.link-menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#AA0000;
	font-style:italic;
	text-decoration:underline;
	margin-left:20px;
	margin-bottom:5px;
}

.titulo-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	margin-left:20px;
}

.tituloRecuadro {
	font-weight:bold;
	font-size:16px;
	color:#600;
}

.filacomentario {
	border-bottom:1px solid #f0ebc8;
	margin-bottom:20px;
	font-style:italic;
}