/* CSS Document */
.texto_estandar{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 12pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
.texto_estandar_negro{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 12pt;
	color: #000000;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
.texto_estandar_peque{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 10pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
.texto_estandar_peque_bold{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 10pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
}
.texto_estandar_negro_peque{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 10pt;
	color: #000000;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
.texto_estandar_negro_peque_bold{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 10pt;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
}
.texto_estandar_bold{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 10pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
}
.texto_estandar_negro_bold{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 10pt;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
}
.texto_estandar_mediano{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 11pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
.texto_estandar_negro_mediano{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 11pt;
	color: #000000;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}
.texto_estandar_grande{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 14pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
}
.texto_estandar_negro_grande{
	font-family: Verdana, "Book Antiqua", Arial, "Comic Sans MS", "Times New Roman";
	font-size: 14pt;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
}
.texto_monotype_estandar {
	font-family: "Monotype Corsiva", "MS Sans Serif", "Microsoft Sans Serif", Arial;
	font-size: 13pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
}
.omshanty_titulo_negro {
	font-family: "Monotype Corsiva", "MS Sans Serif", "Microsoft Sans Serif", Arial;
	font-size: 30pt;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	font-style: oblique;
}
.titulo_blanco_chiller_grande {
	font-family: Chiller, Mistral, "Van Dijk", Batang, "Kristen ITC";
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	font-style: oblique;
	line-height: 28px;
}
.titulo_blanco_chiller_mediano {
	font-family: Chiller, Mistral, "Van Dijk", Batang, "Kristen ITC";
	font-size: 27px;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
	font-style: oblique;
	line-height: 28px;
}
.titulo_negro_chiller_grande {
	font-family: Chiller, Mistral, "Van Dijk", Batang, "Kristen ITC";
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	font-style: oblique;
	line-height: 28px;
}
.mistral_blanca_mediana {
	font-family: Mistral, Batang, "Kristen ITC";
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #000000;
}
.mistral_blanca_grande {
	font-family: Mistral, Batang, "Kristen ITC";
	font-size: 25pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #000000;
}
.imagen_borde_blanco {
	border: 1px solid #FFFFFF;
}
.hr_punteado {
	border: 1px dashed #FFFFFF;
	cursor: wait;
	filter: Xray;
}