* { margin:0; padding:0; }

body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background: #993300 url(../imagens/bg-fundo.jpg) no-repeat top center;
}

/* CLASSES DE FORMATACAO DE TEXTO - CONTEUDO DO GERENCIADOR */
	.sublinhado 						{ text-decoration: underline; }
	em 									{ font-style: italic; }
	a 									{ outline: none !important; }
	a:hover 							{ text-decoration: underline; }
	.bold 								{ font-weight: bold; }
	ul,ol 								{ list-style: none; }
	.txtEsquerda 						{ text-align: left!important; }
	.txtDireita 						{ text-align: right!important; }
	.txtCentro 							{ text-align: center!important; }
	.txtJustificado, .txtJustificado * 	{ text-align: justify!important; }
	h2 span 							{ display: none; }
	
	
	.clear 		{ clear: both; }
	.none 		{ display: none; }
	.left 		{float:left;}
	.right 		{float:right!important;}
	.no-margin  { margin: 0 !important; }
	.no-margin-right  { margin-right: 0 !important; }
	 
	a img 		{ border: none; } 
	a 			{ text-decoration: none; color: #000; }

/* ESTRUTURA */
	
	#pagina 	{ width: 100%;  position: absolute; top: 12%; }
	#conteudo { width: 843px; height: 460px; background: url(../imagens/box-centro.png) no-repeat top left; margin: 0 auto; position: relative; }
	#conteudo h1 { float: right; margin: 60px 35px 0 0; }
	#conteudo h1 a { float: left; width: 635px; height: 60px; background: url(../imagens/logo-radiobandeirantes.jpg) no-repeat top left; }
	#conteudo h1 a span { display: none; }
	#conteudo h2 { float: left1; position: absolute; }
	#conteudo h2 a { float: left; width: 152px; height: 180px; }
	
	#conteudo #colunas { clear: both; float: right; height: 330px; width: 743px; margin-right: 20px; }
	#conteudo .col { float: left; }
	
	#conteudo .col1 { width: 253px; margin-top: 65px; }
	#conteudo .col1 .aguarde { background: url(../imagens/aguarde.jpg) no-repeat top left; float: left; width: 253px; height: 113px; margin-bottom: 10px; }
	#conteudo .col1 .aguarde span { display: none; }
	#conteudo .col1 p { font-size: 13px; color: #414141; text-align: justify; }
	#conteudo .col1 p span.red { color: #9F221B; }
	
	#conteudo .col2 { width: 254px; background: url(../imagens/bg-twitter.jpg) no-repeat top left; width: 254px; height: 312px; margin-top: 5px; margin-left: 20px; }
	
	#conteudo .col3 { width: 189px; float: right; margin-top: 5px; }
	
	
	#conteudo  form input[type='text'] { float: left; width: 100%; margin-bottom: 11px; border: none; background: #F2F3F4; font-size: 11px; padding: 4px 0; padding-left: 5px; }
	#conteudo  form textarea { float: left; width: 100%; margin-bottom: 11px; border: none; background: #F2F3F4; font-size: 11px; padding: 5px 0; overflow: auto; padding-left: 5px; }
	#conteudo  form input[type='image'] { float: left; margin-bottom: 5px; }
	#conteudo  form .captcha img { float: right; }
	#conteudo  form .captcha input { float: left; width: 95px; text-align: center; text-transform: uppercase; border: solid 1px #993300; background: #FFF; }
	#conteudo  form label { color: #993300; }
	
	
	
	#rodape { font-size: 11px; color: #AE290B; text-align: center; margin-top: 10px; width: 856px; margin: 0 auto; margin-top: 20px; }
	
/* MENSAGEM ALERTA */
#msgAlert{	
	overflow: hidden;
	display: block;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #99BE26;
	height: 0;
	color: #FFF;
	font-weight: bold;
	font: 30px arial, sans-serif;
	opacity: .9;
}
