@import url('normalize.css');

/* General Demo Style */
body{
	font-family: Cambria, Georgia, serif;
   background: #dfdfdf;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.container > header {
    position: relative;
    display: block;
    text-align: center;
    min-height: 74px;
    background: #dfdfdf;
}

.azul{
	background: #1a2857;
	height: 27px;
}
