@charset "utf-8";
/* CSS Document */


h6 {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	margin: 10px  0px;
}

h5 {
	display: block;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px  0px;
	text-indent: 150px;
}

.formulario {
	width: 740px;
	float:left;
}

form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px 2px;

}

form .legenda {
	padding-top: 8px;
	width: 340px;
	height: 20px;
	text-align: right;
	float: left;
	margin: 0px 5px;
}

form .field {
	padding-top: 8px;
	width: 400px;
	float: left;
	height: 20px;
}

form .field_unico {
	padding-top: 8px;
	display: block;
	width: 740px;
	float: left;
	text-align: center;
}

.bt_form, form .bt_cadastrar{
	background-color:#333;
	color:#FFF;
	cursor:pointer;
	padding: 2px 5px;
	margin: 3px;
}



form .linha{
	width: 100%;
	display: block;
	float: left;
}

form .delimitador {
	width: 750px;
	max-width: 751px;
	float: left;
	display: block;
}

#topo {
	width: 776px;
	height: 171px;
}

#conteudo {
	min-height: 350px;
	width: 766px;
	padding: 5px;
	margin-bottom: 30px;
	display: block;
}

#div_spacer {
	width: 766px;
	height: 40px;
	padding: 5px;
	display: block;
}

#rodape {
	position: absolute;
	width: 776px;
	height: 31px;
	bottom: 0px;
	visibility: visible;
	display: block;
}

/* Tabela adm usuários */
.linha_usu {
	width: 750px;
	margin: 0px 5px;
	display: block;
	height: 27px;
	padding: 2px 0px 2px;
	border-bottom: solid 1px;
	border-bottom-color: #999;
	clear: both;
	float: left;
}
.col_250px {
	width: 215px;
	height: 20px;
	padding: 2px;
	float: left;
}

.col_130px {
	width: 130px;
	height: 20px;
	padding: 2px;
	float: left;
}

.col_190px {
	width: 190px;
	height: 20px;
	padding: 2px;
	float: left;
}

.col_350px {
	width: 315px;
	height: 20px;
	padding: 2px;
	float: left;
}

.col_400px {
	width: 365px;
	height: 20px;
	padding: 2px;
	float: left;
}

.col_380px {
	width: 345px;
	height: 20px;
	padding: 2px;
	float: left;
}
.col_100px {
	width: 65px;
	height: 20px;
	padding: 2px;
	float: left;
	text-align: center;
}

.col_115px {
	width: 80px;
	height: 20px;
	padding: 2px;
	float: left;
	text-align: center;
}

.col_90px {
	width: 55px;
	height: 20px;
	padding: 2px;
	float: left;
	text-align: center;
}

.bt_img {
	cursor: pointer;
}
/* FIM tabela adm usuários */

/* Tabela detalhes usuários */
.linha_detalhes {
	width: 730px;
	margin: 0px 20px;
	display: block;
	height: 22px;
	padding: 2px 0px 2px;
}

.linha_comprar {
	width: 700px;
	margin: 0px 45px 0px 15px;
	display: block;
	height: 105px;
	padding: 2px 0px 2px;
	background-color: #EAEEDD;
}


.col_detalhesD, .col_detalhesE  {
	width: 340px;
	height: 20px;
	padding: 2px 5px;
	float: left;
}

.col_detalhesD {
	background-color: #eaeedd;
	text-align: left;
}

.col_detalhesE {
	background-color: #c3d09b;
	text-align: right;
}

.col_compar {
	width: 340px;
	height: 20px;
	padding: 2px 5px;
	float: left;
	background-color: #eaeedd;
	text-align: left;
}
/* FIM tabela detalhes usuários */

.linha_separacao {
	width: 100%;
	display: block;
	float: left;
	height: 5px;
}

.div_margem {
	width: 100%;
	display: block;
	float: left;
	padding: 0 20px;
}

.div_compras {
	width: 165px;
	height: 300px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	border: solid 1px #79886c;
}
.titulo {
	font-weight: bold;
	font-size: 14px;
	color: #030;
}
.bold {
	font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}

