@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
#todo{
	width:100%;
	height: auto !important;
	min-height:600px;
	height:600px;
}
#divconteudo{
	width:100%;
	height:auto !important;
	min-height:500px;
	height:500px;
	margin:0px;
	padding:0px;
	display: inline-block;
}
#contconteudo{
	width:1000px;
	margin:0em auto;
	height:auto !important;
	min-height:500px;
	height:500px;
}
/*regua de parceiros*/
#contparceirosroda {
    height: auto !important;
    margin: 0 auto;
    min-height: 120px;
    width: 1000px;
}
#doparceiroroda{
	width:auto !important;
	min-width:80px;
	width:80px;
	height:auto !important;
	min-height:100px;
	height:100px;
	margin-right:14px;
	float:left;
}
#titulodoparceiroroda{
	width:auto !important;
	min-width:80px;
	width:80px;
	height:auto !important;
	min-height:10px;
	height:10px;
	float:left;
}
#titulodoparceiroroda p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
    margin: 0;
    padding: 0;
}
#imagemdoparceiroroda {
	width:auto !important;
	min-width:80px;
	width:80px;
	height:auto !important;
	min-height:100px;
	height:100px;
	float:left;
	margin-right:8px !important;
}
#imagemdoparceiroroda p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6f6f6f;
	margin:0px;
	padding:0px;
}
#imagemdoparceiroroda a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6f6f6f;
	text-decoration: none;
	padding-top:6px;
	padding-bottom:4px;
}
/*fim regua de parceiros*/