/*


#c92839
#444444
#EFECE9



*/


/*FUENTES PERSONALIZADAS BEGIN ---------------------------------------------------------------------- */
/*	http://www.fontsquirrel.com/tools/webfont-generator
	http://www.web-font-generator.com/
	http://convertfonts.com/

*/


@font-face {
    font-family: 'custom-regular';
    src: url('fonts/aeromaticslightregular-webfont.woff2') format('woff2'),
         url('fonts/aeromaticslightregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'custom-light';
    src: url('fonts/aeromaticslightregular-webfont.woff2') format('woff2'),
         url('fonts/aeromaticslightregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'custom-bold';
    src: url('fonts/aeromaticsbold-webfont.woff2') format('woff2'),
         url('fonts/aeromaticsbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





/*FUENTES PERSONALIZADAS END ------------------------------------------------------------------------ */


.wysiwyg,
.wysiwyg td,
.wysiwyg div {
	font-family: 'custom-light', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	-text-align:justify;
	-line-height:190%;
 }



.wysiwyg a {
	-text-decoration:underline;
	color:#000 !important;
}
.wysiwyg a:hover {
	-text-decoration:underline;
	-color:#000;

}

.wysiwyg table td  {
	vertical-align:top;
}

.wysiwyg img {
	max-width: none;
}



main 		h1.title,
.wysiwyg 	h1.title {
	font-family: 'custom';
	font-size:21px;
	color:#c92839;
	line-height:100%;
	font-weight:bold;
}

main 		h2.title,
.wysiwyg	h2.title {
	font-family: 'custom';
	font-size:17px;
	color: #c92839;
    line-height:100%;
	font-weight: bold;
}

main		h3.title,
.wysiwyg	h3.title {
	font-family: 'custom_bold';
	font-size:15px;
	line-height:100%;
	font-weight: normal;
  
}

.global-shadow {
	-webkit-box-shadow:	2px 2px 9px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 	2px 2px 9px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 		2px 2px 9px 1px rgba(0, 0, 0, 0.2);
}

