@charset "utf-8";

/* 
1-- Geral
2-- Header
3-- Menu Principal
4-- Titulo da Pagina

--Especificas
5-- Agenda
6-- Blog
7-- Como chegar
8-- Cursos
9-- Eventos
10-- Informativos
11-- Instrutores
12-- Noticias
13-- O CMAB
14-- Trabalhe Conosco

X-- Boxes Calendario e Blog
XL-- Box Redes Sociais
XI-- Rodapé

*/

/* 1-- GERAL ######################################################################################### */

* { 
	margin: 0;
	padding: 0;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align:left
}

a img { 
	border: none;
}

a {
	text-decoration:none
}

a:hover {
	text-decoration:none
}

p a:hover {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

/* 0-- PAGINA PRINCIPAL */

.espacador_esq {
	margin-left:14px
}

.semana_mes {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-right:5px;
	float:left
}

.dia_agenda {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:#9ecb20;
	margin-top:-5px;
	width:37px;
	float:left;
	letter-spacing:-1px;
}

/* 2-- HEADER ######################################################################################### */

.scrollfixer {
	margin: 0;
	padding: 0;
	width:100%;
	height:89px;
	overflow: hidden
}

.SFcontainer {
	width: 960px;
	height:89px;
	margin: 0 auto; 
}

.SFheader {
  height:89px;
	position:relative;
}

#zlab01 img{
	width: 114px;
	height: 92px;
	-webkit-filter: blur(2px) opacity(0.9);
}

#zlab02 img{
	width: 67px;
	height: 54px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab03 img{
	width: 59px;
	height: 48px;
	-webkit-filter: blur(1px) opacity(0.8);
}

#zlab04 img{
	width: 160px;
	height: 129px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab05 img{
	width: 83px;
	height: 67px;
	-webkit-filter: blur(2px) opacity(0.8);
}

#zlab06 img{
	width: 51px;
	height: 41px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab07 img{
	width: 74px;
	height: 60px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab08 img{
	width: 91px;
	height: 73px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab09 img{
	width: 75px;
	height: 60px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab10 img{
	width: 100px;
	height: 81px;
	-webkit-filter: blur(2px) opacity(0.8);
}

#zlab11 img{
	width: 71px;
	height: 57px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab12 img{
	width: 90px;
	height: 73px;
	-webkit-filter: blur(0px) opacity(0.8);
}

#zlab13 img{
	width: 51px;
	height: 41px;
	-webkit-filter: blur(2px) opacity(0.5);
}

.scrollfixer1 {
	margin: 0;
	padding: 0;
	width:100%;
	height:0px;
}

.SFcontainer1 {
	width: 960px;
	height:0px;
	margin: 0 auto; 
}

.SFheader1 {
	height:0px;
	position:relative;
}

#logo_header {
	margin-left: 40px;
	margin-top: 13px;
	position:relative;
	float:left
}

/* 3-- MENU PRINCIPAL ######################################################################################### */

.menu_principal {
	position:absolute;
	top: 62px;
	left: 200px;
	float:left;
	z-index:3000	
}

/* LABZ OF TEH MENUZ */

/* We will start by styling the unordered list: */
ul.sdt_menu{
 margin:0;
 padding:0;
 list-style: none;
 font-family: 'Droid Sans', sans-serif;
 font-size:13px;

 background-color:#0F0;

}


/* Generally, we want to remove any default text-decoration and outline for all the link elements in our menu: */
ul.sdt_menu a{
 text-decoration:none;
 outline:none;
}


/* Our list items will be floating left and have the position relative since we will want to use absolute positioning for the elements inside. If we wouldn’t set that, absolute positioned elements would be relative to the whole page: */
ul.sdt_menu li{
 float:left;
 width:200px;
 height:40px;
 position:relative;
 cursor:pointer;
}


/* The styling for the main link element where we have our two spans for title and description will be styled as follows: */
ul.sdt_menu li > a{
 position:absolute;
 top:0px;
 left:0px;
 width:200px;
 height:40px;
 z-index:12;
 background: #333;
 /* background:transparent url(../overlay.png) no-repeat bottom right; */
 -moz-box-shadow:0px 0px 2px #000;
 -webkit-box-shadow:0px 0px 2px #000;
 box-shadow:0px 0px 2px #000;
}


/* Notice the z-index: we will be defining a stacking order for all the important elements, so that the right ones stay on top.

We are using a background image that creates a glass like effect with a semi-transparent gradient. When you use some background pattern (like the wood in the demo) it creates a beautiful effect. Make sure to try out different textures – it just looks amazing!

You can also play with the shadows – changing the values to 2px 2px 6px #000 inset will give you a very nice effect.

ORIGNAL: 0px 0px 4px #000

The image will be styled as follows: */
ul.sdt_menu li a img{
 border:none;
 position:absolute;
 width:0px;
 height:0px;
 max-height: 100px;
 bottom:0px;
 left:85px;
 z-index:2000;
 -moz-box-shadow:2px 2px 6px #000;
 -webkit-box-shadow:2px 2px 6px #000;
 box-shadow:2px 2px 6px #000;
}


/*We want to animate the image to come up from the bottom, that’s why we position it absolutely using “bottom” as reference point. We also add some neat box shadow. The first two values are zero, making the shadow spread evenly around the image. We used this as well in the link element. This even shadow can be used as a trick, whenever you want to create a light border effect. The advantage is that shadows are not really there – you don’t need to consider it in your width or height calculations in elements. The current disadvantage is that CSS3 is not supported in IE.

The wrapper for the title and description spans will have this style: */
ul.sdt_menu li span.sdt_wrap{
 position:absolute;
 top:20px;
 left:0px;
 width:170px;
 height:20px;
 z-index:15;
}


/* If you have some larger texts, you will need to adapt these values. Make sure that the adapted values fit well with the animation values in the JavaScript, too.

Next, we define the style for the gray box that slides down. We give it a height of 0 and position it already in a way that we just need to increase its height in the animation: */
ul.sdt_menu li span.sdt_active{
 position:absolute;
 background:#111;
 top:40px;
 width:170px;
 height:0px;
 left:0px;
 z-index:14;
 -moz-box-shadow:2px 2px 6px #000;
 -webkit-box-shadow:2px 2px 6px #000;
 box-shadow:2px 2px 6px #000;
}

/* The common styles for the spans and links in the boxes will be the following: */

ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
 margin-left:15px;
 /* text-transform:uppercase; */
 text-shadow:1px 1px 1px #000; 
}

/* The title and description will be styled as follows: */
ul.sdt_menu li span span.sdt_link{
 color:#fff;
 font-size:13px;
 float:left;
 clear:both;
}

ul.sdt_menu li span span.sdt_descr{
 color:#0B75AF;
 float:left;
 clear:both;
 width:155px;
 font-size:10px;
 letter-spacing:1px;
}


/* The submenu box will initially be hidden under the gray box. We will then animate it to the right or to the left depending on where we are. If we, for example, hover the last element, we want to animate that submenu box to the left, in all the other cases we want to animate it to the right. */
ul.sdt_menu li div.sdt_box{
 display:block;
 position:absolute;
 width:170px;
 overflow:hidden;
 height:170px;
 top:85px;
 left:0px;
 display:none;
 background:#000;
 -moz-box-shadow:2px 2px 6px #000;
 -webkit-box-shadow:2px 2px 6px #000;
 box-shadow:2px 2px 6px #000;
}

ul.sdt_menu li div.sdt_box a{
 float:left;
 clear:both;
 line-height:30px;
 color:#0B75AF;
}


/* The first link in the submenu should have a top margin: */

ul.sdt_menu li div.sdt_box a:first-child{
 margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
 color:#fff;
}


/* 4-- TITULO DA PAGINA ######################################################################################### */

.container_titulo_pagina {
	width:100%;
	min-width: 960px;
	margin: 0; 
	padding: 0;	
	z-index:0
}

.subcontainer_titulo_pagina {
	width:960px; 
	margin: 0 auto; 
	text-align:left; 
	z-index:21;
}

.titulo_pagina {
	font-family:'Droid Sans', sans-serif;
	font-size:24px;
	color:#00aeef;
	padding:20px;
	border-bottom:#00aeef solid 2px;
	background: rgba(255,255,255, 0.95);
}

/* 5-- AGENDA ######################################################################################### */

.container_full_agenda {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_agenda {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.limitador_box_agenda {
	width:900px;
	margin: 25px 25px 25px 25px;
	padding:0;	
	float:left;
}

.foto_evento_agenda {
	width:273px;
	border:solid 1px;
	border-color:#c6c6c1;
	background-color:#d5d5d0;
	padding:8px;
	float:left
}

.nome_evento_agenda {
	width:550px;
	float:left;
	margin-left:15px;
	font-family:Verdana;
	font-size: 20px;
	color:#6e6e6b;
}

.texto_evento_agenda {
	width:550px;
	float:left;
	margin-top:20px;
	margin-left:19px;
	font-family:Verdana;
	font-size: 12px;
	color:#6e6e6b;
	line-height:17px
}

/* 6-- BLOG ######################################################################################### */

.container_full_blog {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_blog {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.lista_blog {
	width:680px;
	padding:15px 15px 15px 15px;
	float:left;
}

.box_blog {
	width:504px;
	padding:15px 15px 8px 15px;
	float:left;
}

.tit_blog {
	font-family: 'Droid Sans', sans-serif; 
	font-size:15px; 
	color:#000;
	border-bottom:#CCC solid 1px;
	padding:0px 0px;
	margin-bottom: 5px	
}

.desc_blog {
}

.nome_blog img {
	float:left;
	border:#00aeef solid 5px;
	margin:0px 10px 7px 0px ;
}

.nome_blog  {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px 
}

.data_blog {
  font-family: 'Droid Sans', sans-serif; 
	font-size:12px; 
	color:#333;
	text-decoration:none;
}

.link_blog a {
	text-decoration:none
}

.link_blog:hover > li ul li {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

.conteudo_blog {
	width:680px;
	padding:15px 15px 15px 15px;
	float:left;	
}

.conteudo_blog h1 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px; 
	color:#333;
}

.conteudo_blog h2 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#999;
	margin:0 0 30px 0 
}

.conteudo_blog p {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#333;
	margin:13px 0 13px 0;
	text-indent:10px
}

.box_blog_owner_include { 
	width:220px;
  padding:15px 15px 12px 15px;
	float:right;
	border-bottom:#00aeef solid 2px;
}

.foto_blog_owner_include {
	float:left;
	border:#00aeef solid 5px;
	margin:0px 10px 7px 0px 
}

.nome_blog_owner_include {
	font-family: 'Droid Sans', sans-serif; 
	font-size:21px; 
	color:#333;
	float:left;
	margin: 10px 0 0 0;
}

.desc_blog_owner_include {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	line-height:17px;
	color:#333;
}

.link_blog_owner_include:hover > ul {
	text-decoration:none;	
	background:#FFF
}

.link_blog_owner_include:hover > ul li {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

.link_blog_owner_include:hover > ul li img {
border:#F60 solid 5px;
}

/* 7-- COMO CHEGAR ######################################################################################### */

.container_full_como_chegar {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_como_chegar {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.link_abrir_google_maps {
	font-family: 'Droid Sans', sans-serif; 
	font-size:14px; 
	line-height:17px;
	color:#333;
}

.link_abrir_google_maps ul {
	padding:10px
}

.link_abrir_google_maps li {
	padding:10px;
	text-align:center
}

.link_abrir_google_maps:hover > ul li {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

/* 8-- CURSOS ######################################################################################### */

.container_full_cursos {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_cursos {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.subcontainer_full_cursos {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.subcontainer_full_cursos_acordeon {
	max-width:960px; 
	height: 566px;
	margin: 0 auto;
	text-align:left; 
	background: url(../_images/cursos/imagem_area_instrumentos_acordeon.jpg) no-repeat;	
}

.conteudo_cursos {
	padding:15px 15px 15px 15px;
	float:left;	
}

.conteudo_cursos h1 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px; 
	color:#333;
}

.conteudo_cursos h2 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#999;
	margin:0 0 30px 0 
}

.conteudo_cursos p {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#333;
	margin:13px 0 13px 0;
	text-indent:10px
}

.box_lista_cursos_esq {
	width:215px;	
	float:right;
	margin-right:38px;
	margin-top:6px;
	margin-bottom:0px
}

.camada_interna_central {
	width:454px;
	height:566px;
	position:absolute;
	top: 0px;
	left: 0px
}

.texto_camada_interna_central {
	width:414px;
	position:relative;
	padding:20px;
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#686868;	
	line-height:13px;
	background: rgba(255,255,255, 0.9)
}

.box_lista_cursos_dir {
	width:215px;	
	float:left;
	margin-left:38px;
	margin-top:6px;
	margin-bottom:0px
}

.box_lista_cursos_esq:hover {
	cursor:pointer
}

.box_lista_cursos_dir:hover {
	cursor:pointer
}

.container_lista_cursos_esq {
	height:566px; 
	width:253px; 
	position:relative; 
	float:left
}

.container_lista_cursos_dir {
	height:566px; 
	width:253px; 
	position:relative; 
	float:right
}

.miniatura_gerson {
	position: relative;
	left:886px;
	top: 27px;
	width: 75px
}

.miniatura_gerson ul li{
	display: inline
}

.miniatura_gerson img#img_miniatura_gerson {
	border: solid 2px #999999
}

.miniatura_gerson:hover > a ul li img#img_miniatura_gerson {
	border: solid 2px #00aeef
}

.miniatura_gerson img#bullet_miniatura_gerson {
	padding-bottom:22px;
	visibility:hidden
}

.miniatura_gerson:hover > a ul li img#bullet_miniatura_gerson {
	visibility:visible
}

/* 9-- EVENTOS ######################################################################################### */

.container_full_eventos {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_eventos {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

#evento_antigo {
	position:relative
}

#ultimo_evento {
	position:relative
}

#evento_antigo a img { 
	opacity: 0.5;
	transition-property: opacity; 
	-moz-transition-property: opacity; 
	-webkit-transition-property: opacity; 
	transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s; 
	transition-timing-function: ease; 
	-moz-transition-timing-function: ease; 
	-webkit-transition-timing-function: ease; 
} 
 
#evento_antigo a img:hover { 
	opacity: 1;
	transition-property: opacity; 
	-moz-transition-property: opacity; 
	-webkit-transition-property: opacity; 
	transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s; 
	transition-timing-function: ease; 
	-moz-transition-timing-function: ease; 
	-webkit-transition-timing-function: ease; 
} 

#botao_fotografias a img { 
	opacity: 0.5;
	transition-property: opacity; 
	-moz-transition-property: opacity; 
	-webkit-transition-property: opacity; 
	transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s; 
	transition-timing-function: ease; 
	-moz-transition-timing-function: ease; 
	-webkit-transition-timing-function: ease; 
} 
 
#botao_fotografias a img:hover { 
	opacity: 1;
	transition-property: opacity; 
	-moz-transition-property: opacity; 
	-webkit-transition-property: opacity; 
	transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-webkit-transition-duration: 0.5s; 
	transition-timing-function: ease; 
	-moz-transition-timing-function: ease; 
	-webkit-transition-timing-function: ease; 
} 

#botao_fotografias {
	position:absolute;
	float:right;
	z-index:10;
	right:11px;
	bottom:11px;
	z-index:3000
}

/* 10-- INFORMATIVOS ######################################################################################### */

.container_full_informativos {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_informativos {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.lista_informativos {
	width:680px;
	padding:15px 15px 15px 15px;
	float:left
}

.link_informativos a {
	text-decoration:none
}

.link_informativos:hover > li {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

.nome_informativo_lista {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px;
}

.previa_informativo_lista {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px;
}

.data_informativo {
  font-family: 'Droid Sans', sans-serif; 
	font-size:10px; 
	color:#FFF;
	text-decoration:none;
	float:left;
	text-align:center;	
	margin:0 10px 0px 0px;
	background:#00aeef;
	padding:5px
}

.dia_informativo_lista {
	font-size:22px; 
	font-weight:600;
}

.mes_informativo_lista {
	font-size:14px; 
	font-weight:600;
}

.ano_informativo_lista {
	font-size:10px; 
	font-weight:600;
	margin:4px 0 0 0 
}

.conteudo_informativos {
	width:680px;
	padding:15px 15px 15px 15px;
	float:left;	
}

.conteudo_informativos h1 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px; 
	color:#333;
}

.conteudo_informativos h2 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#999;
	margin:0 0 30px 0 
}

.conteudo_informativos p {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#333;
	margin:13px 0 13px 0;
	text-indent:10px
}

/* 11-- INSTRUTORES ######################################################################################### */

.container_full_instrutores {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_instrutores {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.lista_instrutores_esq {
	width:465px;
	padding:15px 0px 15px 15px;
	float:left;
}

.lista_instrutores_dir {
	width:465px;
	padding:15px 15px 15px 0px;
	float:left;
}

.conteudo_instrutores { /* não está sendo usado no momento */
	padding:15px 15px 15px 15px;
	float:left;	
}

.instrutores_coluna_esq {
	width:400px;	
	padding:0;	
	float:left
}

.link_instrutores a {
	text-decoration:none
}

.link_instrutores:hover > li ul li {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

.link_instrutores:hover > li ul li img {
	border:#F60 solid 5px;
}

.nome_instrutores_lista img {
	float:left;
	border:#00aeef solid 5px;
	margin:0px 10px 7px 0px ;
}

.nome_instrutores_lista  {
	font-family: 'Droid Sans', sans-serif; 
	font-size:22px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px 
}

.especialidade_instrutores_lista {
  font-family: 'Droid Sans', sans-serif; 
	font-size:14px; 
	color:#333;
	text-decoration:none;
}

.foto_principal_professor {
	width:213px;
	border:solid 1px;
	border-color:#c6c6c1;
	background-color:#d5d5d0;
	padding:8px;
	float:left
}

.nome_professor {
	width:450px;
	float:left;
	margin-top:50px;
	margin-left:15px;
	font-family:'Droid Sans', sans-serif;
	font-size: 30px;
	color:#6e6e6b;
}
.nome_professor1 {
	width:45px;
	float:right;
	margin-top:-30px;
	margin-right:360px;
	font-family:'Droid Sans', sans-serif;
	font-size: 30px;
	color:#6e6e6b;
}

.texto_release {
	width:630px;
	float:left;
	margin-top:20px;
	margin-left:19px;
}

.texto_release p {
	font-family:'Droid Sans', sans-serif;
	font-size: 13px;
	color:#333;
	margin:13px 0 13px 0;
	text-indent:10px
}

.texto_release li {
	font-family:'Droid Sans', sans-serif;
	font-size: 13px;
	color:#333;
}



/* 12-- NOTICIAS ######################################################################################### */

.container_full_noticias {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_noticias {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.lista_noticias {
	width:680px;
	padding:15px 15px 15px 15px;
	float:left
}

.link_noticias a {
	text-decoration:none
}

.link_noticias:hover > li {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

.nome_noticia_lista {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px;
}

.data_noticia {
  font-family: 'Droid Sans', sans-serif; 
	font-size:10px; 
	color:#FFF;
	text-decoration:none;
	float:left;
	text-align:center;	
	margin:0 10px 0px 0px;
	background:#00aeef;
	padding:5px
}

.dia_noticia_lista {
	font-size:22px; 
	font-weight:600;
}

.mes_noticia_lista {
	font-size:14px; 
	font-weight:600;
}

.ano_noticia_lista {
	font-size:10px; 
	font-weight:600;
	margin:4px 0 0 0 
}

.conteudo_noticias {
	width:680px;
	padding:15px 15px 15px 15px;
	float:left;	
}

.conteudo_noticias h1 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px; 
	color:#333;
}

.conteudo_noticias h2 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#999;
	margin:0 0 30px 0 
}

.conteudo_noticias a {
	color:#333;
}

.conteudo_noticias p {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#333;
	margin:13px 0 13px 0;
	text-indent:10px
}

.previa_noticia_lista {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px;
}

#mes_noticia_antiga {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px;
}

#mes_noticia_antiga:hover {
	background:#FFF;
	cursor:pointer;
	color:#F60
}

#maio2015 {
display: none
}

#janeiro2015 {
display: none
}

#outubro2014 {
display: none
}

#setembro2014 {
display: none
}

#agosto2014 {
display: none
}

#julho2014 {
display: none
}

#junho2014 {
display: none
}

#maio2014 {
display: none
}

#abril2014 {
display: none
}

#marco2014 {
display: none
}

#janeiro2014 {
display: none
}

#dezembro2013 {
display: none
}

#novembro2013 {
display: none
}

#outubro2013 {
display: none
}

#setembro2013 {
display: none
}

#agosto2013 {
display: none
}

#julho2013 {
display: none
}

#junho2013 {
display: none
}

#maio2013 {
display: none
}

#abril2013 {
display: none
}

/* 13-- O CMAB ######################################################################################### */

.container_full_ocmab {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_ocmab {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.box_conteudo_cmab_01 {
	width:960px;
	height:500px;	
	margin-left:0px;
	float:left; 
	background-color:#000;	
}

.o_cmab_imagem_01 {
	background:url(../_images/o_cmab/o_cmab_01.jpg) right no-repeat;
	width:960px;
	height:500px;	
	margin-left:0px;	
}

.o_cmab_texto_01 {
	position:relative;
	left:30px;
	top:25px
}

.o_cmab_tit_box_01 {
	font-family:'Droid Sans', sans-serif;
	font-size:24px;
	color:#FFF;
	letter-spacing:8px;
	position:absolute;
	left:0px;
	top:0px;
}

.o_cmab_texto_box_01 {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#FFF;
	letter-spacing:2px;
	line-height:14px;
	position:absolute;
	left:0px;
	top:50px;
	width:407px;
	font-weight:normal
}

.box_conteudo_cmab_02 {
	width:960px;
	height:390px;	
	margin-left:0px;
	float:left; 
	background-color:#f4f4f1;	
}

.o_cmab_imagem_02 {
	background:url(../_images/o_cmab/o_cmab_02.jpg) right no-repeat;
	width:960px;
	height:390px;	
	margin-left:0px;	
}

.o_cmab_texto_02 {
	position:relative;
	left:30px;
	top:225px
}

.o_cmab_tit_box_02 {
	font-family:'Droid Sans', sans-serif;
	font-size:24px;
	color:#000;
	letter-spacing:8px;
	position:absolute;
	left:0px;
	top:0px;
}

.o_cmab_texto_box_02 {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#000;
	letter-spacing:2px;
	line-height:14px;
	position:absolute;
	left:0px;
	top:50px;
	width:407px;
	font-weight:normal;	
}

.box_conteudo_cmab_03 {
	width:960px;
	height:390px;	
	margin-left:0px;
	float:left; 
	background-color:#f4f4f1;		
}

.o_cmab_imagem_03 {
	background:url(../_images/o_cmab/o_cmab_03.jpg) left no-repeat;
	width:960px;
	height:390px;	
	margin-left:0px;	
}

.o_cmab_texto_03 {
	position:relative;
	left:465px;
	top:115px;	
	width:450px
}

.o_cmab_tit_box_03 {
	font-family:'Droid Sans', sans-serif;
	font-size:24px;
	color:#000;
	letter-spacing:8px;
	position:absolute;
	left:0px;
	top:0px;
}

.o_cmab_texto_box_03 {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#000;
	letter-spacing:2px;
	line-height:14px;
	position:absolute;
	left:0px;
	top:50px;
	width:447px;
	font-weight:normal;
}

.box_conteudo_cmab_04 {
	width:960px;
	height:390px;	
	margin-left:0px;
	float:left; 
	background-color:#f4f4f1;	
}

.o_cmab_imagem_04 {
	background:url(../_images/o_cmab/o_cmab_04.jpg) right no-repeat;
	width:960px;
	height:390px;	
	margin-left:0px;	
}

.o_cmab_texto_04 {
	position:relative;
	left:30px;
	top:100px;
	width:450px
}

.o_cmab_tit_box_04 {
	font-family:'Droid Sans', sans-serif;
	font-size:24px;
	color:#000;
	letter-spacing:8px;
	position:absolute;
	left:0px;
	top:0px;
}

.o_cmab_texto_box_04 {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#000;
	letter-spacing:2px;
	line-height:14px;
	position:absolute;
	left:0px;
	top:50px;
	width:447px;
	font-weight:normal
}

.box_conteudo_cmab_pl {
	width:960px;
	height:640px;	
	margin-left:0px;
	float:left; 
	background-color:#000;	
}

.o_cmab_imagem_pl {
	background:url(../_images/o_cmab/bg_direcao.jpg) right no-repeat;
	width:960px;
	height:640px;	
	margin-left:0px;	
}

.o_cmab_texto_pl {
	position:relative;
	left:30px;
	top:25px
}

.o_cmab_tit_box_pl {
	font-family:'Droid Sans', sans-serif;
	font-size:24px;
	color:#FFF;
	letter-spacing:8px;
	position:absolute;
	left:0px;
	top:0px;
}

.o_cmab_texto_box_pl {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#FFF;
	letter-spacing:2px;
	line-height:14px;
	position:absolute;	
	left:0px;
	top:6px;
	width:410px;
	font-weight:normal;
	text-align:justify
}

.o_cmab_texto_box_pl p {
	margin-bottom:14px
}

/* 14-- TRABALHE CONOSCO ######################################################################################### */

.container_full_trabalhe_conosco {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_trabalhe_conosco {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.conteudo_trabalhe_conosco {
	width:680px;
	padding:15px 15px 15px 15px;
	float:left;	
}

.conteudo_trabalhe_conosco h1 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:18px; 
	color:#333;
}

.conteudo_trabalhe_conosco h2 {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#999;
	margin:0 0 30px 0 
}

.conteudo_trabalhe_conosco p {
	font-family: 'Droid Sans', sans-serif; 
	font-size:13px; 
	color:#333;
	margin:13px 0 13px 0;
	text-indent:10px
}

.conteudo_trabalhe_conosco a {
	color:#333;
}

.conteudo_trabalhe_conosco a:hover {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

/* X-- BOXES CALENDARIO e BLOG ################################################################################## */

.container_full_11 {
	width:100%;
	min-width: 940px;
	margin: 0 auto; 
	padding: 0px 0px;
	z-index:0;
	margin-bottom:20px
}

.subcontainer_full_11 {
	max-width:960px; 
	margin: 0 auto;
	text-align:left; 
	background: rgba(255,255,255, 0.8); 	
}

.box_calendario {
	width:396px;
	padding:15px 15px 8px 15px;
	float:left;
	margin:0
}

.tit_calendario {
	font-family: 'Droid Sans', sans-serif; 
	font-size:15px; 
	color:#000;
	border-bottom:#CCC solid 1px;
	padding:0px 0px;
	margin-bottom: 5px	
}

.box_calendario_interno {
	text-align:center;
	position:relative;
	height:250px;
	overflow:auto
}

.box_calendario_l1 {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#686868;
	background-color:#ecfcfb;
	text-align:left;
	padding: 10px
}

.box_calendario_l2 {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#686868;
	background-color:#deedec;
	text-align:left;
	padding: 10px
}

.box_blog_include {
	width:504px;
	padding:15px 15px 8px 15px;
	float:left;
}

.tit_blog_include {
	font-family: 'Droid Sans', sans-serif; 
	font-size:15px; 
	color:#000;
	border-bottom:#CCC solid 1px;
	padding:0px 0px;
	margin-bottom: 5px	
}

.desc_blog_include {
}

.nome_blog_include img {
	float:left;
	border:#00aeef solid 5px;
	margin:0px 10px 7px 0px ;
}

.nome_blog_include  {
	font-family: 'Droid Sans', sans-serif; 
	font-size:17px; 
	line-height:17px;
	color:#333;
	text-decoration:none;	
	padding:7px 7px 7px 7px 
}

.data_blog_include {
  font-family: 'Droid Sans', sans-serif; 
	font-size:12px; 
	color:#333;
	text-decoration:none;
}

.link_blog_include a {
	text-decoration:none
}

.link_blog_include:hover > li ul li {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

/* XL-- BOX REDES SOCIAIS ################################################################################## */

.box_redes_sociais {
	width:220px;
  padding:15px 15px 8px 15px;
	float:right;
}

.tit_redes_sociais {
	font-family: 'Droid Sans', sans-serif; 
	font-size:15px; 
	color:#000;
	border-bottom:#CCC solid 1px;
	padding:0px 0px;
	margin-bottom: 5px	
}

.desc_redes_sociais_home {
	font-family: 'Droid Sans', sans-serif; 
	font-size:12px; 
	color:#000;
	padding:7px 7px
}

.logo_facebook_box_redes_sociais {
	text-align:center;
	padding:20px
}

.logo_youtube_box_redes_sociais {
	text-align:center;
	padding:0px;
	margin:0 0 25px 0
}


/* XI-- RODAPE ################################################################################## */

.container_full_rodape {
	width:100%;
	position:relative;
	min-width: 960px;	
	background: #d5d5d3;
	margin: 0 0 0 0; 
	padding: 30px 0px 0 0;
	border-top:#FFFFFF solid 1px; 
	z-index:0
}

.logo_rodape {
	float:left;
	width:200px;
	margin-left:30px;
	margin-right:35px;
	height:100px
}

.info_rodape {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#686868;
	float:left;
}

.info_rodape li {	
	padding:5px
}

.info_rodape a {
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	color:#686868;
	float:left;
	text-decoration:none;
}

.info_rodape a:hover {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}

.info_rodape_2 {
	font-family:'Droid Sans', sans-serif;
	font-size:18px;
	color:#686868;	
	float:right;
	margin-right:40px;
	padding:3px
}

.info_rodape_2 a {
	font-family:'Droid Sans', sans-serif;
	font-size:18px;
	color:#686868;	
	margin-right:40px;
	text-decoration:none;
	padding:3px
}

.info_rodape_2 a:hover {
	color:#F60;
	text-decoration:none;	
	background:#FFF
}