html, body {
	margin: 0;
	padding: 0;
	background-image:url(../images/back.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:960px;
	}
	
#top {
	width:960px;
	}

#corpo {
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	padding:0px 30px 10px 30px;
	min-height:300px;
	text-align:left;
	}
	
#bottom {
	clear:both;
	padding:10px 5px 5px 5px;
	text-align:center;
	background-image:url(../images/back_bottom.jpg);
	margin-top:10px;
	height:120px;
	}

#links {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#848448;
	text-align:center;
	padding:20px 10px 15px 10px;
	}
	
#links a {
	color:#A21010;
	}
	
#links a:hover {
	color:#848448;
	border-top:#A21010 1px solid;
	}
	
#creditos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A21010;
	text-align:center;
	margin-bottom:10px;
	}
	
#creditos a {
	font-size:10px;
	color:#848448;
	}

/* BOXES ------------------------------------------------------ */

.titBox {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#990000;
	height:20px;
	padding:10px 15px 0px 15px;
	background-repeat:no-repeat;
	}
	
.textBox {
	font-size:11px;
	color:#333300;
	padding:3px 15px 0px 15px;
	background-repeat:repeat-y;
	}
	
.textBox a {
	color:#333300;
	}
	
.textBox a:hover {
	color:#000;
	}
	
.textBox img {
	border:#333300 1px solid;
	margin-bottom:5px;
	}
	
.item {
	clear:both;
	padding-bottom:5px;
	}
	
.item img {
	border:#333300 1px solid;
	margin-right:5px;
	float:left;
	}
	
.item img:hover {
	border:#990000 1px solid;
	}
	
.subitem {
	float:left;
	}
	
.titulo {
	font-size:12px;
	font-style:italic;
	color:#990000;
	}
	
.titulo a {
	color:#990000;
	}
	
.tituloMenu {
	font-size:12px;
	font-style:italic;
	color:#333300;
	}
	
.tituloMenu a {
	color:#333300;
	}
	
.tituloMenu:hover {
	color:#990000;
	}
	
.conteudo {
	clear:both;
	}
	
.conteudo img {
	border:#333300 1px solid;
	margin:0px 5px 5px 0px;
	float:left;
	}
	
.conteudo a {
	color:#000066;
	text-decoration:underline;
	}
	
.conteudo a:hover {
	color:#990000;
	}
	
.foto {
	border:#333300 1px solid;
	margin:2px;
	float:left;
	}
	
.foto:hover {
	border:#990000 1px solid;
	}
	
.botBox {
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding:2px 10px 5px 0px;
	background-repeat:no-repeat;
	height:13px;
	margin-bottom:5px;
	}
	
.botBox a {
	color:#333300;
	}
	
.botBox a:hover {
	color:#990000;
	}
	
#boxLeft300 {
	width:300px;
	float:left;
	}
	
#boxLeft300 .titBox {
	background-image:url(../images/boxTop300.png);
	}
	
#boxLeft300 .textBox {
	background-image:url(../images/boxMid300.png);
	}
	
#boxLeft300 .botBox {
	background-image:url(../images/boxBot300.png);
	background-position:bottom;
	}
	
#boxLeft600 {
	width:600px;
	float:left;
	}
	
#boxLeft600 .titBox {
	background-image:url(../images/boxTop600.png);
	}
	
#boxLeft600 .textBox {
	background-image:url(../images/boxMid600.png);
	}
	
#boxLeft600 .botBox {
	background-image:url(../images/boxBot600.png);
	background-position:bottom;
	}
	
#boxRight300 {
	width:300px;
	float:right;
	}
	
#boxRight300 .titBox {
	background-image:url(../images/boxTop300.png);
	}
	
#boxRight300 .textBox {
	background-image:url(../images/boxMid300.png);
	}
	
#boxRight300 .botBox {
	background-image:url(../images/boxBot300.png);
	background-position:bottom;
	}
	
#boxRight600 {
	width:600px;
	float:right;
	}
	
#boxRight600 .titBox {
	background-image:url(../images/boxTop600.png);
	}
	
#boxRight600 .textBox {
	background-image:url(../images/boxMid600.png);
	}
	
#boxRight600 .botBox {
	background-image:url(../images/boxBot600.png);
	background-position:bottom;
	}

/* FORMULARIOS ------------------------------------------------------------------- */	
form {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	}
	
.field {
	font-family:Arial, Helvetica, sans-serif;
	color:#771500;
	font-size:11px;
	border:#333300 1px solid;
	}	
	
.fieldErro {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	background-color:#FFF;
	border:#FF0000 1px solid;
	}
	
.button {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333300;
	cursor:pointer;
	}
	
.button:hover {
	color:#990000;
	}
	
.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;
	background-color:#D90000;
	}
	