/* CSS Document */
/*TEMPLATE 01*/

* {
	margin:0px;
	padding:0px;
}



body {
	background-image: url(images/fundo.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	color:#FFF;
}

ul li {
	list-style-type:none;
}

a {
	text-decoration:none;
	color:#e23a00;
	font-size:12px;
	font-weight:bold;
}

a:hover {
	color:#F60;
}

b {
	text-decoration:none;
	color:#e23a00;
	font-size:12px;
	font-weight:bold;
}

#principal {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display:table;
	width:997px;
}

#principal #topo {
	float:left;
	width:997px;
	height:476px;
}

#principal #corpo {
	float:left;
	width:933px;
	padding-top:40px;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:0px;
}

#principal #area-iframe {
	float:left;
	width:933px;
	height:300px;
	padding-bottom:0px;
}

#principal #corpo #box-noticias {
	float:left;
	width:531px;
	margin-right:37px;
}

#principal #corpo #box-noticias #v-utlimas-noticias {
	float:left;
	width:113px;
	height:16px;
	margin-right:418px;
	margin-bottom:20px;
}

#principal #corpo #box-noticias #box-noticia-index {
	float:left;
	width:531px;
	height:142px;
}

#principal #corpo #box-noticias #box-noticia-index #noticia-foto {
	float:left;
	width:134px;
	height:98px;
	background-image:url(images/fundo-foto.jpg);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-bottom:33px;
	padding-right:16px;
	padding-top:11px;
	margin-right:18px;
}

#principal #corpo #box-noticias #box-noticia-index #noticia-texto {
	float:left;
	width:345px;
	height:142px;
}

#principal #corpo #box-noticias #box-noticia-index #noticia-texto li.titulo-noticia {
	font-size:12px;
	font-weight:bold;
	margin-bottom:9px;
}

#principal #corpo #box-noticias #box-noticia-index #noticia-texto li.corpo-noticia {
	color:#818181;
	margin-bottom:9px;
}

#principal #corpo #box-noticias #ultimas-noticias-index {
	float:left;
	width:531px;
	margin-top:13px;
}

#principal #corpo #box-noticias #ultimas-noticias-index li {
	background-image:url(images/fundo-outras-noticias.jpg);
	background-repeat:no-repeat;
	width:531px;
	height:24px;
	margin-bottom:1px;
	padding-top:8px;
	padding-left:21px;
}

#principal #corpo #box-noticias #ultimas-noticias-index li #titulo-outras-noticias {
	float:left;
	width:475px;
}

#principal #corpo #box-noticias #ultimas-noticias-index li #link-outras-noticias {
	float:left;
	width:auto;
}

#principal #corpo #box-eventos {
	float:left;
	width:365px;
}









#principal #corpo #box-eventos #v-eventos {
	float:left;
	width:57px;
	height:16px;
	margin-bottom:20px;
	margin-right:308px;
}

#principal #corpo #box-eventos #box-evento-index {
	float:left;
	width:343px;
	height:198px;
	background-image:url(images/fundo-eventos.jpg);
	background-repeat:no-repeat;
	padding-left:11px;
	padding-bottom:11px;
	padding-right:11px;
	padding-top:11px;
}

#evento-selecionado {
	float:left;
	width:255px;
	height:194px;
	background-image:url(images/fundo-banner-evento.jpg);
	background-repeat:no-repeat;
}

#evento-selecionado #banner-evento {
	float:left;
	width:249px;
	height:132px;
	margin-left:3px;
	margin-top:3px;
}

#evento-selecionado #detalhes-evento {
	float:left;
	width:255px;
	padding-top:13px;
}

#evento-selecionado #detalhes-evento a{
	color:#cb9c10;
	text-decoration:none;
	float:left;
	width:255px;

}

#evento-selecionado #detalhes-evento a:hover{
	color:#cb9c10;
	text-decoration:underline;
	float:left;
	width:255px;

}

#principal #corpo #box-eventos #box-evento-index #abas-evento {
	float:left;
	width:83px;
	margin-left:5px;
}

#principal #corpo #box-eventos #box-evento-index #abas-evento li a{
	color:#FFF;
	font-size:18px;
	font-weight:normal;	
}

#principal #corpo #box-eventos #box-evento-index #abas-evento li a:hover{
	color:#FFF;	
	font-size:18px;
	font-weight:bold;	
}

#principal #corpo #box-eventos #box-evento-index #abas-evento li.selecionado {
	float:left;
	width:64px;
	height:41px;
	background-image:url(images/aba-selecionada.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	font-weight:bold;
	padding-top:22px;
	padding-left:19px;
	margin-bottom:4px;
}

#principal #corpo #box-eventos #box-evento-index #abas-evento li.nao-selecionado {
	float:left;
	width:64px;
	height:41px;
	background-image:url(images/aba.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	font-weight:bold;
	padding-top:22px;
	padding-left:19px;
	margin-bottom:4px;
}

#rodape {
	float:left;
	width:933px;
	padding-top:40px;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:20px;
}

#rodape #rodape-linha {
	float:left;
	width:933px;
	height:3px;
	margin-bottom:20px;
}

#rodape #rodape-direitos {
	float:left;
	width:794px;
	font-size:11px;
	margin-left:20px;
	height:13px;
}

#rodape #desenvolvimento {
	width:99px;
	float:left;
	margin-right:20px;
}#principal #corpo #box-eventos #box-evento-index #area-tabs {
	float: left;
	height: 22px;
	width: 365px;
}
#principal #corpo #box-eventos #box-evento-index #conteudo-tab {
	float: left;
	height: 200px;
	width: 365px;
	background-image: url(images/tab-selecionada.jpg);
	background-repeat: no-repeat;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab1 {
	background-image: url(images/tabs/Normal/1a.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 88px;
	color: #e23a00;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	height: 18px;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab1 a {
	float: left;
	width: 88px;
	color: #e23a00;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab1 a: hover {
	background-image: url(images/tabs/tab-ativa.jpg);
	float: left;
	width: 88px;
	color: #e23a00;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	text-decoration: underline;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab2 {
	background-image: url(images/tabs/Normal/2b.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 82px;
	color: #e6ebee;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin-left: 2px;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab2 a {
	float: left;
	width: 81px;
	color: #e6ebee;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab2 a: hover {
	float: left;
	width: 88px;
	color: #e6ebee;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab3 {
	background-image: url(images/tabs/Normal/3b.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 92px;
	color: #e6ebee;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin-left: -1px;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab3 a {
	float: left;
	width: 88px;
	color: #e6ebee;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
#principal #corpo #box-eventos #box-evento-index #area-tabs #tab3 a: hover {
	float: left;
	width: 88px;
	color: #e6ebee;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#tb__estudos {
width:355px; height:193px; background-image:url(images/tabs/estudos.jpg); margin-top:3px; margin-left:3px;
}
#tb__baladas {
width:355px; height:193px; background-image:url(images/tabs/baladas.jpg); margin-top:3px; margin-left:3px; display:none;
}
#tb__esportes {
width:355px; height:193px; background-image:url(images/tabs/esportes.jpg); margin-top:3px; margin-left:3px; display:none;
}

.tab-texto {
padding:69px 145px 0px 17px; font:'Arial', Helvetica, sans-serif; font-size:14px; font-weight:normal;
}
#principal #corpo #box-noticias #area-links {
	float: left;
	height: 188px;
	width: 932px;
	margin-top: 25px;
}

