@import url('normalize.css');

body {
    font-family: Cambria, Georgia, serif;

    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;
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.container > header {
    position: relative;
    padding-top: 48px;
    margin-top: -22px;
    display: block;
    text-align: center;
    min-height: 176px;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.azul{
	background: #1a2857;
	height: 27px;
}
