@charset "utf-8";
/* CSS Document */

*{ margin:0 auto; padding:0;}

body{
	
background: rgba(225,224,224,1);
background: -moz-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(251,251,252,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,224,224,1)), color-stop(100%, rgba(251,251,252,1)));
background: -webkit-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(251,251,252,1) 100%);
background: -o-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(251,251,252,1) 100%);
background: -ms-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(251,251,252,1) 100%);
background: linear-gradient(to bottom, rgba(225,224,224,1) 0%, rgba(251,251,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#fbfbfc', GradientType=0 );

margin:0 auto; padding:0;
background-repeat:no-repeat;

}

@font-face {
    font-family: Oswald;
    src: url(Oswald-Light.ttf);
}

@font-face {
    font-family: Oswald-light;
    src: url(Oswald-ExtraLight.ttf);
}

#clear{clear:both;}

p{font-family:Arial, Helvetica; font-size:13px; color:#666666; text-align:justify; margin:0; padding:0; line-height:18px;}


ul {    padding: 10px;
    margin-left: 10px;
    list-style-type: disc;
    font-family: Arial, Helvetica;
    font-size: 13px;
    color: #666666;
    text-align: justify;
    line-height: 18px;
}

#content a{
	color: #000;
	text-decoration: underline;
}

#content a:hover{
	color: #000;
	text-decoration: none;
}

#cc_right a{
	color: #000;
	text-decoration: none;
}

.ver-id a{
	color: #CCC !important;
	text-decoration: none !important;
}

.ver-id a:hover{
	color: #000 !important;
}

#cc_right a:hover{
	color: #000;
}

/* MOLDURA ///////////////////////////////////////////////////////////////*/

#moldura{width:960px; margin:0 auto; -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.5); box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.5); min-height:1px;}


/* HEADER //////////////////////////////////////////////////////////////////*/

#header{width:960px; margin:0 auto;}

/* HEADER TOP //////////////////////////////////////////////////////////////////*/

#header_top{width:100%; height:35px; background:#f4f4f4;}

#bandeira-l{float:left; font-family:Oswald, "Century Gothic", Arial; font-size:12px; text-transform:uppercase; color:#677284; background:url(../images/pt2.jpg) no-repeat; background-position:right;
text-decoration:none; cursor:pointer; padding:4px 22px 4px 0; margin:5px 0 0 20px; display:inline-block;}

#bandeira-l:hover{color:#ff4a0b; background:url(../images/pt1.jpg) no-repeat; background-position:right;
text-decoration:none; cursor:pointer;}

#bandeira-r{float:left; font-family:Oswald, "Century Gothic", Arial; font-size:12px; text-transform:uppercase; color:#677284; background:url(../images/en2.jpg) no-repeat; background-position:right;
text-decoration:none; cursor:pointer; padding:4px 22px 4px 0; margin:5px 0 0 8px; display:inline-block;}

#bandeira-r:hover{color:#ff4a0b; background:url(../images/en1.jpg) no-repeat; background-position:right;
text-decoration:none; cursor:pointer;}



#form_base{float:right; width:185px; height:35px; background:#d8d8d8;}

#form_l{float:left; margin:0 0 0 10px;}

#form_r{float:right; margin:8px 10px 0 0;}

.box1{background:none; font-family:Oswald, "Century Gothic", Arial; font-size:14px; color:#677284; border:none; width:140px; height:35px;} 

.btn1{width:16px; height:16px; background:url(../images/lupa.png) no-repeat; border:none; cursor:pointer;}

/* HEADER MIDDLE //////////////////////////////////////////////////////////////////*/

#header_middle{width:100%; height:131px; background:#ffffff; border-bottom:solid 2px #ff551a;}

#logo{float:left; margin:11px 20px; width:168px; height:107px; background:url(../images/logo.jpg) no-repeat; border:none; cursor:pointer;}

#titulo{float:left; font-family:Oswald, "Centuery Gothic", Arial, Helvetica; font-size:20px; color:#525762; font-weight:lighter; margin:67px 0 0 0;}

#life{float:right; width:84px; height:57px; background:url(../images/life.jpg) no-repeat; border:none; cursor:pointer; margin:54px 0 0 0;}

#natura{float:right; width:76px; height:61px; background:url(../images/natura.jpg) no-repeat; border:none; cursor:pointer; margin:50px 20px 0 9px;}

/* HEADER BOTTOM ////////////////////////////////////////////////////////////////*/

#header_bottom{width:100%; height:40px; background:#292d35; border-top:solid 2px #ffffff;}

#menu2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu2 ul li {
  display: block;
  position: relative;
  float: left;
  z-index:500;
}

/* This hides the dropdowns */


#menu2 li ul { display: none; }

#menu2 ul li a {
  display: block;
  padding: 0.87em 0.60em;
  text-decoration: none;
  white-space: nowrap;
  font-family:"Century Gothic", Arial, Helvetica;
  color: #fff;
  font-size:13px;
}

#menu2 ul li a:hover { /* background: #2c3e50; */ background-color: #FA6C1A;  }

/* Display the dropdown */


#menu2 li:hover > ul {
  display: block;
  position: absolute;
}

#menu2 li:hover li { float: none; }

#menu2 li:hover a { background: #2c3e50; }

#menu2 li:hover li a:hover { background: #fa6c1a; }

#menu2 .main-navigation li ul li { border-top: 0; }

#menu2 .main-navigation li ul li a {font-size:11px; text-transform:uppercase;}

/* Displays second level dropdowns to the right of the first level dropdown */


#menu2 ul ul ul {
  left: 100%;
  top: 0;
}

/* Simple clearfix */



#menu2 ul:before,
#menu2 ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

#menu2 ul:after { clear: both; }

.saiba a:link, .saiba a:visited{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#ff3a00; text-decoration:none; font-weight:lighter;}

.saiba a:hover{color:#ffffff;}


/* CONTENT ////////////////////////////////////////////////////////////*/

#content{width:100%; background:#ffffff;}

#cont_l{float:left; width:500px; margin:50px 0 0 20px;}

#cont_r{float:right; width:360px; margin:50px 20px 0 0;}

#cont_title{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:26px; color:#443f3f; text-transform:uppercase;}

#cont_trace{float:left; width:70px; height:2px; background:#f54c11; margin:3px 0 30px 0;} 

#cont_txt{font-family:Arial, Helvetica; font-size:13px; text-align:justify; color:#656565; line-height:18px;}

#agenda_base{width:360px; height:254px; position:relative;}

#evento{height:68px; position:absolute; left:0; top:80px;} 

#evento2{height:68px; position:absolute; left:0; top:153px;} 

#data_box{float:left; width:68px; height:68px; background:rgba(255,74,11,0.70); text-align:center;}

#data_num{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:40px; color:#ffffff; font-weight:bold; line-height:40px; margin:6px 0 0 0;}

#data_day{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:11px; color:#ffffff; font-weight:lighter;}

#data_text{float:left; height:68px; text-align:left; margin:0 0 0 5px;}

#data_title{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:21px; color:#ffffff; font-weight:bold; line-height:29px; background:rgba(22,37,66,0.80); display:inline-block; padding:5px 8px;}

#data_btn{float:left; width:25px; height:68px; background:url(../images/arrow.png) no-repeat; background-position:7px 13px; background-color:rgba(255,74,11,0.70); margin:0 0 0 5px; border:none; cursor:pointer;}

#data_btn:hover{background-color:rgba(22,37,66,0.80); }

#mapa_img{margin:0 0 30px 0;}


/* NOTÍCIAS ////////////////////////////////////////////////////////*/

#noticias{width:960px; height:441px; margin:50px 0 0 0;}

#shadow{width:960px; height:441px; position:relative; background:url(../images/shadow.png) no-repeat;}

#not_box_intro{width:254px; height:295px; background:#ffffff;}

#not_int{width:246px; margin:0 auto; padding:5px 0;}

#not_title{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:20px; color:#393338; text-transform:uppercase; margin:10px 5px 0 5px;}

#not_title2{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:26px; color:#ffffff; text-transform:uppercase; text-align:center; padding:30px 0 0 0;}
#cont_trace2{width:70px; height:2px; background:#f54c11; margin:3px auto 30px auto;} 

#not_txt_intro{font-family:Arial, Helvetica; font-size:11px; color:#666666; text-align:justify; margin:5px 5px 0 5px;}

#not_btn a:link, #not_btn a:visited{float:right; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#f54c11; text-decoration:none; margin:5px 5px 0 0;}

#not_btn a:hover{color:#292d35;}


/* BOTÕES ////////////////////////////////////////////////////////*/

#botoes{width:100%; background:#ffffff; overflow:hidden;}

#btn1_base{float:left; background:url(../images/base1.jpg) no-repeat; width:195px; height:129px; margin:40px 0 20px 20px;}

#btn1{background:url(../images/btn1.png) no-repeat; width:195px; height:94px; border:none; cursor:pointer; margin:15px 0 0 0;}

#btn1:hover{background:url(../images/btn1_2.png) no-repeat;}


#btn2_base{float:left; background:url(../images/base2.jpg) no-repeat; width:198px; height:129px; margin:40px 0 20px 37px;}

#btn2{background:url(../images/btn2.png) no-repeat; width:198px; height:103px; border:none; cursor:pointer; margin:6px 0 0 0;}

#btn2:hover{background:url(../images/btn2_2.png) no-repeat;}


#btn3_base{float:left; background:url(../images/base3.jpg) no-repeat; width:198px; height:129px; margin:40px 0 20px 37px;}

#btn3{background:url(../images/btn3.png) no-repeat; width:198px; height:90px; border:none; cursor:pointer; margin:19px 0 0 0;}

#btn3:hover{background:url(../images/btn3_2.png) no-repeat;}


#btn4_base{float:left; background:url(../images/base4.jpg) no-repeat; width:220px; height:129px; margin:40px 0 20px 37px;}

#btn4{background:url(../images/btn4.png) no-repeat; width:220px; height:103px; border:none; cursor:pointer; margin:6px 0 0 0;}

#btn4:hover{background:url(../images/btn4_2.png) no-repeat;}


/* FOOTER ///////////////////////////////////////////////////////*/

#footer{width:100%; overflow:hidden;}

#footer_top{width:100%; height:47px; background:#1f232a;}

#ft_left{float:left; margin:13px 0 0 20px;}

#ft_right{float:right; margin:13px 15px 0 0;}

#newsletter{float:left; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:16px; text-transform:uppercase; color:#ffffff;}

#news_form{float:left; margin:0 0 0 10px;}

.box2{width:115px; height:20px; background:#2f333c; border:none; padding:0 5px; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#7a889b; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);}

#news_btn{float:left; margin:0 0 0 4px;}

.news_btn{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#ffffff; background:#ff3a00; width:20px; height:20px; text-align:center; border:none; cursor:pointer; text-transform:uppercase;}

.news_btn:hover{background:#7a889b;}


    #menu ul {
    	padding:0px;
    	margin:0px;
    	list-style:none;
    }
	
	#menu ul li { display: inline; }
	
	    #menu ul li a {
    	padding: 2px 5px;
    	display: inline-block;
     
    	/* visual do link */
		font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px;
    	color: #ffffff;
		text-transform:uppercase;
    	text-decoration: none;
    }
	
	    #menu ul li a:hover {
    	color: #ff3a00;
    }
	
#footer_middle{width:100%; min-height:134px; background:#eaeaea; overflow:hidden; border-bottom:solid 1px #a2a2a2;}

#fm_left{float:left; margin:10px 0 10px 20px;}

#fm_left2{float:left; margin: 9px 0 9px 25px;}

#fm_title{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; text-transform:uppercase; color:#ff3a00; padding:0 0 10px 0;}


#footer_bottom{width:100%; height:65px; background:#1f232a; border-top:solid 1px #eaeaea;}

#fb_left{float:left; margin:17px 0 0 20px;}

.footer{font-family:Arial, Helvetica; font-size:11px; color:#7a889b; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);}

.footer a:link, .footer a:visited{font-family:Arial, Helvetica; font-size:11px; color:#ff3a00; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);}

.footer a:hover{color:#ffffff;}

#facebook{float:right; width:27px; height:27px; background:url(../images/face1.png) no-repeat; border:none; cursor:pointer; margin:17px 20px 0 10px;}

#facebook:hover{background:url(../images/face2.png) no-repeat;}

#rss{float:right; width:27px; height:27px; background:url(../images/rss1.png) no-repeat; border:none; cursor:pointer; margin:17px 20px 0 8px;}

#rss:hover{background:url(../images/rss2.png) no-repeat;}

#fin{font-family:Arial, Helvetica; font-size:8px; color:#959595; padding:5px 0 0 0; letter-spacing:-0.01em;}


/* PÁGINA DE TEXTO //////////////////////////////////////////////////*/

#area_conteudo{width:920px; margin:0 auto; overflow:hidden; position:relative;}

.barra{background:url(../images/barra.gif) repeat-y; background-position:right top;}

#aguia{position:absolute; bottom:-5px; right:0; z-index:0;}

#cc_left{float:left; width:585px; margin:0 0 40px 0; position:relative;}

#imperial-kids{position:absolute; left:0; bottom:0; background:url(../images/imperial-kids.png) no-repeat; width:602px; height:303px; z-index:999;}

#cc_right{float:right; width:298px; margin:0 0 40px 0;}

#cc_total{width:100%; margin:0 0 40px 0;}

#caminho{margin:18px 0 0 0;}

.caminho{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:10px; color:#B3B3B3;}

.caminho a:link, .caminho a:visited{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:10px; color:#ff3a00; text-decoration:none;}

.caminho a:hover{color:#1f232a;}

#cont_title3{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:24px; color:#443f3f; text-transform:uppercase; margin:25px 0 0 0;}

#cont_title4{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:18px; color:#443f3f; text-transform:uppercase; margin:60px 0 0 15px;}

#cont_title5{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:18px; color:#443f3f; text-transform:uppercase; margin:65px 0 0 15px;}

#cont_trace4{float:left; width:70px; height:2px; background:#f54c11; margin:3px 0 30px 15px;} 


/* MENU LATERAL ////////////////////////////////////////////////*/

.topnav {
	width: 100%;
	padding: 0;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	position:relative;
	z-index:100;
	
}

#topnav_space{margin:50px 0 0 0;}

/* 1º NIVEL ////////////////////////////////////////////////////////////*/

ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
	
}

ul.topnav li {}

ul.topnav li a {
	font-family:Oswald, "Century Gothic", Arial, Helvetica;
	line-height: 10px;
	font-size: 15px;
	padding: 14px 0 12px 0;
	color: #252525;
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background:none;
	border-bottom:dotted 1px #BCBCBC;
	margin:0 15px;
	}
	

ul.topnav li a:hover, ul.topnav li .active {
	background-color:#e8e8e8;
	color:#252525;
	text-transform:uppercase;
}

/* ////////////////////////////////////////////////////////////////////////*/

/* 2º NIVEL ////////////////////////////////////////////////////////////*/

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
	border:none;
	list-style: none;
	
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
	border:none;
}

ul.topnav ul li a {
	padding:10px 20px 8px 20px;
	font-size: 13px;
	color:#ffffff;
	font-weight: normal;
	border:none;
	outline:0;
	background:rgba(255,74,11,0.40);
	margin:0 15px 1px 15px;
}

ul.topnav ul li a:hover {
	background:rgba(31,35,42,0.70);
	border:none;
	color:#fff;
	background-image:none;
}

/* ////////////////////////////////////////////////////////////////////////*/


/* NOTICIAS ///////////////////////////////////////////////////////////////*/

#not_box{width:585px; height:154px; background:#fafafa; margin:0 0 15px 0;}

#not_img{float:left; width:217px; height:138px; margin:8px;}

#not_txt{float:left; width:335px;}

#not_t{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:23px; color:#443f3f; text-transform:uppercase; margin:3px 0 0 0;}

#not_t a:link, #not_t a:visited{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:18px; color:#443f3f; text-transform:uppercase; text-decoration:none;}

#not_t a:hover{color:#f54c11;}

#not_d{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#f54c11; line-height:12px; margin:0 0 10px 0;}

#not_d2{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#f54c11; line-height:12px; margin:0 0 20px 0;}

#not_d3{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:15px; color:#443f3f; line-height:12px; margin:20px 0 10px 0;}

#not_d4{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:15px; color:#443f3f; line-height:12px; margin:10px 0 10px 0;}

#not_d5{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:15px; color:#443f3f; line-height:18px; margin:0;}

#not_d6{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#f54c11; line-height:18px; margin:15px 0 0 0;}

#not_tt{font-family:Arial, Helvetica; font-size:11px; color:#666666; text-align:justify;}

#detalhe_img{margin:40px 0 0 0; position:relative;}

#img_autor{padding:2px 15px; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#ffffff; background:rgba(0,0,0,0.60); position:absolute; bottom:10px; right:0; z-index:500; font-style:italic;}

#not_separa2{border-bottom:solid 1px #e5e5e5; margin:30px 0 10px 0;}

    
	#listagem ul {
    	padding:0px;
    	margin:0px;
    	list-style:none;
		float:right;
    }
	
	#listagem ul li { display: inline; }
	
	    #listagem ul li a {
    	padding: 3px 7px;
    	display: inline-block;
     
    	/* visual do link */
		font-family:"Century Gothic", Arial, Helvetica;
		font-size:12px;
    	background-color:#DCDCDC;
    	color: #999999;
    	text-decoration: none;
    }
	
	    #listagem ul li a:hover, #listagem ul li .active {
    	background-color:#f54c11;
    	color: #ffffff;
    }
	
	#voltar a:link, #voltar a:visited  {float: left; background:url(../images/voltar1.png) no-repeat; padding:0 0 0 19px; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; text-decoration:none; color:#f54c11; background-position:0 4px;}

#voltar a:hover  {background:url(../images/voltar2.png) no-repeat; color:#333333; background-position:0 4px;}


	#voltar2 a:link, #voltar2 a:visited  {float: right; background:url(../images/voltar3.png) no-repeat; padding:0 19px 0 0; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; text-decoration:none; color:#f54c11; background-position:right 4px;}

#voltar2 a:hover  {background:url(../images/voltar4.png) no-repeat; color:#333333; background-position:right 4px;}


/* GALERIA ///////////////////////////////////////////////////////////////*/

#img_boxl{float:left; width:277px; margin:0 0 20px 0;}

#img_boxr{float:left; width:277px; margin:0 0 20px 31px;}

#gal_title{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:18px; color:#443f3f; text-transform:uppercase; margin:10px 0 0 0;}

#gal_title2{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:18px; color:#f54c11; text-transform:uppercase; margin:10px 0 0 0;}


/* CONTATOS ///////////////////////////////////////////////////////////////*/

#address{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#f54c11; margin:10px 0 0 15px;}

#address_txt{margin:0 0 0 15px;}

#formulario{margin:0;}

.bb_form{width:565px; height:34px; border:none; background:#f3f2f2; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:16px; color:#f54c11; padding:0 10px; margin:0 0 15px 0;}

.bt_form{width:265px; height:34px; border:none; background:#f3f2f2; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:16px; color:#f54c11; padding:0 10px; margin:0 0 15px 0;}

.bp_form{width:565px; height:250px; border:none; background:#f3f2f2; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:16px; color:#f54c11; padding:0 10px; margin:0 0 15px 0;}

.bb_btn{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:18px; color:#ffffff; background:#f54c11; border:none; padding:3px 15px; cursor:pointer; text-decoration:none;}

.bb_btn:hover{background:#443f3f;}

#f_l{float:left; width:265px;}

#f_r{float:left; width:265px; margin:0 0 0 35px;}

#contacts{float:left; width:410px; margin:0 30px 50px 0;}


/* AGENDA //////////////////////////////////////////////////////////*/

#agen_data{float:left; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#222222; background:url(../images/ico_data.jpg) no-repeat; padding:0 0 0 18px; margin:10px 0 0 0; background-position:0 2px;}

#agen_hora{float:left; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#222222; background:url(../images/ico_hora.jpg) no-repeat; padding:0 0 0 18px; margin:10px 0 0 15px; background-position:0 2px;}

#agen_local{float:left; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#222222; background:url(../images/ico_local.jpg) no-repeat; padding:0 0 0 18px; margin:10px 0 0 15px; background-position:0 2px;}


#agen_data2{float:left; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#222222; background:url(../images/ico_data.jpg) no-repeat; padding:0 0 0 18px; margin:10px 0 0 0; background-position:0 4px; font-weight:bold;}

#agen_hora2{float:left; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#222222; background:url(../images/ico_hora.jpg) no-repeat; padding:0 0 0 18px; margin:10px 0 0 15px; background-position:0 4px; font-weight:bold;}

#agen_local2{float:left; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#222222; background:url(../images/ico_local.jpg) no-repeat; padding:0 0 0 18px; margin:10px 0 0 15px; background-position:0 4px; font-weight:bold;}


/*BOX SUB-MENUS ///////////////////////////////////////////////////////////*/

#bb_boxl{float:left; width:263px; margin:40px 0 0 0;}

#bb_boxr{float:right; width:263px; margin:40px 0 0 0;}

#bb_title{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:15px; color:#f54c11; margin:7px 0 5px 0;}

#bb_title a:link, #bb_title a:visited{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:15px; color:#f54c11; text-decoration:none;}

#bb_title a:hover{color:#B3B3B3;}

#bb_txt{font-family:Arial, Helvetica; font-size:11px; color:#666666; text-align:justify;}

#bb_saber{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:11px; color:#f54c11; margin:7px 0 0 0;}

#bb_saber a:link, #bb_saber a:visited{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:11px; color:#f54c11; text-decoration:none;}

#bb_saber a:hover{color:#B3B3B3;}


/*FORMULÁRIOS ///////////////////////////////////////////////////////////*/

label{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:15px; color:#f54c11; text-transform:uppercase;}

label span{font-size:13px; color:#333; padding:0 0px 0 3px;}

label b{font-size:13px; color:#666; padding:0 5px 0 0; font-weight:normal;}

#title_form{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:20px; color:#333; text-transform:uppercase; padding:20px 0 10px 0;}

#title_form2{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:15px; color:#f54c11; text-transform:uppercase; padding:15px 0 10px 0;}

#title_form3{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#f54c11; text-transform:uppercase; padding:15px 0 0 0;}

#title_form4{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:10px; color:#CCC; text-transform:uppercase; padding:0;}

#title_form5{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:20px; color:#333; text-transform:uppercase; padding:0 0 40px 0;}

#title_form6{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:16px; color:#333; text-transform:uppercase; padding:5px 0 10px 0;}


.box-form-1{width:100%; height:33px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#F3F3F3; border:solid 1px #CCC; margin:0 0 13px 0;}

.box-form-2{width:275px; height:33px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#F3F3F3; border:solid 1px #CCC; margin:0 0 13px 0;}

.box-form-3{width:119px; height:20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#F3F3F3; border:solid 1px #CCC; margin:0 0 13px 0;}

.box-form-4{width:585px; height:100px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#F3F3F3; border:solid 1px #CCC; margin:0 0 13px 0;}

.box-form-5{width:424px; height:33px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#F3F3F3; border:solid 1px #CCC; margin:0 0 13px 0;}

.box-form-6{width:125px; height:33px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#F3F3F3; border:solid 1px #CCC; margin:0 0 13px 0;}

.box-btn{border:none; font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:14px; color:#ffffff; text-transform:uppercase; text-decoration:none; cursor:pointer; padding:3px 20px; background:#f54c11; margin:15px 0 0 0;}

.box-btn:hover{background:rgba(31,35,42,0.70);}

.ver-id a:link, .ver-id a:visited{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#CCC; text-transform:uppercase; text-decoration:none; font-style:italic;}

.ver-id a:hover{color:#333;}


/*MENU LATERAL GALERIA ///////////////////////////////////////////////////////////*/


  #gal_i ul {
    	padding:0px;
    	margin:0 0 0 15px;
    	list-style:none;
    }
	
	#gal_i ul li {}
	
	    #gal_i ul li a {
		width:265px;
		height:41px;
    	display: inline-block;
		margin:2px 0;
		padding:0 0 0 50px;
		line-height:42px;
     
    	/* visual do link */
		font-family:Oswald, "Century Gothic", Arial, Helvetica;
		font-size:18px;
    	background:url(../images/gal_btn1.png) no-repeat;
    	color: #3f3f3f;
    	text-decoration: none;
    }
	
	    #gal_i ul li a:hover, #gal_i ul li .active {
    	background:url(../images/gal_btn2.png) no-repeat;
    	color: #ffffff;
    }
	
	
	
	#gal_v ul {
    	padding:0px;
    	margin:0 0 0 15px;
    	list-style:none;
    }
	
	#gal_v ul li {}
	
	    #gal_v ul li a {
		width:265px;
		height:41px;
    	display: inline-block;
		margin:2px 0;
		padding:0 0 0 50px;
		line-height:42px;
     
    	/* visual do link */
		font-family:Oswald, "Century Gothic", Arial, Helvetica;
		font-size:18px;
    	background:url(../images/gal_btn3.png) no-repeat;
    	color: #3f3f3f;
    	text-decoration: none;
    }
	
	    #gal_v ul li a:hover, #gal_v ul li .active {
    	background:url(../images/gal_btn4.png) no-repeat;
    	color: #ffffff;
    }
	
	
	/* EQUIPA ///////////////////////////////////////////////////////////////////////////*/
	
	#person{float:left; width:150px; background:#EFEFEF; border:solid 1px #CCC; text-align:center; padding-top:6px;}
	
	#person-content{float:left; margin:0 0 0 30px; width:400px;}
	
	#person-name{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:17px; color:#f54c11; text-transform:uppercase; line-height:18px;}
	
	#person-position{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:13px; color:#999; text-transform:uppercase; line-height:18px;}
	
	#person-email{padding-bottom:10px;}
	
	#person-email a:link, #person-email a:hover{font-family:Oswald, "Century Gothic", Arial, Helvetica; font-size:12px; color:#f54c11; line-height:22px; text-decoration:none;}
	
	#person-email a:hover{ color:#333;}
	
	#equipa-trace{border-top:dashed 1px #CCC; margin:30px 0 50px 0;}
        
        .alert-msg {
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 15px !important;
}
.alert-msg a {
    color: #ffffff !important;
    float: right !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.error {
    background-color: #ff5555 !important;
}
.success {
    background-color: #8dd35f !important;
}

.imagemnoticia {
	width:100%}
	
.listagem1 {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 12px;
    color: #666;
}
.listagem {
    border-bottom: solid 1px #ddd;
    line-height: 25px;
}

.listagem a:visited {
    font-family: Arial, Helvetica;
    font-size: 13px;
    color: #666;
    padding: 0;
    margin: 0;
    text-align: justify;
}
.listagem a:link {
    font-family: Arial, Helvetica;
    font-size: 13px;
    color: #666;
    padding: 0;
    margin: 0;
    text-align: justify;
    line-height: 25px;
}

.listagem1 ul li {
    margin-left: 20px;
}

#gal_i{
	position: relative;
	z-index: 100;
}