body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F1ECE2;
	font-size: 12px;
	text-align: center;
}
li {
	list-style-type: disc;
	list-style-position: outside;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.Bloque {
	border: 1px dashed #999999;
	width: 100%;
	padding: 4px;
}
.Titulo {
	font-size: 18px;
	text-transform: capitalize;
}
.BordeFoto {
	border: 1px solid #000000;
}
.MenuSeccion {
	font-weight: bold;
	text-align: center;
}

.MenuCapitulo {
	text-align: left;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.CamposComprar {
	background-color: #FBEFBF;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-weight: bold;
}
.CamposComprarEditable {
	text-align: center;
	font-weight: bold;
}
.CeldasComprar {
	background-color: #FBEFBF;
}
.ImagenTexto {
	margin: 8px;
}
.TablaPie {
	text-align: left;
	font-style: italic;
}
.Texto9px {
	font-size: 9px;
}
.SubTitulo {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
}
pre {
	font-size: 10px;
	font-family: "Courier New", Courier, mono;
}
.IndicePuntos {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
}
