body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	background-color: #E9F1F8;
	background-image: url(../imagens/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

a, a:link, a:visited, a:active{
	color:inherit;
	text-decoration:none;
}

img{
	border:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* VERTICAL CENTER ALIGN*/
.inliner {
    height: 100%;
}

.inliner,
.inliner + * {
    display: inline-block;
    vertical-align: middle;
}
/**/

.rodape{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#444;
}

.distribuidor{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
	text-align:center;
	color:#007AC0;
}

.titulos-home{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	
	font-size:20px;
	color:#007BC1;
	margin-left:12px;
}

.subtitulos-home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#444;
	
	padding-left:12px;
	background:url(../imagens/marcador.png) left center no-repeat;
}

.textos-home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#444;
	padding-left:12px;
}

.endereco-topo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#444;
}