html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, 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, select { 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; }
table { border-collapse: collapse; border-spacing: 0; }

*, div {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */	
}

/**
	Site
**/

*{
	margin:0 auto;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Arial", Verdade, Times New Roman;
	color:#110E1E;
	font-weight:normal;
}

td{
	font-family: "Arial", Verdana, Times New Roman;
	font-size: 13px;
}

body{
	background: #E1E1E1;
	font-family: "Arial", Verdana, Times New Roman;
	font-size: 13px;
}

#bgmenu {
	background: url('../images/bglist.jpg') center top fixed;
	width: 100%;
	height: 78px;
}

ul#menu {
	padding: 32px 0;
	margin-left: -10px;
	width: 1010px;
}
#menu li{
	list-style-type:none;
	float:left;
	margin-left:8px;
}
#menu li a{
	padding: 32px 20px;
	text-decoration:none;
	color:#fff;
	font-size: 18px;
	font-family: "trebuc", Arial, Times New Roman;
	font-weight:normal;
}
#menu li a:hover{
	background: url('../images/bgmenu.png') center top fixed;
	padding: 32px 20px 26px;
	border-bottom: 5px solid #C80003;
	width:auto;
	height:57px;
	color:#fff;
}
#menu .social{
	float: right;
	margin-left: 8px;
	margin-top: -7px;
	
	opacity:0.40;
	-moz-opacity: 0.40;
	filter: alpha(opacity=40);
}
#menu .social:hover {
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}


#content {
	font-family: "Arial", Verdana, Times New Roman;
	text-align: center;
	width: 1072px;
	background: #EEEEEE;
	
	padding-bottom: 15px;
	
	-webkit-box-shadow: 0px 10px 15px 5px rgba(217, 217, 217, .75);
	-moz-box-shadow: 0px 10px 15px 5px rgba(217, 217, 217, .75);
	box-shadow: 0px 10px 15px 5px rgba(217, 217, 217, .75); 
}

#header{
	width: 1002px;
	height: 173px;
	margin: 0 auto;
}
#logo {
	background: url('../images/logo.png') top;
	float:left;
	width: 329px;
	height: 127px;
	margin: 20px 0 0 0;
}
#contato {
	float: right;
	width: 322px;
	height: 117px;
	margin: 55px 0 0 0;
	font-size: 18px;
	text-align: right;
	line-height: 180%;
	color: #E40000;
	font-weight: 100;
}
#contato b {
	font-size: 36px;
	font-weight: 400;
}


#banner {
	background: url('../images/bganima.png');
	width: 1002px;
	height: 410px;
	
	margin: 0 auto 15px;
	padding: 11px;
}


#destaques {
	width: 1002px;
	height: 212px;
	
	margin: 0 auto;
}
#destaques .destaque {
	background: url('../images/bgdestaque.png');
	width: 321px;
	height: 212px;
	float: left;
	padding: 11px;
}
#destaques .right { margin-right: 19px; }
#destaques .texto {
	background: url('../images/bgtexto.png');
	width: 300px;
	padding: 10px;
	margin-top: -36px;
	
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
}


#interno {
	width: 1002px;
	background: #FFF;
	padding: 12px;
	min-height: 550px;
	margin: 0 auto;
	text-align: left;
	line-height: 125%;
	font-size: 16px;
	text-align: justify;
}


#bgfooter{
	background: url('../images/bglist.jpg') center top;
	width: 100%;
}
#footer{
	padding-top: 22px;
	width: 1002px;
	height: 128px;
	color: #fff;
	text-align: left;
	line-height: 155%;
	width: 100%;
    max-width: 1074px;
}

#footer b{
	margin-bottom: 12px;
	font-size: 16px;
}

#footer .endereco {
	width: 321px;
	float:left;
	margin-left: 19px;
	font-size:14px;
}

#footer .contato {
	width: 321px;
	margin-left: 19px;
	float:left;
}

#footer .mapa {
	float: left;
	margin-left: 19px;
	overflow: hidden;
    margin-top: -15px;
    width: 360px;
    height: 115px;
    border: 4px solid #a1a1b8;
    border: 4px solid rgba(255, 255, 255, 0.5);
}


#footer a:hover {
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}


#bgassinatura {
	background: url('../images/bgcopy.jpg') center top;
	width: 100%;
}
#assinatura {
	padding-top: 16px;
	width: 1002px;
	height: 50px;
	color: #fff;
	text-align: left;
	line-height: 155%;
}

#assinatura .creditos {
	float:left;
	margin-left: 0;
	font-size:14px;
}

#assinatura .desenvolvimento {
	margin-left: 155px;
	float:left;
	text-align: center;
}
#assinatura .desenvolvimento a {
	color: #FFFFFF;
}

#assinatura .sistema { 	
	margin-left: 180px;
	float: left;
}

#assinatura 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; 
}