@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
}

body
{
	background-image:url(../img/bg_geral.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color: transparent;
	background-color:#7B786F;
}

/* Logo */

h1.logo_img
{
	width:154px;
	height:83px;
	background-image:url(../images/logo_broward.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 35px;
	display:inline;
}

h1.logo_img span
{
	display: none;
}

/* Comuns */

/* CLEAR FIX rodape infinito*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p
{
	text-align:justify;
	margin:5px 0 5px 0;
	line-height:18px;
	font-size:14px;
}

hr
{
	border:0px;
}

/* Formatacao de links */

a:link {color:#FFF} /* unvisited link */
a:visited {color:#FFF} /* visited link */
a:hover {color:#3E5159} /* mouse over link */
a:active {color:#333} /* selected link */


/* cabecalho */

#boxmenu{
	width:662px;
	height:59px;
	display:inline;
	float:right;
	margin:0 25px 0 0;
	background-image:url(../img/bg_menu.png);
	background-repeat:no-repeat;
}

#navheader{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#navheader li { 
	width:110px;
	height:60px;
	float:left;
	display: inline;
}

#navheader li a {
	width:110px;
	height:60px;
	float:left;
	display: inline;
	text-indent:-9999px;
}

#navheader li a:hover{
	background-image:url(../img/bg_menu.png);
	width:110px;
	height:60px;
	display: block;
	background-position: 0px -60px;
}

#navheader li a.diretoria:hover{
	background-position:-110px -60px;
}

#navheader li a.programas:hover{
	background-position: -220px -60px;
}

#navheader li a.webtv:hover{
	background-position: -330px -60px;
}

#navheader li a.participe:hover{
	background-position: -440px -60px;
}

#navheader li a.contato:hover{
	background-position: -550px -60px;
}

#caixabusca{
	float:right;
	width:295px;
	margin:0 20px 0 0;
}

#caixabusca input{
	width:263px;
	height:27px;
	float:left;
	background:url(../img/bg_busca.jpg);
	background-repeat:repeat-x;
	border:1px solid #8F8C83;
}

#caixabusca input.ok
{
	float:right;
	width:30px;
	text-align:center;
	height:29px;
	font-family:"Swis721 Cn BT", "trebuchet MS";
	font-size:17px;
	font-weight:bold;
	cursor: pointer;
	background-color: transparent;
	background:none;
	border:none;
}


/* Pagina home */

#conteudo{
	background:url(../img/bg_destaque_home.png);
	background-repeat:no-repeat;
	width:1000px;
	min-height:300px;
}

#box_titulo_home
{
	width:860px;
	height:74px;
	float:left;
	margin:65px 0 0 66px;
	padding:15px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#box_titulo_home h2
{
	color:#00609C;
	font-size:24px;
	padding-bottom:5px;
}

#box_titulo_home p
{
	font-size:19px;
	margin:5px 0 0 210px;
}

#lateralparticipe
{
	width:167px;
	height:auto;
	float:left;
	display:inline;
	margin:0 0 0 75px;
}

#infocanal
{
	font-family:"Swis721 Cn BT", "trebuchet MS";
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	width:161px;
	float:left;
}

#infocanal tr
{
	height:25px;
}


#infocanal .td
{
	width:126px;
	float:left;
}

#infocanal .th
{
	float:left;
	height:25px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
}

.tdcolor
{
	color:#00609C;
	text-align:right;
	width:35px;
}

/* --------*/
#lateralparticipe h3
{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	float:left;
	margin:30px 0 0 0;
}

#txtparticipe{
	color:#FFF;
	font-weight:normal;
	font-size:14px;
	float:left;
	margin:10px 0 0 0;
}

#txtparticipe p{
	overflow: hidden;
	height: 147px;
}	

#btnparticipe
{
	text-indent: -9999px;
	background:url(../img/bt_participe.jpg);
	border:none;
	width:157px;
	height:33px;
	cursor:pointer;
	float:left;
	margin:10px 0 0 5px;
}

#boxconteudo
{
	float:left;
	margin:-5px 0 0 15px;
	width:650px;
	min-height:370px;
}

#boxconteudo h3
{
	color:#3BC4FF;
	margin:5px 0 0 5px;
}

#txtboxconteudo{
	margin:0;
	padding:0;
}

#txtboxconteudo ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#txtboxconteudo li
{
	width:640px;
	height:115px;
	margin:0 0 15px 0;
	overflow:hidden;
	color:#FFF;
	display:block;
	border-bottom:1px dotted #333;
}

#txtboxconteudo li a
{
	width:640px;
	height:115px;
	margin:0 0 15px 0;
	padding:8px;
	overflow:hidden;
	color:#FFF;
	display:block;
	font-weight:normal;
}

#txtboxconteudo li a:hover
{
	background-color:#012A3D;
}

.imgthboxconteudo
{
	float:left;
	margin:2px 0 0 0;
}

.txtprgboxconteudo
{
	float:left;
	width:500px;
	height:53px;
	padding:0 10px 0 10px;
	font-weight:normal;
	color:#FFF;
	text-align:justify;
}

.txtprgboxconteudo h4
{
	color:#3BC4FF;
	margin:0 0 10px 0;
	font-size:17px;
}

.txtprgboxconteudo .horariotxt
{
	color:#3BC4FF;
	margin:5px 0 0 0;
}


#conhecaprogramas{
	float:left;
	display:inline;
	width:915px;
	margin:85px 0 0 25px;
	padding:15px 0 0 35px;
	height:246px;
	clear:left;
	background:url(../img/bg_programas.jpg);
	background-repeat:repeat-x;
}

#conhecaprogramas h4{
	font-size:18px;
	color:#1294CC;
	margin:15px 0 0 0;
}

#todosprgs
{
	background:url(../img/bt_veja_programas.jpg);
	background-repeat:no-repeat;
	display: block;
	text-indent: -9999px;
	
	width:224px;
	height:33px;
	
	border:none;
	
	cursor:pointer;
	float:right;
	
	margin:30px 0 0 0;
}


/* Conteudo Default */

#conteudodefault
{
	/*background:url(../img/bg_conteudo_default.jpg);
	background-repeat:repeat-x;*/
}

#geralhome
{
	background:url(../img/bg_conteudo_default.jpg);
	background-repeat:repeat-x;
	height:1390px;
	float:left;
	margin-bottom: 10px;
}

#teaser
{
	float:left;
	display:inline;
}

#pages #teaser
{
	display: none;	
}

#imgdiretoria
{
	width: 910px;
	height: 240px;
	float: left;
	margin: 10px 0 0 16px;
}

#txtdiretoria{
	color:#333;
	float:left;
	display:inline;
	width:445px;
	margin:10px 0 0 15px;
}

#txtdiretoria h3{
	width: 430px;
	text-align:left;
	line-height: 25px;
}

#txtdiretoria p{
	width: 430px;
	text-align:left;
}

#nova_diretoria{
	width: 900px;
	height: auto;
	float: left;
	margin: 16px;
	border-top: 1px solid #999;
}

#nova_diretoria h3{
	text-align:left;
	line-height: 25px;
	font-size:18px;
	color:#1294CC;
	margin:15px 0 0 0;
}

#nova_diretoria p{
	font-size: 12px;
}
	
.martin{
	font-style: italic;
	color: #003e6a;
}

#conhecaprogramas2{
	float:left;
	display:inline;
	width:910px;
	padding-left:32px;
	margin:0;
    height:249px;
	clear:left;
}

#conhecaprogramas2 h4{
	font-size:18px;
	color:#1294CC;
	margin:30px 0 0 0;
}

.titulodiretoria{
	font-size:20px;
	color:#09C;
	float:left;
	display:inline;
	width:500px;
	clear:left;
	margin:15px 0 15px 0;
}


/* todos os programas */

.titulogeral
{
	font-size:20px;
	color:#09C;
	float:left;
	display:inline;
	width:500px;
	clear:left;
	margin:15px 0 0 15px;
}


#geralprogramas
{
	background:url(../img/bg_conteudo_default.jpg);
	background-repeat:repeat-x;
	height:1500px;
	float:left;
}

#listatodosprogramas 
{
	width:922px;
	margin:5px 0 0 0;
	padding:0 10px 0 0;
	float:left;
}

#listatodosprogramas ul
{
	list-style-type:none;
	padding:0;
	float:left;
}

#listatodosprogramas ul li 
{
	float:left;
	display:inline;
	
	margin:5px 0 0 15px;
}

#listatodosprogramas ul li a
{
	float:left;
	display:inline;
	color:#666;
	font-size:14px;
	
	width:280px;
	margin:5px 0 5px 5px;
	line-height:18px;
	color:#666;
	
	border-bottom:1px solid #CCC;
	width:280px;
	margin:5px 0 5px 0;
	line-height:18px;
}

#listatodosprogramas ul li a:hover
{
	font-weight:bold;
}
/* -------------------*/
#geralview
{
	background:url(../img/bg_conteudo_default.jpg);
	background-repeat:repeat-x;
	float:left;
	padding:0 0 15px 0;
}

.viewimg
{
	float:left;
	clear:left;
	margin:15px 0 0 15px;
}

#txtview
{
	float:left;
	width:700px;
	margin:5px 0 0 10px;
	text-align:justify;
	color:#333;
	line-height:20px;
}

#txtview p
{
	margin-bottom:10px;
	line-height:22px;
}

#txtview a
{
	color:#13566c;
}

#txtview a:hover, a:visited
{
	color:#0099CC;
}


#programasvoltar
{
	color:#000;
	float:right;
	margin:15px 15px 0 0;
	font-size:12px;
	color:#0099D3;
}

#hrdescricao
{
	float:left;
	border-bottom:1px solid #CCC;
	width:940px;
	margin:30px 0 0 0;
}

#edanteriores
{
	float:left;
	width:905px;
	margin:20px 0 0 15px;
	padding-bottom:20px;
	border-bottom:1px dotted #333;
}

.imgedicoesanteriores
{
	float:left;
}

.titulonoticia
{
	float:left;
	display:inline;
	width:auto;
	margin:-1px 0 0 15px;
	color:#1294CC;
}

.datanoticia
{
	float:right;
	display:inline;
	width:auto;
	margin:0 0 0 15px;
	color:#999;
	font-size:12px;
}

.txtedicaoanterior
{
	float:left;
	width:762px;
	margin-top: 0px;	
	margin-left: 15px;
	font-size:15px;
	font-weight:normal;
	color:#333333;
}

/* ------------------------------WEB */
#geralwebtv
{
	background:none;
}


#videowebtv
{
	float: left;
	
	background:url(../img/bg_webtv.png);
	background-repeat:no-repeat;
	
	padding: 57px 0 0 85px;
	
	width: 758px;
	height: 570px;
	
	margin: 0 0 0 60px;
}

#inac_live
{
	float: right;
	width: 183px;
	font-size: 11px;
	color: #666;
	margin: 15px 110px 0 0;
}

#inac_live a
{
	width: 55px;
	height: 21px;
	display: block;
	float: right;
	background-image: url(../img/logo_inac_live.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
}



/* Promocoes */
#geralpromocoes
{
	background:url(../img/bg_conteudo_default.jpg);
	background-repeat:repeat-x;
	width:943px;
	min-height:500px;
	float:left;
}

#geralpromocoes h3
{
	width: 900px;
	padding-bottom: 15px;
}

.nenhuma
{
	padding: 5px 15px 0 15px;
}

#btnqueroparticipar
{
	background:url(../img/bt_participar.png);
	width:170px;
	height:30px;
	border:none;
	cursor:pointer;
	float:left;
}
	

/* ----------- Estilo fomulario : Form ----------- */

#geralcontato{
	background:url(../img/bg_conteudo_default.jpg);
	background-repeat:repeat-x;
	height:600px;
	width:943px;
	float:left;
	display:inline;
}

#estiloform{
	font-weight:normal;
	float:left;
	display:inline;
	margin:0 auto;
	position:relative;
	top:50px; left:50px;
	width:680px;
}

#estiloform label
{
	float:left;
	width:200px;
	margin:10px 0 0 0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:right;
	clear:left;
}

#estiloform input, #estiloform select
{
	float: left;
	display:inline;
	margin:0 0 10px 10px;
	border: 1px solid #CCC;
	width: 430px;
	height: 28px;
	background-image:url(../img/bg_input.jpg);
	background-repeat: repeat-x;
	color:#666;
	font-size: 16px;
	line-height: 18px;
}

#form .error-message{
	float:left;
	display:inline;
	clear:both;
	margin:-5px 0 10px 210px;
	width:450px;
	color:#0099CC;
	font-size:12px;
}

#estiloform select#estado
{
	height:30px;
}

#estiloform input#codarea
{
	width:42px;
	height:28px;
	float:left;
	display:inline;
}

#estiloform input#telefone
{
	width:158px;
	height:28px;
	float:left;
	display:inline;
}

#estiloform input.winput
{
	width:207px;
	height:28px;
	float:left;
}

#estiloform input.radio
{
	width:30px;
	float:left;
	display:inline;
	margin:8px 0 0 10px;
}

#estiloform label.labelradio
{
	float:left;
	clear:none;
	width:70px;
}

#estiloform textarea{
	width:430px;
	height:126px;
	border:solid 1px #CCC;
	margin:0 0 10px 10px;
	background-color:#FFFFFF;
	background-image:url(../img/bg_input.jpg);
	background-repeat: repeat-x;
	color:#666;
}


#estiloform textarea:focus{
	border-color:#0099CC;
}

#estiloform input:focus{
	border-color:#0099CC;
}


#btnenviar
{
	background:url(../img/bt_enviar.png);
	background-repeat:no-repeat;
	width:130px;
	height:30px;
	border:none;
	cursor:pointer;
	float:left;
	text-indent:-9999px;
	margin:15px 0 0 210px;
}


#btncadastrar
{
	background:url(../img/bt_cadastrar.png);
	background-repeat:no-repeat;
	width:130px;
	height:30px;
	border:none;
	cursor:pointer;
	float:left;
	text-indent:-9999px;
	margin:15px 0 0 210px;
}

#btnlimpar
{
	background:url(../img/bt_limpar.png);
	background-repeat:no-repeat;
	width:130px;
	height:30px;
	border:none;
	margin:0 0 0 20px;
	cursor:pointer;
	float:left;
	text-indent:-9999px;
	margin:15px 0 0 20px;
}

#flash_message{
	float:left;
	clear: both;
}

#flash_message_close{
	float:left;
	clear: both;
}


/* Rodape */

/* Campos obrigatorios */

#form label.error, #form input.submit { float:right; margin:-15px 170px 0 0; width:270px; height:15px; color:#F30; font-size:12px; display:inline;}


.msg{
	color:#F60;
	padding:20px;
	margin:0 0 0 140px;
}

/* menu rodape */

#rodape
{
	background-image:url(../img/bg_rodape.png);
	background-repeat: repeat-x;
	background-position:top center;
	/*clear:left;*/
}

#boxrodape
{
	width:1000px;
	margin:0 auto;
	color:#F30;
	height:320px;
}

/* menu rodape */

#menurodape
{
	width:500px;
	height:50px;
	margin:0 auto;
	position:relative;
	top:-50px;
}

#menurodape ul
{
	padding:0px;
	margin:0px;
}

#menurodape li 
{ 
	width:69px;
	height:15px;
	color:#B6BABD;
	margin:48px 13px 0 0;
	text-align:center;
	font-size:12px;
	text-decoration: none;
	display:inline;
	float:left;
	color:#FFF;
	font-family:"Swis721 Cn BT", "trebuchet MS";
}

#menurodape li a 
{
	width:69px;
	height:15px;
	color:#B6BABD;
	margin: 48px 13px 0 0;
	text-align:center;
	font-size:12px;
	text-decoration: none;
	display:inline;
	float:left;
	color:#FFF;
	font-family:"Swis721 Cn BT", "trebuchet MS";
}

#menurodape li a:hover 
{
	color:#FFF;
}


#direitos
{
	font-size:12px;
	clear:both;
	float:left;
	
	font-family:"Swis721 Cn BT", "trebuchet MS";
	color:#FFF;
	
	margin: 55px 0 50px 340px;
	width: 350px;
}

#intercomax a
{
	width: 80px;
	height: 13px;
	display: block;
	background-image: url(../img/logo_imax.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: both;
	margin-left: 455px; 

}
