body{	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; 	background-image: url(../imagens/bg_site.jpg);	margin: 10px;}img{	border: 0;}a{	text-decoration: none;	color: black;}#margin-auto{	margin: 0px auto;	height: 100%;	width: 950px;}#principal{	width: 100%;}#middle{	width: 950px;	margin: 0 auto;}.comporta{	float: left;	width: 100%;	background-color: #fefefe;	-webkit-box-shadow: #666 0px 5px 6px;	-moz-box-shadow: #666 0px 5px 6px;	box-shadow: #666 0px 5px 6px;	-moz-border-radius: 50px;	-webkit-border-radius: 50px;	border-radius: 5px;	border: 1px solid white;}#header{	width: 100%;	padding: 0 !important;}#header img{	padding: 0 !important;	margin: 0 !important;	width: 100%;}.meio{	margin: 0 auto;}#menu_horizontal{	border-top: 7px solid #c0725e;	width: 100%;	float: left;	background: -moz-linear-gradient(top, #e7937d 0%, #c0725e 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0725e), color-stop(100%, #e7937d));	background: -webkit-linear-gradient(top, #e7937d 0%, #c0725e 100%);	background: -o-linear-gradient(top, #e7937d 0%, #c0725e 100%);	background: -ms-linear-gradient(top, #e7937d 0%, #c0725e 100%);	background: linear-gradient(to bottom, #e7937d 0%, #c0725e 100%);	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e7937d', EndColorStr='#c0725e', GradientType=0);	-pie-background: linear-gradient(#e7937d, #c0725e);}#menu_horizontal ul{	margin: 0;	margin-left: 25px;	padding: 0;	list-style: none;}#menu_horizontal li{	float: left;	color: black;	transition: all 1s ease-in; }#menu_horizontal li a{	display: block;	padding: 9px 20px;	font-size: 13px;	color: white !important;	text-transform: uppercase;	transition: all 1s ease-in;	font-weight: bolder;}#menu_horizontal li:hover a, #menu_horizontal .ativo{	background-color: white !important;	transition: all 1s ease-in;	color: #c0725e !important;}#content{	width: 95%;	min-height: 300px;	clear: both;	padding: 10px 20px 50px 20px;	float:  left;	background-image: url(../images/bg_left.png);	background-position: bottom left;	background-repeat: no-repeat;}#content p{	line-height: 1.4; }#content h2{	font-weight: bolder;	margin:0;	color: #182362;	font-size: 15px;	display: inline;	padding: 20px 20px 10px 11px;}#empresas h2{	color: white;	background-color: #182362;	padding: 10px;	font-size: 13px;	margin: 0;}#empresas{	border-top: 7px solid #f26622;	clear: both;	background-color: #eee;}#empresas img{	border-radius: 10px;}#footer{	width: 100%;	text-align: center;	padding: 10px 0 10px 0;	background-color: #f26622;	color: white;	font-weight: bolder;}#copy{	width: 70%;	float: left;	margin-left: 50px;}#powered{	width: 15%;	float: right;}#rodape{background-color: #f26622; color: white; height: 32px; font-size: 11px; font-weight: bold;}#rodape a{color: white}#rodape a:hover{color: white; text-decoration: underline;}