@import url(type.css);
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#topo_cont {
	background: #91a6a6;
	width: 100%;
	height: 150px;
}
#topo {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 130px;
}
#logo {
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 0;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	display: block;
	margin-left: 40px;
	font: 400 1.6em 'Exo', sans-serif;
}
#menu li a {
	font: 400 1.3em 'Exo', sans-serif;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
#menu li a:hover, #menu li a.selected {
	border-bottom: 2px solid white;
}
#cont {
	width: 960px;
	margin: 80px auto 0 auto;
	padding-bottom: 60px;
}
#topo-rotativo {
	width: 960px;
	height: 450px;
	overflow: hidden;
}
#lead_contactos {
	font: 200 2.1em 'Exo', sans-serif;
	text-align: center;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.sep_bar {
	width: 100%;
	border-bottom: solid 1px #b2b2b2;
	height: 50px;
	margin-bottom: 20px;
}
#rodape_cont {
	width: 100%;
	height: 30px;
	border-top: solid 1px #b2b2b2;
	background: white;
	z-index: 99;
	overflow: hidden;
}
#rodape {
	width: 960px;
	margin: 5px auto;
}
.col_esq2 {
	width: 461px;
	float: left;
}
.col_dir2 {
	width: 339px;
	float: right;
}
.col_esq3 {
	width: 400px;
	float: left;
}
.col_dir3 {
	width: 520px;
	float: right;
}
#form_contactos {
	margin-top: 20px;
}
.row {
	height: 50px;
}
.campo1 {
	background: white;
	border: solid 1px #b2b2b2;
	margin-top: 5px;
	font: 12px Arial;
	padding: 2px;
	width: 400px;
}
label {
	display: block;
	text-align: left;
	font: 200 1.3em 'Exo', sans-serif;
}
textarea {
	border: solid 1px #999999;
	margin-top: 5px;
	font: 200 1.3em 'Exo', sans-serif;
	padding: 2px;
	width: 400px;
	height: 150px;
}
.botao {
	background: white;
	border: solid 1px #b2b2b2;
	color: #666666;
	font: 12px Arial;
	padding: 2px;
	width: 100px;
}
.error {
	background: #e31e1e;
}
.row2 {
	height: 190px;
}
.row3 {
	height: 25px;
}

    * {
    margin: 0;
    }
    html, body {
    height: 100%;
    }
    #wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -31px;
    }
    .push {
    height: 31px;
    }
