@charset "utf-8";
/* CSS Document */
/*body
{
	margin:0;
	padding:0;
	font-family:sans-serif;
}
nav
{
	width: 100%;
	background:#03F;
}
ul
{
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
ul li
{
	list-style: none;
	display: inline-block;
	padding: 20px;
}
ul li:hover
{
	background: #009;
}
ul li a
{
	color: #fff;
	text-decoration: none;
}
.toggle
{
	width: 100%;
	padding: 10px 20px;
	background: #001f44;
	text-align: right;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	display: none;
}
@media (max-width: 768px)
{
	.toggle
	{
		display: block;
	}
	ul
	{
		width: 100%;
		display: none;
	}
	ul li
	{
		display: block;
		text-align: center;
	}
	.active
	{
		display: block;
	}
}*/
*{margin:0; padding: 0;}

body{
	background: #fffffa;
}
header{
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	margin-bottom: 20px;
	height: 150px;
}
.wrapper{
	width:90%;
	max-width: 1000px;
	margin: auto;
	overflow:hidden;
}

header .logo{
	font-size: 50px;
	line-height: 200px;
	float:left;
}

header nav{
	float: right;
	line-height: 150px;
}

header nav a{
	display: inline-block;
	color: #00F;
	text-decoration: none;
	padding: 10px 20px;
	line-height: normal;
	font-size: 20px;
	font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition:all 500ms ease;
}

header nav a:hover {
	background:#039;
	border-radius: 50px;
	color: #fff;
}

.header2{
	position: fixed;
	height: 100px;
}

.header2 .logo{
	line-height: 100px;
}

.header2 nav{
	line-height: 100px;
}

/*.contenido {
	padding-top: 20px;
}*/

.contenido p {
	margin-bottom: 1em;
}

@media screen and (max-width: 950px) {
	header . logo,
	header nav {
		width: 100%;
		text-align: center;
		line-height: 100px;
	}
	
	.header2{
		height: 200px;
	}
	
	.header2 . logo,
	.header 2 nav {
		line-height: 50px;
	}
}

.contenedor{
	width: 98%;
	margin: auto;
}

h1{
	float: left;
}

header .contenedor{
	display: table;
}