* {margin:0; padding:0;}

body{background: white;}

header {
	width:100%;
	overflow: hidden;
	background:white;
	margin-bottom:20px;
}

.wrapper {
	width:90%;
	max-width:1000px;
	margin:auto;
	overflow:hidden;
	background:white;
}

header .logo {
	color:black;
	font-size:38px;
	font-family:"Nexa";
	line-height:50px;
	float:left;
	
}

header nav {
	float:right;
	line-height:60px;
}

header nav a {
	display:inline-block;
	color:black;
	padding:10px 20px;
	text-decoration:none;
	line-height:normal;
	font-size:17px;
	font-family:"Nexa";
	font-weight:bold;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

header nav a:hover {
	background:black;
	color:white;
	border-radius:50px;
}

.header2 {
	position: fixed;
	height:100px;

}

.header2 .logo {
	line-height:100px;
	font-size:30px;
}

.header2 nav {
	line-height:100px;
}

.contenido p {
	margin-bottom:1em;
}

.font_8 {
    font: normal normal normal 15px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #605E5E;
}
.contenido h3 {
	display:block;
	padding:20px;
	color:#8B0000;
	text-align:center;
	background:white;
	
	font-size:25px;
}

.contenido h4 {
	display:block;
	padding:2px;
	color:black;
	text-align:center;
	background:white;
	margin-bottom:1em;
	font-size:16px;
}

@media screen and (max-width: 950px) {
	header .logo,
	header nav {
		width:100%;
		text-align:center;
		line-height:100px;
	}

	.header2 {
		height:auto;
	}

	.header2 .logo{
		line-height:50px;
	}

	.header2 nav {
		line-height:50px;
	}
}