/*CSS - 0a3n0d6e2r0l0i9s.com
	Figuracao=WBSP
	modelo= 24
*/
*{/*zerando todas as margens e espaços*/
margin: 0;
padding:0;}

ul{list-style:none;}/*elimina o símbolo das listas*/

/*-------TAGS-------*/
body{
background:#fff url(../imagens/fundo.jpg);
font:11px Arial, Helvetica, sans-serif;
text-align:center;}

a{text-decoration:none;}

a img{border:none;}

address{
float:left;
font-style:normal;
padding:0 10px;
text-align:left;
width:266px;}

p{margin:10px auto;}

/*-------CLASSES-------*/
.barra1{
background:url(../imagens/barra1.jpg) no-repeat;
font-size:17px;
font-weight:bold;
height:31px;
padding:16px 0 0 62px;}

.barra2{
background:url(../imagens/barra2.jpg) no-repeat;
font-size:17px;
font-weight:bold;
height:38px;
padding:20px 0 0 62px;}

.botao{
background:url(../imagens/botao.png) no-repeat;
color:#000;
display:block;
font-weight:bold;
height:24px;
padding-top:10px;
text-align:center;
width:105px;}

.direita{float:right;}

.esquerda{float:left;}

.fundo_amarelo{background:url(../imagens/fundo_amarelo.jpg) repeat-x;}

.fundo_cinza{background:url(../imagens/fundo_cinza.jpg) repeat-x;}

.lista li{
list-style:url(../imagens/bullet.gif);
margin:5px 0 5px 16px;}

.lista li a{color:#000;}

.lista li a:hover{
color:#555;
text-decoration:underline;}

.lista_emlinha{padding:60px 73px;}

.lista_emlinha li{
display:inline;
font-size:14px;
padding:5px 1px;
text-align:center;}

.nivelador{zoom:1;}/*limpa elementos com float no IE7 ou menor*/

.nivelador:after{/*limpa todos os elementos com float*/
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;}

.title{
font-size:16px;
font-weight:bold;}

/*-------IDs-------*/
#base{background:url(../imagens/base.gif) bottom no-repeat;}

#coluna_dir{
background:url(../imagens/pontos.gif) repeat-y;
padding:0 15px;
width:400px;}

#coluna_esq{
padding:0 20px;
width:240px;}

#geral{
background:#fff;
margin:0 auto;
text-align:left;
width:800px;}

#imagens a img,#coluna_dir img{
border:1px solid #c7aa79;
display:block;
margin:0 auto;}

#imagens a:hover img{border:1px solid #000;}

#imagens li{
float:left;
padding:10px 24px;
text-align:center;
width:152px;}

#rodape{
background:url(../imagens/rodape.jpg) no-repeat;
height:41px;
padding-top:10px;
text-align:center;
width:800px;}

#rodape li{display:inline;}

#rodape li a{color:#000;}

#rodape li a:hover{color:#990000;}

#rodape ul{
float:right;
width:310px;}

#texto_topo{
background:url(../imagens/texto_topo.jpg) no-repeat;
height:120px;
padding:18px 10px 0 260px;
width:530px;}

#topo{
background:url(../imagens/topo.jpg) top no-repeat;
height:200px;
width:800px;}

fieldset, input, textarea {
  border:1px solid #CCC;
}

fieldset {
  padding:10px;
}

label {
  display:block;
  float:left;
  width:100px;
}

input, textarea {
  margin-bottom:10px;
  border:2px solid #d0c5b2;
}

legend {
	display:none;
}

/*pagina livros*/

#coluna_livros{
padding:30px 70px;
width:650px;}


