@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'AR';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.svg#AR') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LL';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.svg#LL') format('svg');
    font-weight: normal;
    font-style: normal;

}
.texto_1 {
	font-family: "AR", Arial;
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.texto_2 {
	font-family: "LL", Arial;
	color: #000000;
	font-size: 17px;
	line-height: 20px;
}
.texto_3 {
	font-family: "LL", Arial;
	color: #000000;
	font-size: 19px;
	line-height: 30px;
}
.credito {
	font-family: "LL",Arial;
	color: #000000;
	font-size: 14px;
}
