body {
	background-image: url(../images/body.jpg);
	color: #ffab81;
}
#geral {
	width: 990px;
	margin: auto;
	background-image: url(../images/fundo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#meio {
	min-height: 450px;
	overflow: auto;
}
#topo {
	height: 180px; /* APAGAR LINHA */
	background-image: url(../images/txt_bem_vindos.gif);
	background-repeat: no-repeat;
	background-position: 490px 55px;
}
#meio {
	overflow: auto;
	padding-bottom: 5px;
}
#lateral {
	float: left;
	width: 490px;
}
#query_string {
	float: left;
	width: 500px;
}
#logomarca {
	padding: 10px 0 0 110px;
}
a {
	color: #ffab81;
}


/***********************************************************
						MENU
***********************************************************/
#menu ul {
	text-align: right;
	padding: 10px 10px 0 0;
}
#menu ul li {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	padding-right: 5px;
	margin-right: 3px;
	border-right: 1px #ffab81 solid;
	color: #ffab81;
}
#menu ul li:last-child {
	border: 0;
}
#menu ul li a {
	text-decoration: none;
	color: #ffab81;
}
#menu ul li a:hover {
	color: #fff;
}


/***********************************************************
						LATERAL
***********************************************************/
#flash {
	text-align: center;
}
#contato_idx {
	background-image: url(../images/contato_direto_bg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 51px;
	padding-left: 141px;
	padding-top: 15px;
	line-height: 18px;
	margin: auto;
}
#contato_idx h3 {
	font-size: 1.2em;
}



/***********************************************************
						PRINCIPAL
***********************************************************/
#trajes ul {
	overflow: auto;
}
#trajes ul li {
	float: left;	
	width: 130px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 14px;
}
#trajes ul li a {
	color: #ffab81;
}
#trajes ul li img {
	background-color: #fff;
	padding: 3px;
}
#dicas_idx {
	clear: both;
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 13px;
}
#dicas_idx h2 {
	margin-bottom: 6px;
	font-size: 1.5em;
}
#dicas_idx h3 {
	font-size: 1.3em;
}
#dicas_idx a {
	text-decoration: none;
	color: #ffab81;
}
#dicas_idx a:hover {
	color: #fff;
}
#newsletter {
	margin-top: 20px;
}
#newsletter h2 {
	margin-bottom: 6px;
	font-size: 1.5em;
}
#newsletter input {
	padding: 1px;
	margin-top: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cb301f;
	border: 0;
	border-bottom: 3px #7d0000 solid;
}
#newsletter button {
	padding: 1px;
	font-size: 9px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cb301f;
	border: 0;
	color: #9e0000;
	border-bottom: 3px #7d0000 solid;
}




/******************************************
	CONTEUDO, PÁGINAS & GRUPO CONTEUDOS
******************************************/
#conteudo, #pagina, #conteudo_grupos, #album_lista {
	padding-right: 20px;
	font-size: 1.1em;
}
#conteudo p, #pagina p, #conteudo_grupos p {
	line-height: 14px;
}
#conteudo iframe, #pagina iframe, #conteudo_grupos iframe {
	border: 3px #d1e1b0 solid;
	width: 94%;
}
#conteudo .data {
	color: #FFFF84;
	width: 110px;
	padding: 2px;
	font-size: 0.9em;
}
#conteudo img, #pagina img, #conteudo_grupos img, #album_lista img {
	padding: 3px;
	background-color: #fff;
	margin: 2px 0 2px 0;
}
#album_lista ul li {
	display: inline;
	margin-right: 4px;
}
#conteudo h2, #pagina h2, #conteudo_grupos h2, #album_lista h2 {
	font-size: 1.9em;
	color: #fff;
}
#conteudo_grupos ul li h3 {
	font-size: 1.4em;
}
#conteudo a, #pagina a, #conteudo_grupos a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 1px;
}
#conteudo_grupos .conteudos a {
	color: #ffab81;
}
#conteudo a:hover, #pagina a:hover, #conteudo_grupos a:hover {
	color: #ffab81;
}
#conteudo ul, #pagina ul, #conteudo_grupos ul {
	margin: 5px 0 5px 0;
}
#conteudo ul li, #pagina ul li, #conteudo_grupos ul li {
	list-style: disc;
	margin-left: 15px;
	color: #fff;
}
#conteudo input, #conteudo textarea, #conteudo select, #pagina input, #pagina textarea, #pagina select, #conteudo_grupos input, #conteudo_grupos textarea, #conteudo_grupos select {
	background-color: #ffecce;
	border: 1px #ffd798 solid;
	padding: 2px;
	margin-bottom: 1px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#conteudo textarea, #pagina textarea, #conteudo_grupos textarea {
	width: 80%;
	height: 70px;
}
#conteudo fieldset, #pagina fieldset, #conteudo_grupos fieldset {
	margin: 8px 0 8px 0;
	border-top: 1px #d13d22 solid;
	border-left: none;
	border-right: none;
	border-bottom: 1px #d13d22 solid;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
}
#conteudo legend, #pagina legend, #conteudo_grupos legend {
	display: none;
}
#conteudo label, #pagina label, #conteudo_grupos label {
	color: #fff;
	font-size: 0.9em;
}
#conteudo button, #pagina button, #conteudo_grupos button {
	border-left-color: #E7F9C5;
	border-top-color: #E7F9C5;
	border-bottom-color: #ffd798;
	border-right-color: #ffd798;
	background-color: #ffecce;
	color: #CC0000;
}
#conteudo td, #pagina td, #conteudo_grupos td {
	border: 1px #999 solid;
	padding: 1px;
	font-size: 1.1em;
}





/***********************************************************
						VOLTAR
***********************************************************/
#voltar {
	text-align: right;
	color: #d13d22;
	padding-right: 20px;
	font-size: 1.1em;
	margin: 10px 0 10px 0;
}
#voltar a {
	color: #d13d22;
	text-decoration: none;
}
#voltar a:hover {
	color: #ffab81;
}





/***********************************************************
						RODAPE
***********************************************************/
#rodape {
	text-align: center;
	line-height: 13px;
	color: #d13d22;
	margin: 20px 0 20px 0;
	clear: both;
}
#rodape a {
	color: #d13d22;
	text-decoration: none;
}
#rodape a:hover {
	color: #ffab81;
}