p{ line-height: 160%; }

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #FF3366;
}


h1{
    font-weight: normal;
    font-size: 26px;
    color: #33CCFF;
    margin: 20px 0px 30px 0px;
}

h1 a{ color: #33CCFF; }

h1 a:hover{ color: #33CCFF; text-decoration: underline;}


h2{
    font-weight: normal;
    font-size: 24px;
    color:#FF3399;
}

h3{
    font-weight: normal;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color:#999999;
}


ul, li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#conteudo-internas{
    border: 0px solid;
    padding: 0px 0px 0px 40px;
    position: relative;
}

.aba-grande{
    width: 420px;
    height: 56px;
    background-image: url(../_img/aba_grande_fundo.png);
    margin: 0px;
    border: 0px solid;
}

#conteudo-internas .aba-grande a {
    font-size: 18px;
    display: block;
    padding: 16px 0px 0px 20px;
    text-decoration: none;
    color: #999999;
}

#conteudo-internas .aba-grande a:hover { color: #ff6699; }


.aba{
    line-height:normal;
    width: 355px;
    height: 56px;
    background-image: url(../_img/aba_fundo.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    border: 0px solid #000;
}

#conteudo-internas .aba h1{
    margin: 0px;
}

#conteudo-internas .aba a {
    font-size: 18px;
    display: block;
    padding: 16px 0px 0px 20px;
    text-decoration: none;
    color: #999999;
}

#conteudo-internas .aba a:hover { color: #ff6699; }


div ul{ margin: 10px 0px 20px 30px; }

div li{
    margin: 0px 0px 15px 0px;
    color: #999999;
    padding: 0px 0px 0px 15px;
}

.item-lista-marcado{
    background-image: url(../_img/marcador_seta_cinza.gif);
    background-position: 15px 4px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 30px;
}

div li a{
    text-decoration: none;
    color: #999999;
    background-image: url(../_img/marcador_seta_cinza.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
}

div li a:hover{
    color: #33ccff;
    background-image: url(../_img/marcador_seta_rosa.gif);
}

.barra{ color:#CCCCCC; }

.header { color: #FF3366; }

#conteudo-internas .aba-container{ display: none; }

.coluna-esquerda{
    float: left;
    width: 350px;
    padding: 0px 0px 20px 0px;
    border: 0px solid;
}

.coluna-direita{
    float: left;
    width: 450px;
    padding: 20px;
    border: 0px solid;
}

.box{
    width: 628px;
    min-height: 200px;
    _height: 200px;
    margin: 20px;
    padding: 10px;
    background-image: url(../_img/box_fundo.png);
    background-repeat: repeat-y;
    position: relative;
    text-align:left;

}

.box-top{
    width: 100%;
    height: 20px;
    background-image:url(../_img/box_top_2.png);
    background-repeat: no-repeat;
    background-position: 0px top;
    position: absolute;
    top: -20px;
    left: 0px;
    border: 0px solid;
}

.box-bottom{
    width: 100%;
    height: 20px;
    background-image:url(../_img/box_bottom.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    position: absolute;
    bottom: -20px;
    left: 0px;
}

.box img{	
    margin: 0px 0px 0px 20px;
    padding: 0px;
    border: 0px solid #000;
}

/*-------------------------------
Input
*/

.input_text_grande{
    padding: 5px 10px 5px 10px;
    width:321px;
    border:1px solid #6699cc;
    /*
    background-image:url(../_img/input_text_grande_fundo.png);
    background-position: 0px center;
	background-repeat:no-repeat;
    */
    color: #003366;
    -moz-box-shadow: 0px 0px 10px #b0c0c8;
    -webkit-box-shadow: 0px 0px 10px #b0c0c8;
    box-shadow: 0px 0px 10px #b0c0c8;

}

.input_text_normal{
    padding: 5px 10px 5px 10px;
    width:265px;
    border:1px solid #6699cc;
    color: #003366;

    -moz-box-shadow: 0px 0px 10px #b0c0c8;
    -webkit-box-shadow: 0px 0px 10px #b0c0c8;
    box-shadow: 0px 0px 10px #b0c0c8;
    /*
	background-image:url(../_img/input_text_normal_fundo.png);
    background-position: 0px center;
	background-repeat:no-repeat;
	*/
}

.input_text_pequeno{
    margin-left:3px;
    padding: 5px 10px 5px 10px;
    width:26px;
    border:1px solid #6699cc;
    color: #003366;

    -moz-box-shadow: 0px 0px 10px #b0c0c8;
    -webkit-box-shadow: 0px 0px 10px #b0c0c8;
    box-shadow: 0px 0px 10px #b0c0c8;
    /*
        background-image:url(../_img/input_text_pequeno_fundo.png);
        background-position: 0px center;
	background-repeat:no-repeat;
	*/
}

.textarea{
    padding:10px 10px 0px 10px;
    height:124px;
    width:321px;
    border:1px solid #6699cc;
    color: #003366;
    font-family: verdana;
    font-size: 12px;

    -moz-box-shadow: 0px 0px 10px #b0c0c8;
    -webkit-box-shadow: 0px 0px 10px #b0c0c8;
    box-shadow: 0px 0px 10px #b0c0c8;
    /*
        background-image:url(../_img/textarea_fundo.png);
	background-repeat:no-repeat;
	*/
}

.topo{ padding: 0px 0px 60px 0px; text-align: right;}

.box-informacoes{ margin: 0px 0px 0px 50px;}

.box-informacoes h3{
    color: #666;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}

.box-informacoes p{
    margin: 0px;
}

.tags{ color: #999999; }

/* formata o menu que acompanha a rolagem */
#fixMe{
    position: absolute;
    top: 200px;
    left: 0px;
}

 .big-tip{

    width: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    background-color: #000;
    padding: 20px;
    color: #fff;

    -moz-border-radius: 10px;
    border-radius: 10px;

    filter:alpha(opacity=95);
    opacity: 0.95;
    -moz-opacity:0.95;

    -moz-box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
}

.big-tip h1{
    color:#e80e42;
    margin: 10px 0px;
}

.big-tip h2{
    color:#1692ce;
    font-size: 18px;
    margin: 10px 0px;
}

.big-tip a{
    color: #1692ce;
    font-weight: bold;
}

.big-tip a:hover{
    color: #e80e42;
}

.big-tip-contato {
    
    font-weight: bold;
    width: 200px;
    margin: 20px auto 10px auto;
    color: #fff !important;
    display: block;
    padding: 10px;
    background-color: #1692ce;
    background-image: url(../_img/botao_fundo.png);
    background-repeat: repeat-x;
    text-align: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.big-tip-contato:hover{
    background-color: #e80e42;
    color: #fff;
}
