/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}
body {line-height:1}
ol, ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none}
:focus {outline:0}
table {/*border-collapse:collapse; Firefox bug */ border-spacing:0}

body {
	background:#000;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
}

.clear { clear:both }

.sem-borda { border:0 none !important; }

h1 {  }
h2 { font-size:13px; color:#FFF; margin-bottom:10px }

/*********** TOPO ***********/
#topo { 
	width:1200px;
	margin:0 auto;
	background:#363435;
	position:relative;
}
.logo {
	position:absolute;
	top:20px;
	left:25px;
}

/*** Banner Patrocinadores Topo ***/
.banner { 
	float:right; 
	position:relative;
	width:300px;
	height:100px;
	margin:10px 10px 10px 0;
}
.banner img {
    display:none;
	position:absolute;
	top:0;
	left:0;
}
.banner img.active { display:block; }
/*** Fim do Banner ***/

.menu { float:left; margin:10px 0 0 265px; }
.menu a { display:block; margin:5px 0; }

/*********** INDEX ***********/
#index { width:1200px; margin:15px auto; }

.transmissao { 
	width:320px; 
	float:left;
	padding:25px;
	border:1px solid #363435;
}
.transmissao object { height:240px !important; width:320px !important; }
.transmissao h1 { 
	font-size:30px; 
	color:#EB9007 !important;
	margin-bottom:25px;
}

.conteudo {
	width:750px;
	float:left;
	padding:25px;
	border:1px solid #363435;
	margin-left:25px;
}

.conteudo h2 { 
	font-size:30px; 
	color:#EB9007 !important;
	margin-bottom:25px;
}

iframe {
	width:420px !important;
	height:240px !important;
	float:left;
}

.twitter { width:420px !important; }

.youtube { width:254px !important; }

#twtr-widget-1 { float:left; margin-right:30px; }