/* MENUS.CSS */
/*formata uppercases e lowercases*/
#menu li ul li {
	text-transform: uppercase;
}
#menu li ul li ul li {
	text-transform: uppercase;
}
#menu li ul li ul li ul li {
	text-transform: none;
}

ul.cursos-menu li {
	text-transform: uppercase;
}
ul.cursos-menu.sub li {
	text-transform: none;
}

.miolo-centro .titulo-pagina h1 {
	text-transform: uppercase;
}

.miolo-centro .titulo-pagina.sub h1 {
	text-transform: none;
}

.navegador-areas h3 {
	text-transform: uppercase;
}
#googleMap {
	width: 100%;
	height: 350px;
}
#footerSlider {
	width: 680px; 
	float: right; 
	height:250px;
	overflow: hidden;
}
#footerSlider #footerPics {
	width: 680px;
	height: 250px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#footerSlider #footerPics li {
	padding: 0;
	margin: 0;
	display: none;
}
#footerSlider #footerPics li.active {
	display: block;
}
#footerSlider #nav {
	margin-top: -20px;
	width: 680px;
}
#footerSlider #nav li.next {
	float: right;
}
#footerSlider #nav li.prev {
	float: left;
}
#footerSlider #nav li a {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 0 6px 5px 6px;
}
#footerSlider #nav li a:hover {
	background-color: #549311;
}
.listas-centro {
	height:auto !important;
	min-height: 100px;
}

.clearer {
    clear: both;
    line-height: 0;
    display: block;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.centro-home
{
vertical-align:top;
width:980px;
height:270px;
margin-left: auto;
margin-right: auto;
}

/* 3 CAIXAS DO CENTRO INICIO*/

.centro-esquerda
{
float:left;
width:320px;
margin-right:10px;
height:270px;
}

.centro-centro
{
float:left;
width:320px;
margin-right:10px;
height:270px;
}

.centro-direita
{
float:left;
width:320px;
height:270px;
}

.center-tops
{
float:left;
width:250px;
height:30px;
background-image:url(../image/centro-home-top-back.gif);
}

.centro-content
{
clear:both;
width:300px;
padding:10px;
height:220px;
}

.centro-content .data
{
font:12px/12px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#549311;
}

.lista-blogs
{
float:left;
width:300px;
height:150px;
overflow:hidden;
}

.lista-blogs ul
{
margin:0px;
padding:0px;
}

.lista-blogs li
{
margin:0px;
padding:0px;
font:12px/15px Arial, Helvetica, sans-serif;
color:#333;
list-style:none;
list-style-position:inside;
}

.lista-blogs li a
{
color:#333333;
}
