@charset "utf-8";
/* CSS Document */
/*****************************************************CSS RESET - INICIO*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color: #FFFFFFF;
}

a {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
	color: black;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.69em;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	background-color: #FFFFFF;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/*************************************************************CSS RESET - FIM*/

/*Geral*/
div.clear {
	clear:both;
}

html {
	height:100%;
	background: url(../img/pattern_bg.jpg);
}

body {
	background:url(../img/bg_2col.gif) repeat-y center;
	min-height:100%;
}

body#home {
	background:url(../img/bg_3col.gif) repeat-y center;
}

body#index {
	background:none;
}

#wrap {
	width:654px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #F6EFDE;
}

#header {
	height:68px;
	background:#f6efde;
}

#header h1 {
	float:left;
	margin:3px 0 0 10px;
}

#header div {
	float:right;
	font-size:.72em;
	margin:30px 10px 0 0;
	font-weight:bold;
}

#header a:link,
#header a:visited {
	color:#040404;
}

#tipo {
	position:absolute;
	top:51px;
	left: 722px;
	font-weight:bold;
	font-size:0.72em;
}
#nav {
	width:100%;
	height:24px;
	background:#aa7233;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.nav_container {
	background:#f6efde; 
	padding-bottom:10px;
}

#nav li {
	float:left;
}

#nav li a {
	background:#aa7233;
	color:#fff;
	height:20px;
	display:block;
	float:left;
	border-right:1px solid #ffffff;
	padding:4px 34px 0 34px;
}

#nav a.lastli {
	border:0;
	padding-right:43px;
}

#nav a:link,
#nav a:visited {
	color:#FFFFFF;
}

#nav a:hover {
	background:#c09668;
	color:#000000;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

/*Suckerfish*/
#nav li{
	float:left;
	position:relative;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li:hover ul,
#nav li.over ul {
	display: block; 
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	margin-top:24px;
	color:#000000;
	background:#ddc7af;
	border-top:1ox solid #000;
}

#nav li ul li a {
	width:200px;
	height:21px;
	margin:0;
	padding:4px 0 0 0;
	border-right:0;
	color:#000000;
	text-indent:25px;
	background:#ddc7af;
	border-bottom:1px solid #000;
}

#nav li ul li a:link,
#nav li ul li a:visited {
	color:#000000;
}

#nav li ul li a:hover {
	background:#c5a98b;
}

#nav li:hover ul li,
li.over ul li {
	clear:both;
}

/*Home*/
#content {
	padding:10px;
	
}

.coluna {
	width:196px;
	padding:0 6px;
	float:left;
	margin:0 5px 0px 0;
}

.coluna_wide {
	width:389px;
	min-height:20em;
	padding:0 6px;
	float:left;
	margin:0 25px 0px 0;
	background-color: #F6EFDE;
}

#content h1 {
	font-size:1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2f0303;
	font-weight:bold;
	background:url(../img/title_bg.gif) repeat-x;
	margin:18px 0 15px 0;
	line-height:24px;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a52119;
	font-weight:bold;
	font-size:.81em;
}

#content h2 a:link,
#content h2 a:visited {
	color:#a52119;
}

#content h2 a:hover {
	text-decoration:underline;
}

#content small {
	color:#000;
	font-size:.69em;
}

#content p {
	color:#414141;
	font-size:.69em;
	line-height:18px;
	margin:10px 19px;
}

.coluna img {
	display:block;
	margin:10px auto;
}

.coluna_wide img.img_left {
	float:left;
	margin:0px 10px 10px 0;
}

.coluna a.vertodos,
.coluna_wide a.vertodos {
	color:#a52119;
	font-size:12px;
	float:right;
}

#noticia h1 {
	width:100px;
}

#indice_noticia h1 {
	width:180px;
}

#noticia h2,
#indice_noticia h2 {
	font-size:1.13em;
}

#noticia p,
#indice_noticia p {
	font-weight:bold;
}
/*Login*/
#index_wrap {
	width:730px;
	margin:8% auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

#index_wrap.imprensa {
	margin:0 auto;
	padding:40px 0 0 0;
}

#index_wrap h2 {
	float:right;
	font-size:1.50em;
	margin:-25px 75px 0 0;
	font-weight:normal;
	display:inline;
}

#index_wrap h3 {
	margin-bottom:20px;
}

#index_wrap p {
	float:right;
	font-size:.88em;
	clear:both;
	margin:10px 75px 0 0;
	display:inline;	
}

#login {
	background: url(../img/login_bg.jpg) left top no-repeat;
	width:320px;
	float:left;
	clear:both;
	font-size:.69em;
	padding-right:50px;
}

#login fieldset {
	width:190px;
	padding:55px 0 0 45px;
}

#index_wrap label {
	float:left;
	clear:both;
}

#index_wrap input {
	background:url(../img/index_input_bg.jpg) repeat-x;
	border:0;
	float:right;
	margin:0 0 10px 0;
	color:#fff;
}

#index_wrap input.ok_bt {
	display:block;
	clear:both;
	margin-top:5px;
	cursor:pointer;
	background:url(../img/login_ok_bg.jpg) repeat-x;
}

#login p {
	margin:40px 0 0 20px;
	line-height:16px;
}

#index_cad_repr {
	font-size:.69em;
	line-height:16px;
	float:left;
	width:270px;
	height:162px;
	padding:70px 0 0 50px;
	background:url(../img/index_login_bg.gif) no-repeat left center;
}

#index_cad_repr a, #login a, #paginacao p a {
	color:#9e362b;
	text-decoration:underline;
}

#noticia a{
	color:#9e362b;
	text-decoration:underline;
	margin-bottom: 5px;
}
.indice_not {
	font-size:1.06em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
}

#colecao h1 {
	width:90%;
}

.indice_not a:link,
.indice_not a:visited,
.itens_colecao p a:link,
.itens_colecao p a:visited,
.leg_foto a:link,
.leg_foto a:visited {
	color:#a52119;
}

.indice_not a:hover,
.itens_colecao p a:hover,
.leg_foto a:hover {
	text-decoration:underline;
}

.itens_colecao li {
	float:left;
	margin:0 25px 30px 10px;
}

.itens_colecao p {
	display:block;
}

/*Cadastro*/
#cadastro {
	clear:both;
	font-size:.72em;
	color:#030303;
}

#cadastro fieldset {
	width:500px;
}

#cadastro label {
	font-weight:bold;
}

#cadastro div div {
	float:right;
	_margin-bottom:20px;
	*margin-bottom:20px;
}


#cadastro label input {
	float:left;
	margin:0 5px 0 0;
	border:0;
	vertical-align:middle;
}

#cadastro select {
	float:right;
	margin-bottom:20px;
	background:url(../img/index_input_bg.jpg) repeat-x;
	border:0;
}

#cadastro input {
	margin:0 0 20px 10px;
	color:#030303;
	border-bottom:1px solid #bc180c;
	background:0;
}

#cadastro input.ok_bt {
	display:block;
	clear:both;
	margin-top:10px;
	cursor:pointer;
	background:url(../img/login_ok_bg.jpg) repeat-x;
	border:0;
	color:#fff;
}

/*Imprensa*/
#index_wrap.imprensa p {
	float:none;
	color:#030303;
}

#index_wrap.imprensa h4 {
	font-size:.81em;
	text-transform:uppercase;
	margin-bottom:15px;
}

#index_wrap.imprensa h5 {
	font-size:.81em;
	text-transform:uppercase;
	margin-top:30px;
}

#index_wrap.imprensa p a:link,
#index_wrap.imprensa p a:visited {
	color:#030303;
}

#index_wrap.imprensa p a {
	margin:0 0 0 15px;
}

#index_wrap.imprensa p a:hover {
	text-decoration:underline;
}

#index_wrap.imprensa p a span {
	color:#d30300;
}

#index_wrap.imprensa .pdf {
	background: url(../img/pdf.jpg) no-repeat left center;
}

#index_wrap.imprensa ul {
	width:365px;
}

#index_wrap.imprensa ul li {
	float:left;
}

#index_wrap.imprensa ul li img {
	border:3px solid #705f41;
	margin:15px 20px 15px 0;
}
/*Footer*/
#footer {
	width:100%;
	height:23px;
	clear:both;
	background:#000;
	position:fixed;
	bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.63em;
}

#footer a:link,
#footer a:visited {
	color:#fff;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	float:right;
	margin:6px 0px 0 0;
}

#footer ul.voltar_site {
	float:left;
	margin-left:10px;
}

#footer ul li {
	float:left;
	margin:0 10px 0 0;
}

#formlojas{background-color: #f6efde;}