

* {
	padding:0px;
	margin:0px;
	}
	
body {
	font-family:arial;
	font-size:0.8em;
	}

.completo {
	width:749px;
	margin:auto;
	}


.cima {
	float:right;
	position:absolute;
	top:5px;
	left:10;
	z-index:10;
}

.cima a, a:visited {
	padding:3px;
	color:#fff;
	}

.cima a:hover {
	text-decoration:underline;
	font-weight:bold;
	}
	
.topo {
	background-image:url("../images/fundo.jpg");
	background-repeat:repeat-x;
	border:1px solid #AEAEAE;
	border-bottom:0px;
	position:relative;
	z-index:0;
	} 
	
.meio {
	border:1px solid #aeaeae;
	border-top:0px;
/*	height:560px;	*/
	}
	
.conteudo {
	border:1px solid #aeaeae;
	border-top:0px;
	background-image:url("../images/fundo2.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#68767a;	
	}
	
.menu_esq {
	float:left;
	position:relative;
	top:2px;
}

.menu_esq_img {
	float:left;
	position:relative;
	top:2px;
	background-color:#68767a;
	background-image:url("../images/ban_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	width:188px;
	height:210px;
	margin-left:25px;
	padding:3px;
}


.direita {
	float:right;
	width:500px;
	height:260px;
}

.cd {
	background-image:url("../images/cd.jpg");
	background-repeat:no-repeat;
	float:right;
	width:7px;
	height:7px;
	position:relative;
	top:-5px;
	left:5px;
}	

.bd {
	background-image:url("../images/bd.jpg");
	background-repeat:no-repeat;
	float:right;
	width:7px;
	height:7px;
	position:relative;
	top:5px;
	left:5px;
}	

.be {
	background-image:url("../images/be.jpg");
	background-repeat:no-repeat;
	float:left;
	width:7px;
	height:7px;
	position:relative;
	top:5px;
	left:-5px;
}	

.ce {
	background-image:url("../images/ce.jpg");
	background-repeat:no-repeat;
	float:left;
	width:7px;
	height:7px;
	position:relative;
	top:-5px;
	left:-5px;
}	


.quadro {
	width:153px;
	border:1px solid #aeaeae;
	float:right;
	margin-right:10px;
	margin-bottom:5px;
	padding:3px;	
	text-align:center;
	}
	
.quadro h3 {
	font-size:0.9em;
	font-weight:bold;
	}
	
.esq {
	float:left;
	}
	
.livro {
	background-color:#fff;
	border:1px solid #000;
	padding:5px;
	display:inline;
	text-align:center;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:20px;
}

.livro p {
	width:140px;
	margin-top:5px;
	margin-bottom:5px;
	}

.livro img {
	width:140px;
	height:170px;
	margin:auto;
	border:1px solid #aaa;
}

.destaque {
	width:150px;
	height:180px;
	margin-bottom:10px;
}

.rodape {
	text-align:center;
	font-size:0.8em;
	}
	
.alerta {
	font-size:0.8em;
	font-weight:bold;
	border:1px solid #000;
	background-color:#bd0b0b;
	color:#fff;
	text-align:center;
	padding:2px;
}

.comentario {
	font-size:0.89em;
	font-weight:bold;
	float:right;
	width:150px;
	margin:5px;
	margin-top:10px;
	margin-bottom:10px;
	
	
}

a, a:hover, a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	}



.form2 {
	text-align:center;
	width:350px;
	border:1px solid #AAA;
	margin:auto;
	margin-bottom:10px;	
	}
	
.form2 input {
	float:right;
	margin:2px;
	width:170px;
}

.form2 select {
	float:right;
	margin:2px;
	width:170px;
	}
	
.form2 botao {
	display:block;
	clear:both;
	}
	
.form2 label {
	float:left;
	margin:3px;
	margin-top:9px;
	clear:both;
}


/* ============================ */

.form {
	text-align:center;
	width:350px;
	border:1px solid #AAA;
	margin:auto;
	margin-bottom:10px;	
	}
	
.form input {
	float:right;
	margin:5px;
	width:170px;
}

.form select {
	float:right;
	margin:5px;
	width:170px;
	}
	
.form botao {
	display:block;
	clear:both;
	}
	
.form label {
	float:left;
	margin:3px;
	margin-top:9px;
	clear:both;
}

div.erro {
	width:690px;
	border:1px solid #AAA;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#A00;
	font-weight:bold;
	font-size:0.9em;
	padding:5px;
	text-align:0px;
}

div.listagem {
	border:1px solid #AAA;
	text-align:center;
	margin:10px;
	margin-right:10px;
	color:#2b7e2b;
	font-weight:bold;
	font-size:0.9em;
	padding:5px;
	text-align:0px;
}


div.ok {
	width:690px;
	border:1px solid #AAA;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#2b7e2b;
	font-weight:bold;
	font-size:0.9em;
	padding:5px;
	text-align:0px;
}

div.extra {
	text-align:left;
	margin:4px;
	margin-right:5px;
	margin-top:10px;
	border:1px solid #444;
	padding:3px;
	background-color:#EEE;
	}
	
div.extra p {
		margin-left:3px;
		margin-bottom:10px;
	}



.extra_direita {
	text-align:left;
	margin:4px;
	float:left;
	margin-left:6px;
	margin-top:10px;
	border:1px solid #999;
	padding:3px;
	background-color:#eee;
	width:306px;
	}
	
.extra_direita p {
		margin-left:3px;
		margin-bottom:8px;
	}
	
table.lista {
	font-size:0.8em;
	border:1px solid #444;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:350px;
}

table.lista th {
	font-size:1.2em;
	background-color:#eee;
	padding:2px;
	border:1px solid #444;
	text-align:center;
	font-weight:bold;
}

table.lista td {
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:1.2em;
	}
	
table.lista td.titulo {
	padding-right:20px;
}

.img1 {
	width:280px;
	height:415px;
}	

.imagem {
	float:left;	
	margin:10px;
	margin-left:65px;
	border:1px solid #999;	
	background-color:#eee;
	width:280px;
}

.field {
	width:300px;
	padding-bottom:0px;
}

.links img {
	border:0px;
	}


.botoes {
	background-color:aaa;
	padding:3px;
	text-align:center;
	}

.funciona {
	border:1px solid #aaa;
	padding:5px;
}

#galeria ul { list-style: none; }

#galeria ul li { display: inline; }

.obrigatorio {
	color:#f00;
	font-size:0.8em;	
}

.form_novo {
	text-align:left;
	}



.form_novo label{
	float: left;
	width: 125px;
	}



.form_registro label{
	float: left;
	padding:3px;
	_padding:2px;
	width: 140px;
	_margin-top: 0px;
}

.form_autentica label{
	float: left;
	width: 50px;
	_width: 30px;
	font-size:0.95em;
	padding-top:2px;
	}
	
.form_registro {
	padding-top:3px;
	}

.form_novo input, .form_novo textarea{
	width: 170px;
	margin-bottom: 3px;
	_margin-bottom: 0px;
	}

.form_registro select {
	padding-left:3px;
	margin-right:4px;
	float:right;
	}

.form_registro input, .form_novo textarea{
	width: 250px;
	margin-bottom: 3px;
	_margin-bottom: 0px;
	}

.form_autentica input{
	width: 90px;
	margin-bottom:0px;
	}
	
	
.form_autentica #submitbutton{
	margin-left: 50px;
	width: 90px;
	}
	
.form_novo textarea{
	/*width: 250px;
	height: 150px;*/
	}

.boxes{
	width: 1em;
	}

#submitbutton{
	margin-left: 125px;
	margin-top: 5px;
	width: 100px;
	}
	

.form_novo br{
	clear: left;
	}	
	
.datinha {
	font-size:0.8em;
}


.login {
	font-size:0.9em;
	width:150px;
	margin:10px;
	float:right;
	background-color:#babbc6;
	padding:5px;
}
