/*
Estrutura do tema 
Projeto gráfico: DoDesign-s
*/

* {
	/* Começo zerando tudo.  */
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

/*  */
html {
	text-align:center;
	background:#EEEEEE url(wp-content/themes/nordestecerrado/imagens/fundo-tudo.jpg) repeat; /* textura de fundo */
}

body {
	font: 12px Verdana, Arial;
}

/************************************
#GERAL - O div que envolve todo o site
************************************/
#geral {
	margin:0 auto;
	width:760px;
	padding:0 0px;
	background: #ECDCBB url(images/fundo-geral.jpg) repeat-y center top;
	
}


#barrado {
	height:28px;
	background: url(images/barrado.jpg) no-repeat center top; 
	}
#portugues, #logo, #ingles {
float:left;
text-align:center;
	}

#portugues, #ingles {
width:204px;
padding:37px 40px;
	}
#portugues img, #ingles img{
padding-top:10px;
	}
#logo {
width:189px;

}
#logo h1 {
font-size:12px;
color:#000000;
padding-top:30px;
}

/************************************
#TEXTO
************************************/
#conteudo {
	width:760px;
	margin:0 auto;
	text-align:left;
}

/** Coluna que vai o texto do site */
#conteudo a {
  color: #996633; /* #660000#336600;*/
  text-decoration: none;
  font-weight:bold;
  }

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

#produtos{
clear:both;
}

/* LOGOS */


#logos {
	clear:both;
	background: url(images/fundo-logos.jpg) repeat-y center top;
	}
#logos p{
font: 70%;
text-align:left;
padding:0 0 5px 70px;
	}
#fim-logos {
background:url(images/fim-logos.jpg) top center no-repeat;
height:31px;
	}	


/************************************
RODAPE
************************************/
#assinaturas {
	clear:both;
	font: 70% Verdana, Arial;
	/*color: #fff;*/
	padding:7px 15px 0px 15px;
	height:42px;
	width:730px;
	background:#89714E url(images/fundo-rodape.gif) repeat-y top;
}

#assinatura{
width:600px;
float:left;
font-size:11px;
padding:9px 0 0px 0px;
letter-spacing:0.5px;
color:#ffffff;
text-align:left;
}
#assinatura a:link, #assinatura a:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
#assinatura a:hover{
	color: #FFFF66;
}

#dds{
width:50px;
float:right;
text-align:right;
margin-right:0px;
padding-top:5px;
}


