/* CSS Document */
.titulo {
	font-size: 13px;
	color: #D6D3AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.entradilla {
	font-size: 12px;
	color: #F6F0DE;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.borde {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #989677;
	border-left-color: #989677;
}
a:link {
	text-decoration: none;
	color: #CCCC99;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #F6F0DE;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

.Estilo1 {font-size: 11px}
.regla {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: f47719;
}

.lugar {
	font-size: 12px;
	color: #FFA400;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.titulo1 {
	font-size: 13px;
	color: #FF8704;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
