@charset "utf-8";
@font-face {
    font-family: 'oswaldbold';
    src: url('oswald-bold-webfont.woff2') format('woff2'),
         url('oswald-bold-webfont.woff') format('woff'),
         url('oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldlight';
    src: url('oswald-light-webfont.woff2') format('woff2'),
         url('oswald-light-webfont.woff') format('woff'),
         url('oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldregular';
    src: url('oswald-regular-webfont.woff2') format('woff2'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#contenido #texto h1 {
	font-family: 'oswaldregular';
	font-weight: bold;
	font-size: 33pt;
	color: #465B7A;
	margin-bottom: 2px;
	margin-top: -171px;
}
#contenido #texto h2 {
	font-family: 'oswaldregular';
	font-size: 23pt;
	color: #465B7A;
	margin-bottom: -25px;
	margin-top: -6px;
}
#principalA #contenido #texto {
	font-family: 'oswaldregular';
	font-size: 15px;
	font-weight: normal;
	line-height: 22pt;
	color: #6489AC;
	padding-top: 62px;
	margin-bottom: 34px;
	margin-top: 80px;
}
