/*=========================================== FORMATAÇÃO GERAL ======================================== */
body { 
  margin:0;
  padding:0;
  font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
  background-color:#F9F9F0;
  text-align:center;
}

.logo{
	margin-left:50px;
	margin-top:44px;
	text-align: center;
}
.logocasulo {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.flag {
    float:right;
	margin-top:10px;
	margin-right:15px;
}
#geral {
	margin: 0 auto;
	width:785px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	text-align:left;
	padding-bottom:15px;
	margin-bottom: 15px;
	/*margin-bottom:20px;*/
}

#topo {
    width:auto;
	height:100px;
	background-color:#998867;
	border-bottom: 5px solid #ffffff;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:visited {
    text-decoration: none;
	color: #333333;
}

a:active {
    text-decoration: none;
	color: #333333;
}
a:hover {
    text-decoration: underline; 
	color: #265E15;
}
#cont-home{
	clear: both;
	padding-left: 20px;

}
/*=========================================== FORMATAÇÃO MENU ======================================== */
#menu {
    width:auto;
	height:30px;
	background-color:#265E15;
	font: 18px "Times New Roman";

}
#menuhor {	
   width:auto;
   padding-top:5px;
   float:left;
   margin: 0;
}
#menuhor li {
	list-style: none;
	padding-left:10px;
	padding-right:10px;
	display:inline;
}
#menuhor li a {
   height:1px; /* IE5.0 bug */
   font: 18px "Times New Roman";
   padding:1px 3px ;
   margin:0;
   text-decoration: none;
}
#menuhor li a:link {
   color: #F9F9F0;
}
#menuhor li a:visited {
   color: #F9F9F0;
}
#menuhor li a:hover {
   background-color:#37891F;
   color: #F9F9F0; 
}
/*=========================================== FORMATAÇÃO CONTEÚDO HOME ========================================== */

#box-left{
   background-color:#F9F9F0;
   border:1px solid #cccccc;
   width:360px;
   height:380px;
   clear:both;
   margin-right:22px;
   margin-top:20px;
   padding-top:10px;
   float:left;
}

#box-left-1{
	background-image:url(../images/bg-box-2.jpg);
	background-repeat:no-repeat;
	width:368px;
	height:312px;
	margin-right:15px;
	padding-top:20px;
	float:left;
	position: relative;
}

#box-right {
   background-image:url(../images/bg-box-3.jpg);
   background-repeat:no-repeat;
   width:365px;
   height:312px;
   padding-top:20px;
   margin-bottom:20px;
   float:left;
}

#box-right-1 {
   background-color:#F9F9F0;
   border:1px solid #cccccc;
   width:360px;
   height:365px;
   margin-top:20px;
   padding-bottom:13px;
   padding-top:10px;
   float:left;
}

#chamadas-blog {
clear:both;
}

.seta{
	position: static;

}
/*=========================================== FORMATAÇÃO TITULOS E TEXTO ======================================== */
h1 {
	font-family: "Times New Roman";
	padding-left:20px;
	font-size:20pt;
	color:#265E15;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
}
.tit-secoes{
	font-family: "Times New Roman";
	font-size:20pt;
	color:#265E15;
	font-weight: normal;
	font-style: normal;
	line-height: 22pt;

}
.tit-sub {
	font-family: "Times New Roman";
	padding-top:10px;
	padding-left:20px;
	font-size:16pt;
	color:#998867;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
	clear: both; 
}
h2 {
	font-family: "Times New Roman";
	font-size:16pt;
	color:#998867;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
	clear: both;
}
h3 {
	font-family: "Times New Roman";
	padding-top:10px;
	font-size:16pt;
	color:#998867;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
}

h4 {
	font-family: "Times New Roman";
	clear:both;
	padding-top:10px;
	font-size:15pt;
	color:#817256;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
}

.tit-box {
	font-family: "Times New Roman";
	padding-left:20px;
	font-size:18pt;
	color:#265E15;
	font-style: normal;
	font-weight: normal;
	line-height:normal;
}
p {
	font-family:Arial;
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
	color:#333333;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
.texto{
	font-family:Arial;
	margin-right:20px;
	font-size:12px;
	color:#333333;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
/*=========================================== FORMATAÇÃO IMAGENS E SWF ========================================== */

#chamadas {
	width:508px;
	float:left;
	padding-left: 20px;
}
#destaque-dia{
	width:193px;
	height:170px;
	margin-left:20px;
	float:left;
	text-align:center;
}


#dia{
    margin-left:20px;
	float:left;

}

#destaque2{
	width:193px;
	height:170px;
	margin-left:20px;
	background-color:#E4DACE;
	border:1px solid #95896F;
	float:left;
	padding:10px;
	text-align:center;
}
.texto-destaque{
	width:190px;
	height:90px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #544E3F;
	font-style: italic;
	line-height: normal;
}
#blog {
    width:740px;
	clear:both; 
}



.livro-miseria {
	clear: right;
}

/*=========================================== FORMATAÇÃO INTERNA ======================================== */

#cont-interno{
float:left;
margin-left:15px;
width:550px;
}
#cont-inter{
clear:both;
margin-left:20px;
margin-right:20px;
width:auto;
margin-bottom:30px;
}
#blog-interno {
    text-align:center;
    width:auto;
	clear:both; 
}

#colunadireita{
   width:450px;
   padding-left:20px;
   padding-right:20px;
   font-family:Arial;
	font-size:12px;
	color:#333333;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	margin-bottom:50px;
	float:left;
}

#imagem {
   float:left;
   margin-left:10px;
   margin-bottom:50px;
   padding-top:45px;

}

#nav {
    float:left;
	position:relative;
	width: 200px;
	height: auto;
	margin-bottom:30px;
}

.menuvertical {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0px;
	width: 170px;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
}

.menuvertical ul {
	margin: 0;
        }

.menuvertical li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#BDBE9E;
        }

.menuvertical li a {
	display: block;
	text-decoration: none;
	padding: 5px 4px 5px; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
         }

.menuvertical li a:link, .menuvertical li a:visited {
	color: #265E15;	
         }

.menuvertical li a:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #998867;
}

.capas{
float:right;
margin-left:5px;
margin-right:10px;
margin-bottom:5px;
}

.btns-livros{
margin-left:18px;
}

#navlivros {
    width:auto;
	height:auto;
	font: 16px "Times New Roman" italic;
	font-style:italic;
	color: #666666;
	margin-left:10px;
	margin-bottom:30px;

}
#menulivro {	
   width:auto;
   padding-top:5px;
   margin: 0;
}
#menulivro li {
	list-style:none;
	padding-right:10px;
	padding-left:10px;
	line-height: 25px;
}
#menulivro li a {
   height:1px; /* IE5.0 bug */
   font: 16px "Times New Roman";
   padding:1px 5px ;
   font-style:italic;
   margin:0;
   text-decoration: none;
   color: #666666;
}
#menulivro li a:link {
   color: #666666;
}

#menulivro li a:hover {
   background-color:#998867;
   color: #ffffff; 
}



/*================================================= MENU INFERIOR =========================================*/

#menuinferior ul {
    margin:0;
    padding-left:15px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}

#menuinferior ul li {
	display: inline;
	/*border-left-color:#E1E1E1;
	border-left-style:solid;
	border-left-width:1px;*/
}

#menuinferior ul li a {
	color: #999999;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	margin-top:10px;
}

#menuinferior ul li a:hover {
	color: #999999;
	background-color:#F3F3F3;
}

/*=================================================== FORMATAÇÃO FORM ==========================================*/
#endereco{
float:left;
padding-top:30px;
}
.campos{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#666666;
   width:350px;
   padding:3px;
   margin:3px 0px 3px 0px;
   border:1px solid #c3c3c3;
}
.textarea{
   width:354px;
   height:100px;
   margin:3px 0px 3px 0px;
   border:1px solid #c3c3c3;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#999999;
   scrollbar-arrow-color:#E9E9E9;
   scrollbar-3dlight-color:#E9E9E9;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-face-color:#FFFFFF;
   scrollbar-shadow-color:#FFFFFF;
   scrollbar-darkshadow-color:#E9E9E9;
   scrollbar-track-color:#E8E8E8;
}
.textform {
    padding-top:4px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	vertical-align:top;
}
.btn{
    font-family: Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
	font-size: 14px;
	color: #888888;
	margin:6px 0px 6px 0px;
	padding:2px;
	font-style: normal;
	border:1px solid #c3c3c3;
}