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;}

/**generales**/
body {
	color: white;
	font-size: 16px;
	background-color: #1b386f;
	font-weight: 300;
}

section {
	padding: 100px 0;
}

.width_wrap {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
}

.sprite {
	background-image: url("../img/sprite.png");
} 

/**menu-sup**/
.menu-sup {
	padding: 20px 0;
	background: rgb(21,44,87); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(21,44,87,1) 0%, rgba(25,52,103,1) 100%);
	background: -webkit-linear-gradient(top, rgba(21,44,87,1) 0%,rgba(25,52,103,1) 100%);
	background: linear-gradient(to bottom, rgba(21,44,87,1) 0%,rgba(25,52,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152c57', endColorstr='#193467',GradientType=0 );
}

.menu-sup .logo {
    width: 200px;
    height: 55px;
    background-position: -5px 0;
}

/**header**/
header {
    text-align: left;
    display: block;
    padding: 50px 0 0 0;
}

header h1 {
	font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
}

header h2 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 300;
	margin: 5px 0 30px 0;
}

header p.bajada {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 300;
	margin: 0 0 30px 0;
}

header .width_wrap, section.bloques .width_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;

	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;

	flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


header .img {
	width: 440px;
	max-width: 95%;
}

header .img img {
	width: 100%;
	height: auto;
}

header .bloque-texto {
	box-sizing: border-box;
	width: 500px;
	max-width: 95%;
}

/** footer.pie **/

footer {
	margin: 100px 0 30px 0;
}

footer .copyright {
	color: white;
	font-size: 12px;
	margin-top: 40px;
	text-align: center;
}


/*******************/

@media (max-width: 550px) {
	header h2 {
		font-size: 35px;
	}

	header h1{
	    font-size: 20px;
	}

}