* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right !important;
}
.red {
	color: #FB0000 !important;
}
li.bg a {
	background: none;
}
.curva {
	border-top-left-radius: 15px;
}
.linha {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}
.top {
}
.logo {
	height: 75px;
	margin-top: 22px;
}
.infotop {
	width: 350px;
	height: 75px;
	text-align: left;
	margin-top: 15px;
}
.infotop h4 {
	color: #F90000;
}
.menutop {
	height: 52px;
	margin-top: 27px;
	margin-bottom: 3px;
	background-image: -moz-linear-gradient(rgb(255,255,0) 0%, rgb(217,163,0) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(255,255,0)), color-stop(1, rgb(217,163,0)));
	background-image: -webkit-linear-gradient(rgb(255,255,0) 0%, rgb(217,163,0) 100%);
	background-image: -o-linear-gradient(rgb(255,255,0) 0%, rgb(217,163,0) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,0) 0%, rgb(217,163,0) 100%);
	background-image: linear-gradient(rgb(255,255,0) 0%, rgb(217,163,0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffd9a300)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00, endColorstr=#ffd9a300);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.slide {
	height: 437px;
	background: #F00;
}
#slideshow {
	width: 960px;
	height: 420px;
	border-bottom: 3px solid #FCFA00;
}
#nav {
	width: 100px;
	position: absolute;
	top: 380px;
	left: 840px;
	z-index: 999;
}
#nav a {
	padding: 2px 7px;
	margin-right: 5px;
	text-decoration: none;
	color: #000;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(254,254,0) 0%, rgb(218,165,0) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 102%, color-stop(0, rgb(254,254,0)), color-stop(1, rgb(218,165,0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(254,254,0) 0%, rgb(218,165,0) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(254,254,0) 0%, rgb(218,165,0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(254,254,0) 0%, rgb(218,165,0) 100%);
	background-image: linear-gradient(-90deg, rgb(254,254,0) 0%, rgb(218,165,0) 100%);
	-moz-border-radius: 20%;
	-webkit-border-radius: 20%/20%;
	border-radius: 20%/20%;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffefe00,endColorstr=#ffdaa500,GradientType=0)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffefe00, endColorstr=#ffdaa500, GradientType=0);
}
#nav a.activeSlide {
	color: #FFF;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,0,0) 0%, rgb(142,0,0) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 102%, color-stop(0, rgb(255,0,0)), color-stop(1, rgb(142,0,0)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255,0,0) 0%, rgb(142,0,0) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(255,0,0) 0%, rgb(142,0,0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(255,0,0) 0%, rgb(142,0,0) 100%);
	background-image: linear-gradient(-90deg, rgb(255,0,0) 0%, rgb(142,0,0) 100%);
	-moz-border-radius: 20%;
	-webkit-border-radius: 20%/20%;
	border-radius: 20%/20%;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff0000,endColorstr=#ff8e0000,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff0000, endColorstr=#ff8e0000, GradientType=0);
}
.centro {
	min-height: 867px;
	margin-top: -11px !important;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(242,242,242)));
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	background-image: -o-linear-gradient(rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	background-image: linear-gradient(rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2f2f2,endColorstr=#ffffffff)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2f2f2, endColorstr=#ffffffff);
/*background: #fdfdfd;*/
}
.box {
	height: 189px;
	background: url(../images/titulobox.png) bottom center no-repeat;
	margin-top: 30px;
}
.boxtitle {
	color: #fff;
	padding-left: 15px;
	line-height: 165%;
}
.post {
	min-height: 500px;
	margin-top: 40px;
	margin-left: 22px !important;
}
.post h4 {
/*text-align: center;*/
}
.post h5 {
	line-height: 30px;
	margin-bottom: 4px;
}
.post h5 a{
	text-decoration: none;
}
.post h5 a:hover{
	color: #F00;
}
.placas {
	height: 251px;
	margin-top: 20px;
}
.noticias {
	margin-top: 25px;
}
.noticias li {
	margin-bottom: 10px;
}
.noticias img.fot {
	margin-top: 10px;
}
.noticias .not-tit {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
.coluna {
	min-height: 420px;
	margin-top: 40px;
	padding-bottom: 20px;
}
.sidebar {
	background: url(../images/bg-sidebar.png) 0 0 repeat-x;
	border: 1px solid #E1B831;
	height: 109px;
	border-radius: 12px;
	margin-bottom: 20px;
}
.sidebar h4 {
	margin-left: 13px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}
.sidebar ul {
	width: 190px;
}
.sidebar ul li {
	margin-bottom: 6px;
}
.sidebar ul li a {
	text-decoration: none;
}
#slidecoluna {
	width: 290px;
	height: 115px;
}
#prev {
	top: 70px;
	left: 10px;
	position: relative;
	z-index: 999
}
#next {
	top: 70px;
	left: 225px;
	position: relative;
	z-index: 999
}
.rodape {
	width: 100%;
	height: 220px;
	margin-top: -22px;
	background-image: -moz-linear-gradient(rgb(215,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(215,0,0)), color-stop(1, rgb(255,0,0)));
	background-image: -webkit-linear-gradient(rgb(215,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -o-linear-gradient(rgb(215,0,0) 0%, rgb(255,0,0) 100%);
	background-image: -ms-linear-gradient(rgb(215,0,0) 0%, rgb(255,0,0) 100%);
	background-image: linear-gradient(rgb(215,0,0) 0%, rgb(255,0,0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd70000,endColorstr=#ffff0000)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd70000, endColorstr=#ffff0000);
}
.menufooter {
	margin-top: 50px;
	height: 45px;
	border-bottom: 1px solid #fff;
}
.menufooter ul li {
	display: inline;
}
.menufooter ul li a {
	padding: 1px 14px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.menufooter ul li a:hover {
	text-decoration: underline;
}
.endereco {
	margin-top: 30px;
	background-color: rgb(253,253,253);
	width: 261px;
	height: 108px;
	padding: 10px;
	border-color: rgb(220,37,37);
	border-width: 3px;
	border-style: solid;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.endereco p {
	padding: 10px;
}
.copy {
	margin-top: 45px;
	color: #FFF;
}
.rodape .container .copy.eleven.columns p strong {
	color: #FFF;
}
#frota1 {
	width: 500px;
	height: 338px;
	float: left;
}
#frota1 img {
	width: 500px;
	height: 337px;
}
#frota2 {
	width: 500px;
	height: 338px;
	float: left;
}
#frota2 img {
	width: 500px;
	height: 337px;
}
#frota3 {
	width: 500px;
	height: 338px;
	float: left;
}
#frota3 img {
	width: 500px;
	height: 337px;
}
ul#f1 {
	width: 100px;
	float: left;
	margin-top: 2px;
}
ul#f1 li {
	margin-bottom: 0;
}
ul#f2 {
	width: 100px;
	float: left;
	margin-top: 2px;
}
ul#f2 li {
	margin-bottom: 0;
}
ul#f3 {
	width: 100px;
	float: left;
	margin-top: 2px;
}
ul#f3 li {
	margin-bottom: 0;
}
