html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; box-sizing: border-box;}
header, nav, article, footer, address { display: block;}
html, body {-webkit-text-size-adjust:100%;-webkit-font-smoothing: antialiased;}
body, button, input, select, textarea { font-family: "Open Sans", Arial, Helvetica, sans-serif;}

ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}
:focus {outline:0;}
a:link, a:active, a:visited {color:#0066CC; text-decoration:none;}
a:hover, a:focus {color:#0099FF; text-decoration:none;}
/**generales**/
body {
	color: #333;
	font-size: 14px;
}

a {
	line-height: 2.2;
}

.width_wrap {
    width: 960px;
    max-width: 85%;
    margin: 0 auto;
}

h2 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 300;
	margin-top: 25px;
	width: 100%;
}

h2 strong {
	font-weight: 900;
}


/**header**/

header .img img {
	width: 100%;
}
