html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; text-decoration:none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; font-family: "Arial", Verdana, sans-serif; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


*, div {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */	
}
@font-face {
	font-family: 'trebuc';
	src: url('../trebuc.eot');
	src: url('../trebuc.eot?#iefix') format('embedded-opentype'),
	url('../trebuc.svg#Locaweb-Icons') format('svg'),
	url('../trebuc.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/**
	Site
**/

*{
	margin:0 auto;
	padding:0;
}
#topbar{
	position: absolute;
	border: 2px solid #f4823e;
	padding: 2px 0px 10px 0px;
	margin: 20px;
	background-color: #F7F7F7;
	font-size: 12px;
	width: 250px;
	z-index: 400;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#topbar a{
	color:#fff;
	margin-right:5px;
}

input{
background:#E5E5E5;
border:0;
padding:3px;
}
select{
	background:#E5E5E5;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Arial", Verdade, Times New Roman;
	color:#000;
	font-weight:normal;
}
td{
	font-family: "Arial", Verdana, Times New Roman;
}
body{
	background: #F7F7F7;
	font-family: "Arial", Verdana, Times New Roman;
	font-size: 13px;
}

/*/ a:hover { opacity:0.65; moz-opacity: 0.65; filter: alpha(opacity=65); }
img:hover { opacity:0.65; moz-opacity: 0.65; filter: alpha(opacity=65); } /*/

#noticia {
	height: 65px;
	font-size: 14px;
	line-height: 135%;
}
#noticia .dia {
	background: #0059B2;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 140%;
	margin-right: 8px;

	float: left;	
	padding: 8px 9px;
}
#noticia a { color: #000; }

#bgheader{
	background: #F7F7F7;
	width: 100%;
}
#header{
	width:960px;
	height:120px;
}

#logo {
	float:left;
	padding:10px 0 0 0;
	max-width:221px;
	clear:both;
}
#tel{
	margin:34px 0 0 0;
	float:right;
	color:#000;
	text-decoration:none;	
	font-size: 21px;
	text-align:right;
	
}
#tel span{
	font-size: 14px;
}
#frase{
	float: left;
	color: #000;
	padding: 85px 0 0 40px;
	font-size: 18px;
}

#bgmenu{
	clear:both;
	background:url(../images/bg_menu.jpg) #000000;
	width:100%;
}

#menu ul{	
	float:right;
	margin:10px 0px 0 50px;
}
#menu li{
	list-style-type:none;
	float:left;
	margin-left:8px;
}
#menu a{
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-family: "trebuc", Arial, Times New Roman;
	font-weight:bold;
	
}
#menu a:hover{
	width:auto;
	opacity:0.65; moz-opacity: 0.65; filter: alpha(opacity=65);
}


#banner{
	background: #FFF;
	margin-top: 10px;
	width: 960px;
	height: 368px;
	border: 6px solid #fff;
}
#sombra{
	width: 100%;
	height: 13px;
	background:url(../images/sombra.png);
}


#content{
	width:960px;
	min-height:200px;
	font-family: "Arial", Verdana, Times New Roman;
	text-align: left;
}
#content h3{
	font-size: 20px;
	color: #000;
	margin: 0 12px 0px 0;
	text-decoration:underline;
}
#content li{
	margin-left:20px;	
}

#destaques{
	margin-top:10px;
	background:url(../images/destaques.png);
	width:960px;
	font-size: 14px;
}
#destaques a { color: #000; }
#destaques a:hover { opacity:0.65; moz-opacity: 0.65; filter: alpha(opacity=65); }
#destaques img {border-radius:100%;}
#destaques img:hover { opacity:0.95; moz-opacity: 0.95; filter: alpha(opacity=95);}

#destaques .caixa_destaque{
	padding: 10px;
	background: #FFF;
	width: 297px;
	height: 375px;
	font-size: 14px;
	text-align: left;
	border:1px solid #E8E8E8;
}
#destaques .caixa_destaque img{
	width: 275px;
	border-radius:0;

}
#destaques h1{ font-size: 20px; color:#000; }
#destaques h2{ float:left; font-size: 26px; }

#conteudo{
	width:1002px;
	margin-top:0px;
	padding: 18px 12px;
	background: #fff;
	min-height: 400px;
	line-height: 130%;
	text-align: justify;
	font-size: 14px;
	box-shadow: 2px 2px 20px #CCCCCC;
}

#news{
	background:url(../images/news.jpg);
	width:698px;
	height:395px;
	margin:5px 0 0 0;
	float:left;
}
#news1{
	background:url(../images/news.png);
	width:698px;
	height:30px;
	float:left;
	position:absolute;
}
#videos{
	background:url(../images/videos.jpg);
	width:259px;
	height:395px;
	float:left;
	margin:5px 0 0 3px;
	
}
#videos1{
	margin: 35px 0 0 20px;
}


#cxnoticias{
	width:322px;
	height:87px;
	margin:0 0 10px 0;
	line-height: 130%;
	color: #001966;
}
#cxnoticias img{
	border: 5px solid #52A3FF;
	margin-right: 8px;
	float: left;
}
#cxnoticias:hover { opacity:0.65; moz-opacity: 0.65; filter: alpha(opacity=65); }



#galeria{
	background:url(../images/galeria.jpg);
	width:697px;
	height:267px;
	margin:5px 0 0 0;
	float:left;
}
#galeria1{
	margin: 40px 0 0 20px;
}

#clip{
	background:url(../images/clip.jpg);
	width:258px;
	height:268px;
	float:left;
	margin:5px 0 0 3px;

}

#parceiros{
	background: #0059B2;
	width:960px;
	height:120px;
	margin:10px 0px 18px 0;
	clear:both;
	border:1px solid #E8E8E8;
	
}
#parceiros img{
	margin:5px 20px 0 20px;
	border:1px solid #E8E8E8;
}
#parceiros h2{
	font-family: "trebuc", Arial, Verdana, Times New Roman;
	color:#fff;	
	font-size:20px;	
	padding:8px 0 0 12px;
	text-align:left;
}
#parceiros1{
	margin-top:12px;
	background: #FFF;
	height: 92px;
	border:1px solid #E8E8E8;
	margin-bottom: 10px;
}
#qdparceiros{
	float:left;
	padding:0 20px 0 20px;
	text-align:center;
	height:230px;
}
#qdparceiros img{
	margin-top:auto;
	margin-bottom:auto;
}
#qdparceirosimg{
	height:150px;	
}


#bgfooter{
	background: #0059B2;
	width: 100%;
	line-height: 155%;
}
#footer{
	width: 960px;
	height: 120px;
	text-align: left;
}
#footer h3 {
	margin: 12px 0 0 -10px;
	font-size: 18px;
}
#footer p {
	font-size:13.5px;
	padding-top:12px;
}

#endereco{
	float:left;
}
#faleconosco{
	float:left;
	margin-left:70px;
}

#menurod1, #menurod2 { line-height: 250%; font-weight: bold; list-style:none; }
#menurod1{
	padding-top:12px;
	float:left;
	color:#fff;
	margin-left: 130px;
}
#menurod2{
	padding-top:12px;
	float:left;
	color:#fff;
	margin-left:60px;
}

#creditos{
	float:left;
	font-size:12px;
	background: #000;
	width: 100%;
	height: 42px;
	color:#fff;
	text-align: center;
}
#creditos p{
	display: inline-table;
}
#copyright{

}
#loja{
	margin-left:170px;
}
#loja a{
	color:#fff;
}
#sistema{	
	margin-left:170px;
	margin-top: 12px;
}
#bgfooter a{ color:#fff; font-size:13.5px; }
#bgfooter a:hover { opacity:0.65; moz-opacity: 0.65; filter: alpha(opacity=65); }

/**
	Banner
**/

#texto{
	margin: 156px 0 0 20px;
	top: 345px;
	color: #fff;
	font-family: "Verdana", Arial, Times New Roman;
	font-size: 30px;
	position: absolute;
	line-height: 140%;
	text-align: justify; 	
	z-index: 100;
}
#featured{ 
	width:960px; 
	position:absolute; 
	z-index:10;
	height:462px;
	overflow:hidden;
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:342px;
	background-color:#50A5FF; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:960px;
	height:123px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:0px 0;
	padding-left:0px;  
	font-size:12px; 
	color:#666; 

}
#featured ul.ui-tabs-nav li img{ 
	float:left;
	margin: 0px 4px; 
	background:#fff; 
	padding: 0px; 
	
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px;
	font-family: "Verdana", Arial, Times New Roman; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:inline; 
	float:right;
	text-decoration:none;
	margin:15px 10px 15px 0;
	color:#0099FF;
	padding: 4px 2px;
	line-height:0px;
	outline:none;
	background:#fff;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#fff;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background:#006BDF;
}
#featured .ui-tabs-panel{ 
	width:960px;
	height:342px;
	left:0px; 
	background:#999;
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0;
	height:80px; 
	background: url('images/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute;
	font-size:11px;
	font-family: "Verdana", Arial, Times New Roman;
	color:#f0f0f0;
	right:10px;
	top:-20px;
	line-height:20px;
	margin:0;
	outline:none;
	background:#333;
}
#featured .info h2{ 
	font-size:1.2em;
	font-family: "Verdana", Arial, Times New Roman; 
	color:#fff;
	padding:5px;
	margin:0;
	font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family: "Verdana", Arial, Times New Roman;
	font-size:11px; 
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}


.pikachoose a{ color:white; }
.pikachoose { width: 100%; box-shadow: 2px 2px 20px #000000; }

/* Style the thumbnails */
.pika-thumbs{ padding: 15px 0px; height: 102px; background: #0059B2; }
.pika-thumbs li{ width: 92px; height:69px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
		float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #FFF; border: 1px solid #FFF; cursor: pointer; align-items:center; text-align: center;}
.pika-thumbs li img{ width: 92px; height:69px; }
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 100%;}
.pika-stage {position: relative; text-align:center; height:400px;}
.pika-stage img{width: 100%; height:400px; margin: 0; padding: 0;}

.pika-stage .caption { width: 465px; position: absolute; font-size: 18px; font-weight: bold; 
			color: #FFF; padding: 10px; text-align: right; bottom: -70px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons 
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons 
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:0px;}
.pika-counter{font-size:0px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }

