@charset "utf-8";
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #287895;
	text-align: justify;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #287895;
}
.productos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #939;
}
.texto_producto {
	font-family: Century gothic;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3b92ca;
	text-align: justify;
}

.descripcion {
	font-family: Century gothic;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #38a53a;
	text-align: right;
}
.titulo_producto {
	font-family: Century gothic;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #2fbc5a;
	text-align: right;
}
.precio {
	font-family: Century gothic;
	font-size: 17pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #79a6a1;
	text-align: right;
}