/* CSS Document site paulo Caldas*/

/* Estrutura geral */
body{
	margin:				0 auto;
	background-image:	url("../image/bodyBG.jpg");
	background-color:	#363202;
	}
	
#conteudo{
	padding-top:		10px;
	float:				left;
	margin-left:		44px;
	width:				674px;
	}
	
#contColEsq{
	margin:				0 auto;
	float:				left;
	width:				163px;
	clear:				both;
	}
	
#contColDir{
	margin:				0 auto;
	background-image:	url("../image/bg_geral_caderno.png");
	float:				right;
	width:				507px;
	height:				712px;
	}
	
#menu ul{
	margin:				0 auto;
	float: 				left;
	width: 				100%;
	list-style:			none;
	}

#menu ul li{
	display: 			inline;
	}
	
#menu ul li a {
	font-family:		garamond, 'times new roman', arial;
	font-size:			20px;
	font-weight:		bold;
	padding: 			2px 10px;
	float:				left;
	/* visual do link */
	color: 				#59381b;
	text-decoration: 	none;
	}

#menu ul li a:hover {
	text-decoration: 	underline;
	}

#containerIncludes{
	margin:				0 auto;
	padding-left:		60px;
	padding-top:		23px;
	padding-right:		100px;
	padding-bottom:		36px;
	}
	
#containerConteudo{
	width:				100%;
	height:				593px;
	padding-top:		10px;
	margin-left:		5px;
	margin-right:		5px;
	margin-bottom:		5px;
}
#rodape{
	height:				20px;
	clear:				both;
	}
/* Estrutura geral */

/* Estilos para as fontes */
h1, h2, h3{
	font-family:		garamond, 'times new roman', arial;
	font-weight:		bold;
	}

h1{
	font-size:		20px;
	color:			#fff;
	}
	
h2{
	font-size:		22px;
	color:			#59381b;	
	}
	
h3{
	font-size:		15px;
	color:			#59381b;	
	}	
	
.h3_links{
	font-size:		20px;
	color:			#59381b;
	text-decoration:none;
}
.h3_links:hover{
	font-size:		20px;
	color:			#59381b;
	text-decoration:underline;
}				
	
p{
	font-family:	arial, verdana, tahoma;
	font-size:		12px;
	color:			#59381b;
	}
	
hr{
	color:			#59381b;
	}

.spanTitulos{
	font-family:	arial, verdana, tahoma;
	font-size:		15px;
	color:			#59381b;
	font-weight:	bold;
	}
	
img{
	border:			0px;
	}					
/* Estilos para as fontes */

.linksGerais{
	font-family:		arial, verdana, tahoma;
	font-size:			11px;
	color:				#59381b;
	font-style: 		italic;
	text-decoration:	none;
	}

.linksGerais:hover{
	/* visual do link */
	background-color:	#CFCDC7;
	text-decoration:	underline;
	}
	
	.linksDestaques{
	font-family:		arial, verdana, tahoma;
	font-size:			11px;
	color:				#fff;
	font-style: 		italic;
	text-decoration:	none;
	}

	.linksDestaques:hover{
	/* visual do link */
	background-color:	#CFCDC7;
	text-decoration:	underline;
	}
	
.pDestaque{
	font-family:	arial, verdana, tahoma;
	font-size:		11px;
	color:			#fff;
	font-style: 	italic;
	text-decoration:none;
	}	
	
	.pDestaque:hover{
	/* visual do link */
	text-decoration:underline;
	}