/* by vitorgga */

@import url(http://fonts.googleapis.com/css?family=Quicksand|Montaga);

a, a:link, a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #EEEEEE;
    cursor: pointer; cursor: hand;
}
a:hover {
    text-decoration: none;
}

body {
    background: #010101 url('design/rodape.jpg') no-repeat right bottom;
}

body, table, input, textarea, select, button {
    color: #FFFFFF;
}

.curvas {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

hr {
    clear: both;
    border: none;
    border-top: 1px dashed #FAFAFA;
    height: 0;
}

input, select, textarea {
    background: #4B4B4D;
    border: none;
	color: #FFFFFF;
	padding: 6px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
    background: #4B4B4D;
    border: none; 
	color: #FFFFFF;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 12pt;
	padding: 0 7px;
	margin: 0 2px;
    line-height: normal;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 0 7px;
    color: #FFFFFF;
}
button:hover, .button:hover {
    background: #FFFFFF;
    color: #000000;
}

.item { border-bottom: 1px solid #162B41; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #FFFFFF; }

a.tooltip span { display:none; } 
a.tooltip:hover span {
    display: inline;
    position: absolute;
    background: #ffffff;
    border:1px solid #cccccc;
    color:#6c6c6c;
    font-size: 8pt;
    padding: 2px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#conteudo {
    height: 100%;
}
#conteudo.index {
    width: 990px;
    margin: auto;
}

h1, h2, h3, h4 {
    clear: both;
    margin: 0px;
    padding: 0px; 
}
h1 {
    color: #FFFFFF;
    padding: 10px 0;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 18pt;
    font-weight: bold;
    text-transform: uppercase;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
    color: #FFFFFF;
}
h2 {
    color: #FFFFFF;
    font-family: "Trebuchet MS",Tahoma;
    font-weight: normal;
    font-size: 22pt;
    padding: 5px 0;
    margin: 0;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #FFFFFF;
}
h3 {
    font-family: "Trebuchet MS",Tahoma;
    font-size: 12pt;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 5px 0;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #FFFFFF;
}

.banners img, .banners embed, .banners object {
	margin: 4px;
    vertical-align: top;
}

.banners_vertical img, .banners_vertical embed, .banners_vertical object {
	margin: 0 0 10px 0;
}

.off {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.off_hover:hover {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;    
}
.off_reverso:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.dfix {
 content: '.'; clear: both; display: inline-block;
}

#tinymce, #tinymce p, #tinymce div, .rte_documento, .rte_documento p, .rte_documento div {
    padding: 10px;
    text-align: justify;
    line-height: 150%;
}

body.mceContentBody {
   background: #000000;
   overflow: auto;
}

.rte_documento2 {
    padding: 10px 20px;
    text-align: justify;
    line-height: 150%;
}

.inputAlert {
	border: 1px solid red;
}

.alerta {
    padding: 20px; border: 1px solid #FFE5E5; background: #FFFFE5; font-weight: bold;
}

#fancy_div {
	background: #FFFFFF !important;
	color: #000000 !important;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/

.a_logo {
    display: block;
    width: 300px;
    text-align: center;
    padding: 35px 0;
}
.a_logo img {
    height: 86px;
}

.a_desenvolvido {
	width: 79px;
	height: 44px;
	background: url('design/desenv_magicdigital.png') no-repeat center center;
	display: inline-block;
}

html, body {
    height: 100%;
    overflow: hidden;
}
body {
    overflow-y: scroll\9; /* IE FAIL */
}

.d_base {
    height: 100%;
    background: url('design/topo.jpg') no-repeat top left;
}

.d_rodape {
    background: #231F20;
    padding: 5px;
    margin: 0 0 2px 0;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}

.paginas a {
	display: inline-block;
	padding: 10px;
	font-size: 12pt;
	color: #362F24;
	font-weight: bold;
}
.paginas a:hover {
    background: #EEEEEE;
}

.transparente, .transparente:hover {
    padding: 0;
	background: none;
	border: none;
    
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.frm > span {
    display: block;
    padding: 5px;
    font-family: "Trebuchet MS",Tahoma;
}
.frm > span > label {
    color: #777777;
    display: block;
    vertical-align: middle;
}
.frm .botaozao {
    font-size: 13pt;
    padding: 10px 20px;
}

.paginacao {
    background: #EEEEEE;
    text-align: right;
   
}
.paginacao select {
    background: none;
    border: none;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 15pt;    
}

.d_menu {
    padding: 0 70px;
}
.d_menu a {
    display: block;
    margin: 10px 0;
    padding: 2px 0;
    font-size: 12pt;
    text-transform: uppercase;
    border-bottom: 1px solid #C8A44A;
}
.d_menu a.on {
    color: #C8A44A;
}

a.d_menu_sub {
    border-bottom: none;
    margin: 0 -20px 0 0;
    padding: 2px 0 2px 20px;
}

.d_menu_rodape {
    display: inline-block;
    width: 600px;
    text-align: center;
}
.d_menu_rodape a {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 6px;
    width: 35%;
    font-size: 12pt;
    text-transform: uppercase;
}
.d_menu_rodape1 {
    border-bottom: 1px solid #C8A44A;   
}

.d_menu_rodape a:first-child { width: 23%; float: left; text-align: left; }
.d_menu_rodape a:last-child { width: 25%; float: right; text-align: right; }

#conteudo.contato {
    background: url('design/bg_mapa.png') no-repeat right top;
}

.d_pagina_faq,
.d_pagina_casamento,
.d_pagina_baby_kids
.d_pagina_teens,
.d_pagina_contato,
.d_pagina_erika
{
    background: #010101 url('design/topo.jpg') no-repeat left bottom;
}
.d_pagina_faq .d_base,
.d_pagina_casamento .d_base,
.d_pagina_baby_kids .d_base,
.d_pagina_teens .d_base,
.d_pagina_contato .d_base,
.d_pagina_erika .d_base
{
    background: none;
}

.d_pagina_erika #conteudo {
    width: 990px;
    margin: auto;
    overflow-y: auto;
}