/*
####################################################################################################
*/

#section_fotos {
	display: table;
	width: 750px;
	height: 350px;
	float: left;
	background-color: #002f68;
}

/*
####################################################################################################
*/

.jquery-slider-wrapper {
	position:relative;
	clear:both;
	zoom:1;
}

.jquery-slider-slide {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
}

.jquery-slider-slide img {
	border:0;
	margin:0;
	padding:0;
}
.jquery-slider-slide-current {
	display:block;
	z-index:2;
}
.jquery-slider-slide-next {
	display:block;
	z-index:1;
}
.jquery-slider-selectors {
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:326px;
	right:10px;
	z-index:3;
}
.jquery-slider-selector {
	background:url(http://www.atuaweb.com.br/sbh/comum/img/slide/selector.png);
	display:inline;
	float:left;
	width:15px;
	height:15px;
	margin:0 0 0 5px;
}
.jquery-slider-selector-current {
	background:url(http://www.atuaweb.com.br/sbh/comum/img/slide/selector_on.png);
}
.jquery-slider-selector span {
	display:none;
}
.jquery-slider-control {
	display:none;
	right:50%;
	top:50%;
	position:absolute;
	cursor: pointer;
	width:48px;
	height:69px;
	margin-top:-60px;
	margin-right:-24px;
	z-index:4;
}
.jquery-slider-control span {
	display:none;
}
.jquery-slider-control-play {
	background:url(http://www.atuaweb.com.br/sbh/comum/img/slide/play.png);
}
.jquery-slider-control-pause {
	background:url(http://www.atuaweb.com.br/sbh/comum/img/slide/pause.png);
}
.jquery-slider-hovered .jquery-slider-control {
	display:block;
}
.jquery-slider-navigation {
	display:block;
}
.jquery-slider-navigation-prev {
	background:url(http://www.atuaweb.com.br/sbh/comum/img/slide/prev.png);
	display:none;
	left:0;
	top:50%;
	position:absolute;
	cursor: pointer;
	width:49px;
	height:69px;
	margin-top:-60px;
	z-index:4;
}
.jquery-slider-navigation-prev span {
	display:none;
}
.jquery-slider-navigation-next {
	background:url(http://www.atuaweb.com.br/sbh/comum/img/slide/next.png);
	display:none;
	right:0;
	top:50%;
	position:absolute;
	cursor: pointer;
	width:49px;
	height:69px;
	margin-top:-60px;
	z-index:4;
}
.jquery-slider-navigation-next span {
	display:none;
}
.jquery-slider-hovered .jquery-slider-navigation-prev, .jquery-slider-hovered .jquery-slider-navigation-next {
	display:block;
}
.jquery-slider-wrapper .caption {
	padding: 3px 10px 12px 10px;
	background: url(http://www.atuaweb.com.br/sbh/comum/img/trans/k60.png);
	font-size:13px;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-indent:0px;
	width:730px;
}
.jquery-slider-timer {
	color:#000000;
	height:4px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:4;
}
.jquery-slider-timer-bar {
	background:#ffffff;
	height:4px;
	width:0;
	float:left;
	display:inline;
	background: url(http://www.atuaweb.com.br/sbh/comum/img/slide/timer-bar.png);
}

/*
####################################################################################################
*/

#nav_menu {
	display: table;
	width: 1000px;
	height: 30px;
	float: left;
}

#nav_menu ul li {
	display: inline;
}

.menu {
	display: block;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 14px;
	float:left;
	height: 23px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	background-color:#004890;
	text-decoration: underline;
}
.menu_on {
	display: block;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 14px;
	float:left;
	height: 23px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #004890;
}

/*
####################################################################################################
*/

#nav_submenu  {
	display: table;
	width: 750px;
	height: 350px;
	float: left;
	background-color: #004890;
}

#submenu_home .submenu_item_home {
	display:inline;
	float:left;
	width: 220px;
	margin-right: 20px;
}

/*
####################################################################################################
*/

#section_novidades {
	display: block;
	width: 250px;
	height: 350px;
	float: left;
	background-color: #ffffff;
}
#section_title_novidades {
	display: block;
	width: 235px;
	height: 23px;
	background-color: #002f68;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	padding: 7px 0px 0px 15px;
}
#section_itens_novidades {
	display: block;
	width: 220px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #e5f0f5;
	color: #004890;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 15px 15px 10px 15px;
	font-weight: normal;
	text-decoration: none;
}
#section_itens_eventos {
	display: block;
	width: 220px;
	height: 309px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #e5f0f5;
	color: #004890;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 6px 15px 10px 15px;
	font-weight: normal;
	text-decoration: none;	
}

.ev_ul li {
	font-family: Helvetica, Arial, sans-serif;
}
.ev_titulo {
	color: #003399;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 12px;
}
.ev_linha_1 {
	margin-top: 6px;
}


.novidades {
	padding-bottom: 10px;
}
.itens_novidades {
	color: #004890;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
}
.itens_novidades:hover {
	color: #0066cc;
	text-decoration: underline;	
}

/*
####################################################################################################
*/

/*
####################################################################################################
*/

#section_comunicacao {
	display: block;
	width: 250px;
	float: left;
}
#section_title_comunicacao, #section_title_comunicacao a {
	display: block;
	width: 235px;
	height: 23px;
	background-color: #002f68;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	padding: 7px 0px 0px 15px;
	font-weight: normal;
	text-decoration: none;	
}
#section_itens_comunicacao {
	display: block;
	width: 235px;
	height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #e5f0f5;
	color: #004890;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 15px 0px 20px 15px;
	font-weight: normal;
	text-decoration: none;
}
.comunicacao {
	width: 200px;
	height: 100px;
	display:block;
	float: left;
	margin-top:8px;
	margin-bottom:4px;
}
.comunicacao:hover {
	text-decoration: none;	
}
.comunicacao_img {
	display:block;
	float: left;
	margin-right:15px;
}

#comunicacao_atual {
	display:block;
	margin-top:8px;
	margin-bottom:10px;
	color: #004890;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;	
}
.comunicacao_atual {
	color: #004890;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;	
}
.comunicacao_atual:hover {
	color: #0066cc;
	text-decoration: underline;	
}
.comunicacao_anteriores {
	display:block;
	color: #004890;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.comunicacao_anteriores:hover {
	color: #0066cc;
	text-decoration: underline;
}

/*
####################################################################################################
*/

#section_title_twitter {
	display: block;
	width: 235px;
	height: 23px;
	padding: 7px 0px 0px 15px;
	background-color: #002f68;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;	
}
#section_title_twitter a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;	
}
#section_itens_twitter {
	display: block;
	width: 250px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #e5f0f5;
	color: #3399cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
#tweets{
	display: block;
	width: 240px!important;
	height: 310px;
	padding: 0px 0px 0px 15px;
}
.twtr-doc{
	width:245px!important;
	padding: 8px 20px 0px 5px;
}
.twtr-hd, .twtr-ft{
	display:none;
}
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twitter-follow-button{
	margin: 10px 0px 0px 14px;
}

/*
####################################################################################################
*/