/* ------------------------------------------------------------------------- */
/* PADRONIZANDO BROWSERS --------------------------------------------------- */
/* ------------------------------------------------------------------------- */
body, form, input, textarea, img, h1, h2, h3, h4, p, ul, li, a, hr, table, td, tr, object, embed {
    margin:0;
    padding:0;
    border: 0;    
}

/* ------------------------------------------------------------------------- */
/* ESTRUTURA PRINCIPAL ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */
body{
	text-align: center;
}

#corpo{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}	

#logo-capa{
	width: 780px;
	height: 325px;
    margin:0;
    padding:0;
    border: 0;  
	position: relative;
	top: 0;
	left: 0;
}

#logo{
	width: 780px;
	height: 155px;
    margin:0;
    padding:0;
    border: 0;  
	position: relative;
	top: 0;
	left: 0;
}

#container-capa, #container{
	width: 730px;
	_width: 780px;
    margin:0;
    padding: 0 25px 0 25px;
    border: 0;  	
	position: relative;
	top: 0;
	left: 0;
}

#conteudo{
	width: 440px;
	_width: 480px;
	min-height: 400px;
	_height: 400px;	
	border: 0;
	padding: 20px;
	margin: 0;
	position: relative;
	top: 0;
	left: 225px;
}

#colunaesquerda{
	width: 200px;
    margin:0;
    padding:0;
    border: 0;  	
	position: absolute;
	top: 0;
	left: 25px;
}

#sponsors2{
	width: 180px;
	_width: 200px;
    margin:0;
    padding:10px;
    border: 0;  	
}

#creditos, #creditos-capa{
	width: 660px;	
	_width: 780px;	
	min-height: 130px;
	_height: 160px;
	border: 0;
	margin: 0;
	padding: 30px 60px 0 60px;
	position: relative;
	top: 0;
	left: 0;
}

/* ------------------------------------------------------------------------- */
/* ESTRUTURA SECUNDARIA ---------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#logo_estatico{
	width: 730px;
	height: 100px;
	position: absolute;
	top: 25px;
	left: 25px;
}

#logo_dinamico{
	width: 500px;
	height: 180px;
	position: absolute;
	top: 125px;
	left: 225px;
}

#logo-capa #menu{
	width: 150px;
	_width: 200px;
	height: 180px;
	margin: 20px 0 0 0;
	padding: 0 25px;
	border: 0;
	position: absolute;
	top: 125px;
	left: 25px;	
}

#logo #menu{
	_width: 770px;
	width: 780px;
	height: 30px;
	margin: 0;
	padding: 0 5px;
	border: 0;
	position: absolute;
	top: 125px;
	left: 25px;	
}

#rodape_b2ml{
	width: 120px;
	height: 30px;	
	position: absolute;
	bottom: 10px;
	right: 40px;
}

/* ------------------------------------------------------------------------- */
/* TAGS  ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
h1{
	margin: 8px 0 8px 0;
	padding: 0 20px 0 0;
	border: 0;
   	color: #EFD2E4;
   	background: url("../images/estrutura/bg-h1.jpg") bottom left no-repeat; 
   	text-align: right;
	text-transform: uppercase;   
    font-family: Times New Roman, serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;	
}

h2{
	margin: 8px 0 8px 0;
	padding: 0;
	border: 0;
   	color: #EFD2E4;
   	background: url("../images/estrutura/bg-h2.jpg") bottom right no-repeat; 
   	text-align: left;
   	text-transform: uppercase;  
    font-family: Times New Roman, serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;	
}

h2 strong{
    color: #FAC7D8;
}	

p{
	margin: 12px 0 12px 0;
	padding: 0;
	border: 0;
   	text-align: justify;
    color: #FFFCFF;
    font-family: Times New Roman, serif;
    font-size: 12px;
    line-height: 18px;
}

a, a:visited {
	margin: 0;
	padding: 0;
	border: 0;
    color: #FFFCFF;
   	text-align: left;
    text-decoration: none;
    font-family: Times New Roman, serif;
    font-size: 12px;
    line-height: 20px;
}

a:hover {   
   color: #F49AB8; 
   text-decoration: underline;
}

table, th, tr, td {
	font-size: 12px;
}

caption {
	font-size: 15px;
	border: 1px solid #FFFFFF;
}

tr, td {
	border: 1px solid #ffffff;
	padding: 2px;
	margin: 0;	
}

/* ------------------------------------------------------------------------- */
/* MENU  ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#logo-capa #menu {
	background: url("../images/estrutura/bg-menu.jpg") top left no-repeat;   
}	

#logo-capa ul#primary-nav{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
		
}

#logo-capa ul#primary-nav li {
 	width: 150px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #BE6990;
	display: block;
	position: relative;
}

#logo-capa ul#primary-nav li a,#logo-capa  ul#primary-nav li a:visited {
	width: 150px;
	_width: 150px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
    text-transform: uppercase;
    text-decoration: none;    
   	text-align: left;
    color: #FFF;
    font-family: Times New Roman, serif;
    font-size: 8pt;
    font-weight: lighter;
}

#logo-capa ul#primary-nav li a:hover {   
    color: #F49AB8;
}

#menu {
	background: url("../images/estrutura/bg-menu-horizontal.jpg") left bottom no-repeat;   
}	

ul#primary-nav{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
		
}

ul#primary-nav li {
	line-height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	border-right: 1px solid #BE6990;
	display:inline;
	position: relative;
}

ul#primary-nav li a, ul#primary-nav li a:visited {
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
	display: inline;
    text-transform: uppercase;
    text-decoration: none;    
   	text-align: left;
    color: #FFF;
    font-family: Times New Roman, serif;
    font-size: 8pt;
    font-weight: lighter;
}

ul#primary-nav li a:hover {   
    color: #F49AB8;
}

/* ------------------------------------------------------------------------- */
/* ESTILO DA ESTRUTUTURA --------------------------------------------------- */
/* ------------------------------------------------------------------------- */
body{
	background: url("../images/estrutura/bg-body.jpg") top left repeat-x;  
	background-color: #F499B8;
	color: #FFFCFF;
    font-family: Times New Roman, serif;
    font-size: 12px;
    line-height: 20px;
}

#logo, #logo-capa{
	background: url("../images/estrutura/bg-logo.jpg") top left no-repeat;    
}

#corpo{
	background: url("../images/estrutura/bg-corpo.jpg") top left repeat-y;  
}

#container-capa{
	background: url("../images/estrutura/bg-container-capa.jpg") top left no-repeat;  
}

#container{
	background: url("../images/estrutura/bg-container.jpg") top left no-repeat;  
}

#conteudo, #conteudo-capa{
	background: url("../images/estrutura/bg-conteudo.jpg") top left repeat-y;
}

.contato table, .contato tr, .contato td, .contato th, .contato caption {
	border: 0;
}

.contato table{
	margin: 15px 0 0 0;
}

.contato td{
    color: #EFD2E4;
    font-family: Times New Roman, serif;
    font-size: 10pt;
    font-weight: bold;
}
	
.contato input, .contato textarea{
	width: 300px;
 	border: 0;
 	margin: 0;
 	padding: 0;
 	position: relative;
 	background-color: #F2F7FB;
}

.imagem_direita{
	margin: 0 0 0 10px;
	float: right;
}

.imagem_canto{
	margin: 0 10px 0 0;
	float: left;
}

.bloco_de_noticias{
	width: 180px;
	text-align: right;
	margin-bottom: 20px;
}

.noticia-destaque{
	width: 180px;
	min-height: 60px;
	_height: 80px;
	border: 0;
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px 0;
	margin: 0;
	display: block;
	text-align: left;
	float: left;
}

.data-destaque{
	margin: 0;
	padding: 0;
	border: 0;
   	text-align: left;
    color: #FAC7D8;
    font-family: Times New Roman, serif;
    font-size: 9pt;	
    font-weight: bold;
}

.imagem-destaque{
	margin: 0 10px 0 0;
	float: left;
}

#sponsors{
	text-align: right;	
}	

#creditos, #creditos-capa{
	background: url("../images/estrutura/bg-rodape.jpg") top left no-repeat; 
	background-color: #F499B8;
}

#creditos p, #creditos-capa p{
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	color: #C687A6;	
    font-family: Times New Roman, serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 14px;
}

.quadro {
	width: 43%; 
	overflow: auto; 
	float: left;
	border: none; 
	margin: 5px 2% 5px 2%; 
	padding: 0 1% 0 1%;
	display: block;
}

#video {
	padding: 10px 5px;
}

.comentario {
	width: 50%;
}

.tabela-preco, .tabela-preco tr, .tabela-preco td {
	border: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;	
}