@charset "UTF-8";
@import url("webfonts/Helvetica_Neue/stylesheet.css");
@import url("webfonts/Helvetica_Neue_Light/stylesheet.css");
.sub_titulo {
	font-family: "Arial Black";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff6600;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	white-space: normal;
	list-style-type: none;
}
.cont {
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	list-style-type: none;
	list-style-image: none;
	position: relative;
}
.fondo {
	background-image: url(const/fondo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
