html, body {
	margin: 0;
	padding: 0;
	background-image:url(../images/back_argila.jpg);
	background-position:top center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* INDEX ------------------------------------------------------ */

#pagina {
	width:800px;
	}
	
#top {
	width:800px;
	height:350px;
	}

#corpo {
	clear:both;
	padding:5px 5px 5px 5px;
	text-align:left;
	}
	
#bottom {
	clear:both;
	padding:10px 5px 5px 5px;
	text-align:center;
	margin-top:10px;
	height:120px;
	}

#links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
	padding:20px 10px 15px 10px;
	}
	
#links a {
	color:#333;
	}
	
#links a:hover {
	color:#CC3300;
	border-top:#666 1px solid;
	}
	
#creditos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	margin-bottom:10px;
	}
	
#creditos a {
	font-size:10px;
	color:#999;
	}

/* TEXTOS ------------------------------------------------------ */
	
#coluna1 {
	width:175px;
	text-align:center;
	padding:10px;
	float:left;
	}
	
#coluna2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	width:575px;
	padding:10px;
	float:right;
	}
	
#colunaCentral {
	padding:0px 10px;
	}
	
.box {
	min-height:120px;
	clear:both;
	margin-bottom:10px;
	}
	
.boxLeft {
	width:400px;
	padding:10px;
	float:left;
	}
	
.boxRight {
	width:330px;
	padding:10px;
	float:left;
	}
	
.boxRight img {
	border:#666 1px solid;
	margin:0px 5px 5px 0px;
	float:left;
	}
	
.boxRight img:hover {
	border:#FF6600 1px solid;
	margin:0px 5px 5px 0px;
	float:left;
	}

.titItem {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#FF6600;
	padding-bottom:3px;
	margin-bottom:2px;
	border-bottom:#77301e 1px dotted;
	}
	
.titItem2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#77301E;
	padding-bottom:3px;
	margin-bottom:2px;
	}
	
.itens {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	}
	
.itens a {
	color:#666;
	}
	
.itens a:hover {
	color:#000;
	}
	


/* FORMULARIOS ------------------------------------------------------------------- */	
.formBusca {
	margin:0px;
	padding:0px;
	}	
	
.form {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000033;
	margin:0px;
	padding:10px 10px 0px 10px;
	}
	
.field {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:11px;
	border:#993300 1px solid;
	margin-bottom:3px;
	}	
	
.fieldErro {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:11px;
	background-color:#FFF;
	border:#FF0000 1px solid;
	margin-bottom:3px;
	}
	
.button {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000033;
	margin-top:5px;
	cursor:pointer;
	}
	
.button:hover {
	color:#771500;
	}
	
.erro {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	font-size:11px;
	text-align:center;
	margin-bottom:5px;
	margin-left:10px;
	background-color:#D90000;
	width:250px;
	}
	