@import url(http://fonts.googleapis.com/css?family=Dosis:400,600);
html { overflow-y:scroll; }
body {
	font-family: Arial, 'Myriad Pro';
	font-size: 13px;
	color: #666;
	margin: 0;
	padding: 0;
	background: url(../images/bgSite.jpg) top center no-repeat;
}
#bodySite {
	width: 900px;
	margin: 0 auto;
}
.header {
	width: 900px;
	height: 275px;
	float: left;
	margin: 0;
	padding: 0;
}
.logoHeader {
	width: 313px;
	height: 178px;
	float: left;
	margin: 23px 0 0 0;
	padding: 0;
}
.seja-bem-vindo {
	float: left;
	margin: 100px 0 0 115px;
	padding: 0;
}
.boxNews {
	width: 439px;
	height: 45px;
	float: right;
	margin: 23px 0 0 0;
	padding: 0;
	background-image: url(../images/bgNews.png);
}
.imputNews {
	width: 238px;
	height: 31px;
	color: #d12822;
	font-size: 11px;
	border: none;
	float: left;
	margin: 7px 0 0 117px;
	padding: 0 0 0 10px;
	background-image: url(../images/bgCampoNews.png);
	background-repeat: no-repeat;
	background-color: #F0F4FF;
}
.botEnviarNews {
	float: right;
	border: none;
	margin: 6px 0 0 0;
}
.icons {
	margin: 0;
	padding: 0;
	float: left;
}
.textoContatoHome {
	font-size: 15px;
	color: #666;
}
.textoContatoHome b {
	color: #d12822;
}
.tels {
	width: 192px;
	height: 82px;
	float: right;
	margin: 50px 0 0 0;
	padding: 0;
}
.menu {
	width: 900px;
	height: 54px;
	margin:220px 0 0 0;
	text-align:center;
}
.menu span {
	padding:0 10px 0 0;
	display:inline-block;
}
.linksMenu {
}
.linksMenu a {
	font-family:'Dosis', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
}
.linksMenu a:hover {
	text-decoration:underline;
}
.menu-produtos {
	margin:0;
	padding:3px 5px 3px 5px;
	border:0;
	list-style:none;
	text-align:left;
	display:none;
	width:110px;
	height:0;
	background:#aec2e3;
	border:1px solid #113f83;
	position:absolute;
	overflow:hidden;
}
.menu-produtos a {
	display:block;
	font-size:14px;
	width:110px;
	color:#113f83;
	padding:1px 0 1px 2px;
}
.menu-produtos a:hover {
	color:#fff;
	background:#113f83;
	text-decoration:none;
}
.menu-eventos {
	margin:0;
	padding:3px 5px 3px 5px;
	border:0;
	list-style:none;
	text-align:left;
	display:none;
	width:90px;
	height:1;
	background:#aec2e3;
	border:1px solid #113f83;
	position:absolute;
	overflow:hidden;
}
.menu-eventos a {
	display:block;
	font-size:14px;
	width:90px;
	color:#113f83;
	padding:1px 0 1px 2px;
}
.menu-eventos a:hover {
	color:#fff;
	background:#113f83;
	text-decoration:none;
}
.formAreaRestrita {
	width: 400px;
	float: right;
	margin: 0;
	padding: 0;
}
.campoAreaRestrita {
	width: 161px;
	height: 35px;
	background-color: #fff;
	margin: 11px 0 0 3px;
	padding: 0 0 0 10px;
	border: none;
	color: #d12822;
	font-size: 11px;
	line-height: 35px;
	float: left;
	background-image: url(../images/bgCamposRestrita.png);
}
.botEnviarRestrita {
	float: right;
	border: none;
	margin: 10px 5px 0 0;
}
/*------main-------------------------------------------------------------------------------------------------------------------------*/
.main {
	width: 900px;
	margin: 0;
	padding: 0;
	float: left;
}
.btn-informacoes {
	position:absolute;	
	top:1365px;
	margin:0 0 0 125px;
}
/*------footer-------------------------------------------------------------------------------------------------------------------------*/
.footer {
	width: 100%;
	height: 60px;
	background-color: #d12822;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}
.contentFooter {
	width: 900px;
	margin: 0 auto;
	height: 60px;
	background-image: url(../images/imgFooter.png);
	background-repeat: no-repeat;
	text-align:center;
}
.contentFooter > span {
	display:block; 
	color:#FFF;
	line-height:60px;
	font-size:11px;
}

.titulo-produtos { 
	width:100%;
	clear:both;
	background:url(../images/linha-content.png) center 25px no-repeat;
	margin:20px 0 0 0;
}

.titulo-produtos h1 { 
	width:100%;
	clear:right;
	background:none; 
	text-align:center; 
	float:left;
	height:70px !important;
	margin:40px 0 10px 0;
	color:#0a438d;
	font-size:24px;
    padding:0;
}  
.produtos {
	text-align:center;
}
.produtos div 
{
	width:250px !important;
	height:250px !important; 
	display:block;
	float:left;
	margin:0 50px 0 0;
	text-align:center;
	color:#036;
	font-family:'Dosis', Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:18px;
}
.produtos div img {
	margin:0 0 3px 0;
	border:0;
	padding:0;
}
.produtos div:last-child
{
	margin:0 0 0 0;
}