/* 
    Documento   : estilo
    Criado em   : 28/02/2012, 16:42:44
    Autor       : CherryWeb - cherryweb.com.br
    Descrição   : Folha de estilo principal do site
    Versão      : 0.1
*/

@import "reset_global.css";

/*## layout ##*/

/*## Geral ##*/


body{
    //background: #E8E9EA url("../img/back_center.jpg") center repeat-y;
    background: #E8E9EA url("../img/back_center.jpg") center repeat;
}

/*## fim do Geral ##*/

/*### Topo ###*/

header{
    width: 100%;
    height: 160px;
    background: url("../img/back_header.jpg") center no-repeat;
}

header #topo{
    width: 950px;
    height: 160px;
    margin: 0 auto;
}

header #topo #logo{
    width: 250px;
    height: 160px;
    float: left;
}

header #topo #logo img{
    margin-top: 10px;
}

header #topo #login{
    width: 275px;
    height: 120px; /*90px*/
    position: relative;
    background: url("../img/bk_login.png");
    float: right;
    margin-right: 20px;
    border-left: 1px solid #FF6600;
    border-right: 1px solid #FF6600;
    border-bottom: 1px solid #FF6600;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    box-shadow:#999999 3px 3px 6px;
    -moz-box-shadow:#999999 3px 3px 6px;
    -webkit-box-shadow:#999999 3px 3px 6px;
    -o-box-shadow:#999999 3px 3px 6px;
    -ms-box-shadow:#999999 3px 3px 6px;
}

header #topo #login h1{
    font-family: Arial, Tahome;
    font-size: 16px;
    width: 275px;
    text-align: center;
    color: #F05E1F;
}


.txt_login, .txt_senha{
    border: 1px solid #000000;
    width: 75px;
    height: 18px;
    float: left;
    font-family: Arial, Tahoma;
    font-size: 10px;
    color: #333333;
    padding: 1px 5px;
    margin-left: 5px;
    border-radius: 4px;
    background: #C9DBE9;
}

.txt_senha:hover, .txt_login:hover{
    background: #FFB584;
}

.txt_login:focus, .txt_senha:focus{
    background: #FFB584;
}

.bt_login{
    width: 50px;
    height: 20px;
    background: url("../img/bk_bt_login.jpg");
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-left: 10px;
    font-family: Arial, Tahome;
    color: #EEEEEE;
    text-align: center;
}

.bt_login:hover{
    cursor: pointer;
    color: #000000;
    border: 1px solid #353535;
    box-shadow:#353535 2px 1px 2px 0px inset;
    -moz-box-shadow:#353535 2px 1px 2px 0px inset;
    -webkit-box-shadow:#353535 2px 1px 2px 0px inset;
    -o-box-shadow:#353535 2px 1px 2px 0px inset;
    -ms-box-shadow:#353535 2px 1px 2px 0px inset;
}

#login_username, #login_password, #login_bt{
    margin-top: 10px;
}

#login_username{
    margin-left: 20px;
}
/*### fim do Topo ###*/

/*### Menu ###*/

nav{
    width: 100%;
    height: 50px;
    margin: 0;
    background: url("../img/bk_menu.jpg");
    position: absolute;
    /*box-shadow: #999999 0 3px 6px;
    -moz-box-shadow: #999999 0 3px 6px;
    -webkit-box-shadow: #999999 0 3px 6px;
    -o-box-shadow: #999999 0 3px 6px;
    -ms-box-shadow: #999999 0 3px 6px;*/
    z-index: 2;
}

menu{
    width: 950px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

menu ul{
    margin-left: -19px;
}

menu ul li{
    display: inline;
    float: left;
    padding: 15px;
}

menu ul img{
    float: left;
}

menu ul li a{
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}

menu ul li a:visited{
    color: #333333;
}

menu ul li:hover{
    background: #FF6633;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    /*box-shadow:#353535 2px 2px 4px 0px inset;
    -moz-box-shadow:#353535 2px 2px 4px 0px inset;
    -webkit-box-shadow:#353535 2px 2px 4px 0px inset;
    -o-box-shadow:#353535 2px 2px 4px 0px inset;
    -ms-box-shadow:#353535 2px 2px 4px 0px inset;*/
}

menu ul li:hover a{
    color: #FFFFFF;
    cursor: pointer;
}

menu ul li ul{
    width: 243px;
    display: none;
    position: absolute;
    margin: 15px 0 0 -15px;
    background: #FF6633;
    /*border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;*/
    box-shadow: 1px 1px 8px #333333;
    -moz-box-shadow: 1px 1px 8px #333333;
    -webkit-box-shadow: 1px 1px 8px #333333;
    -o-box-shadow: 1px 1px 8px #333333;
    -ms-box-shadow: 1px 1px 8px #333333;
    z-index: 10;
}

menu ul li ul li{
    width: 213px;
    height: 20px;
    /*border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;*/
    border-bottom: 2px #999999 solid;
    padding: 8px 15px;
}

menu ul li ul li a{
    text-transform: inherit;
}

menu ul li ul li:hover a{
    color: #333333;
    cursor: pointer;
}

menu ul li ul li:hover{
    background: #CCCCCC;
    cursor: pointer;
    border-radius: 0;
}

menu ul li:hover ul{
    display: block;
}
/*### fim do Menu ###*/

/*### corpo do site ###*/

section{
    width: 950px;
    height: 150%;
    margin: 10px auto;
    margin-top: 55px;
    position: relative;
    background: transparent;
    z-index: 1;
}

#baner{
    width: 950px;
    height: 250px;
    background: #ffffff;
    box-shadow: 2px 2px 3px #cccccc;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    -o-box-shadow: 2px 2px 3px #cccccc;
    -ms-box-shadow: 2px 2px 3px #cccccc;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 10px;
    z-index: 1;
}

#baner ul{
    margin: 0;
}

#baner ul li{
    list-style: none;
    margin: 0;
}

#baner_prop1{
    width: 950px;
    height: 250px;
    background: url(../img/fundo_baner1.jpg);
}

#baner_prop2{
    width: 950px;
    height: 250px;
    background: url(../img/fundo_baner2.jpg);
}

#baner_prop3{
    width: 950px;
    height: 250px;
    background: url(../img/fundo_baner3.jpg);
}

#baner_prop1 h2, 
#baner_prop2 h2, 
#baner_prop3 h2{
    width: 900px;
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    margin-top: 10px;
}

#baner_prop1 h4, 
#baner_prop2 h4, 
#baner_prop3 h4{
    width: 900px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    margin: 0 0 -5px 35px;
}

#baner_prop1 h4.txt2, 
#baner_prop2 h4.txt2, 
#baner_prop3 h4.txt2{
    margin-left: 80px;
}

#baner_prop1 a h3,
#baner_prop2 a h3,
#baner_prop3 a h3{
    color: #FFFFFF;
    font-size: 22px;
    margin-top: 20px;
    text-align: right;
    margin-right: 30px;
}

#baner_prop1 a:hover h3,
#baner_prop2 a:hover h3,
#baner_prop3 a:hover h3{
    color: #000000;
}

#cont_principal{
    width: 950px;
    background: #F9F9F9;
    border: 1px solid #EFEFEF;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    box-shadow: 2px 2px 3px #CCCCCC;
    -moz-box-shadow: 2px 2px 3px #CCCCCC;
    -webkit-box-shadow: 2px 2px 3px #CCCCCC;
    -o-box-shadow: 2px 2px 3px #CCCCCC;
    -ms-box-shadow: 2px 2px 3px #CCCCCC;
    position: relative;
    padding: 0;
    clear: both;
}

#prop1{
    width: 585px;
    height: 208px;
    background: #F9F9F9;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    box-shadow: 2px 2px 3px #CCCCCC;
    -moz-box-shadow: 2px 2px 3px #CCCCCC;
    -webkit-box-shadow: 2px 2px 3px #CCCCCC;
    -o-box-shadow: 2px 2px 3px #CCCCCC;
    -ms-box-shadow: 2px 2px 3px #CCCCCC;
    position: relative;
    float: left;
}

#prop2{
    width: 350px;
    height: 208px;
    background: #F9F9F9;
    margin: 0 0 0 10px;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    box-shadow: 2px 2px 3px #CCCCCC;
    -moz-box-shadow: 2px 2px 3px #CCCCCC;
    -webkit-box-shadow: 2px 2px 3px #CCCCCC;
    -o-box-shadow: 2px 2px 3px #CCCCCC;
    -ms-box-shadow: 2px 2px 3px #CCCCCC;
    position: relative;
    float: left;
}

#fixo1, #fixo2, #fixo3{
    width: 310px;
    height: 290px;
    float: left;
    margin-left: 7px;
    margin-bottom: 15px;
    background: #F9F9F9;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    box-shadow: 2px 2px 3px #CCCCCC;
    -moz-box-shadow: 2px 2px 3px #CCCCCC;
    -webkit-box-shadow: 2px 2px 3px #CCCCCC;
    -o-box-shadow: 2px 2px 3px #CCCCCC;
    -ms-box-shadow: 2px 2px 3px #CCCCCC;
}

#fixo1{
    clear: both;
    margin-left: 0;
}

article h1{
    background: url("../img/bk_titulos.jpg") center repeat-x;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
    font-family: Arial, Tahoma;
    color: #FAFAFA;
    height: 15px;
    font-size: 18px;
    font-weight: normal;
}

article h2, article h3, article h4, article h5, article h6{
    color: #222222;
    font-family: Arial, Tahoma;
    font-weight: bold;
    margin: 5px 15px;
}

article h2{
    font-size: 20px;
}

article h3{
    font-size: 18px;
}

article h4{
    font-size: 16px;
}

article h5{
    font-size: 14px;
}

article h6{
    font-size: 12px;
}

article p, article strong, article i{
    color: #333333;
    font-family: Tahoma, Arial;
    margin: 3px 15px;
    text-align: justify;
    text-indent: 30px;
    font-size: 12px;
}

article strong{
    font-weight: bold;
    margin: 0;
}

article i{
    font-style: oblique;
    margin: 0;
}

article ul, article ol{
    margin: 5px 5px 10px 60px;
}

article ul li, article ol li{
    margin: 2px 0;
    font-family: Arial, Tahoma;
    color: #353535;
}

article ul li{
  list-style: square;  
}

article ol li{
    list-style: decimal;
}
/*### fim do corpo do site ###*/

/*### Rodapé ###*/

footer{
    width: 100%;
    height: 285px;
    background: url("../img/footer.jpg") center no-repeat;
    position: relative;
    box-shadow: #656565 0px 0 20px;
    -moz-box-shadow: #656565 0px 0 20px;
    -webkit-box-shadow: #656565 0px 0 20px;
    -o-box-shadow: #656565 0px 0 20px;
    -ms-box-shadow: #656565 0px 0 20px;
    clear: both;
    z-index: 2;
}


footer h2{
padding: 0px;
}


#footer_center{
    width: 950px;
    margin: 0 auto;
}

ul#menu_footer{
    width: 950px;
    margin: 0 auto;
    /**/padding: 3px;
    z-index: 3;
}

ul#menu_footer li{
    list-style: none;
    display: inline;
    float: left;
    text-align: left;
    width: 225px;
}

ul#menu_footer li h2{
    margin-left: 20px;
    font-family: Arial, Tahoma;
    font-size: 16px;
    color: #333;
}

ul#menu_footer img{
    float: left;
}

ul#menu_footer li ul li{
    display: block;
    float: left;
    text-align: left;
    margin-left: 20px;
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #353535;
}

ul#menu_footer li ul la a{
    color: #353535;
}

#footer_center ul#menu_footer li ul la a:active,
#footer_center ul#menu_footer li ul la a:visited,
#footer_center ul#menu_footer li ul la a:link{
    color: #353535;
}

ul#menu_footer li ul li a:hover{
    color: #FFF;
    cursor: pointer;
}

#m_agua_diskfree{
    background: url("../img/m_agua_logo.png") no-repeat top right;
    width: 155px;
    height: 70px;
    float: right;
    margin-top: 110px;
    position: relative;
    z-index: 5;
}

#dev p{
    color: #FBFBFB;
    font-family: Tahoma, Arial;
    font-size: 10px;
    float: left;
    margin-top: 40px;
}

#dev img{
    float: right;
    margin-top: 35px;
}

#erro404{
    background: url("../img/404.png") no-repeat top left;
    margin: 20px auto;
    width: 600px;
    height: 600px;
}

#contato_imagem, #contato_imagem_suporte{
    width: 410px;
    height: 300px;
    background: url("../img/fale_conosco.png") no-repeat left bottom;
    border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    -o-border-radius: 0 0 0 15px;
    -ms-border-radius: 0 0 0 15px;
    bottom: -1px;
    left: 0;
    position: relative;
    clear: both;
}

#contato_imagem_suporte{
    clear: none;
}

#contato_msg, #contato_msg_suporte{
    width: 420px;
    float: left;
}

#contato_msg_suporte{
    float: right;
}

#img_fone{
    float: left;
    padding: 25px;
    position: relative;
}

#img_parceiros, #img_estrutura{
    height: 170px;
    border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    position: relative;
    padding-left: 15px;
    padding-top: 3px;
    bottom: -8px;
    right: -1px;
    float: right;
}

#img_estrutura{
    height: 110px;
    bottom: -25px;
    right: -16px;
    padding: 0;
}

.right{
    float: right;
    margin-top: -10px;
}

.img_paineis{
    width: 311px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -wibkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    position: relative;
    bottom: -19px;
    clear: both;
}

#form_contato{
    width: 530px;
    float: right;
    position: relative;
}

#form_contato h3{
    text-align: center;
    margin-top: 10px;
}

#form_contato fieldset{
    border: 1px solid #656565;
    width: 500px;
    margin: 10px auto;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
}

#form_contato fieldset legend{
    font-family: Tahoma, Arial;
    margin-left: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #F05E1F;
    border: 1px solid #656565;
    padding: 2px 5px;
    border-radius: 8px;
}

#form_contato fieldset label{
    display: block;
}

#form_contato fieldset label span{
    display: block;
    padding: 5px;
    margin-left: 10px;
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #353535;
}

#form_contato fieldset label span#capcha{
    font-family: Tahoma;
    font-size: 22px;
    color: #FF6633;
}

.form_txt{
    background: #FFFFFF;
    margin-left: 10px;
    padding: 5px 8px;
    font-family: Tahoma, Arial;
    font-size: 13px;
    color: #353535;
    border: 1px solid #777777;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow:#999999 2px 2px 4px 0px inset;
    -moz-box-shadow:#999999 2px 2px 4px 0px inset;
    -webkit-box-shadow:#999999 2px 2px 4px 0px inset;
    -o-box-shadow:#999999 2px 2px 4px 0px inset;
}

.form_bt{
    background-color: #820002; 
    background-image: -moz-linear-gradient(90deg, #973D00, #FF6600 28px); 
    background-image: -webkit-linear-gradient(90deg, #973D00, #FF6600 28px); 
    background-image: -o-linear-gradient(90deg, #973D00, #FF6600 28px); 
    background-image: -ms-linear-gradient(90deg, #973D00, #FF6600 28px); 
    background-image: linear-gradient(90deg, #973D00, #FF6600 28px);
    cursor: pointer;
    font-family: Tahoma, Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    border: none;
    box-shadow:#353535 2px 2px 4px 0px;
    -moz-box-shadow:#353535 2px 2px 4px 0px;
    -webkit-box-shadow:#353535 2px 2px 4px 0px;
    -o-box-shadow:#353535 2px 2px 4px 0px;
    border-radius: 8px;
}

.form_bt:hover{
    background-color: #B60C18; 
    background-image: -moz-linear-gradient(90deg, #FF6600, #973D00 28px); 
    background-image: -webkit-linear-gradient(90deg, #FF6600, #973D00 28px); 
    background-image: -o-linear-gradient(90deg, #FF6600, #973D00 28px); 
    background-image: -ms-linear-gradient(90deg, #FF6600, #973D00 28px); 
    background-image: linear-gradient(90deg, #FF6600, #973D00 28px);
    box-shadow:#222222 2px 2px 4px 0px;
    -moz-box-shadow:#222222 2px 2px 4px 0px;
    -webkit-box-shadow:#222222 2px 2px 4px 0px;
    -o-box-shadow:#222222 2px 2px 4px 0px;
}

#form_enviar{
    margin: 20px;
    margin-right: 37px;
    float: right;
}

#loading_geral{
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(35, 35, 35, 0.5) url("../img/loading.gif") center no-repeat;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

#sp_abrir{
    float: right;
    margin: 10px;
}

a.more{
    background: #F05E1F;
    font-family: Tahoma, Arial;
    font-size: 13px;
    padding: 1px 10px;
    color: #000000;
    border-radius: 7px;
    text-transform: capitalize;
    box-shadow:#222222 2px 2px 2px 0px;
    -moz-box-shadow:#222222 2px 2px 2px 0px;
    -webkit-box-shadow:#222222 2px 2px 2px 0px;
    -o-box-shadow:#222222 2px 2px 2px 0px;
}

a.more:hover{
    color: #FFFFFF;
    box-shadow:#222222 1px 1px 1px 0px;
    -moz-box-shadow:#222222 1px 1px 1px 0px;
    -webkit-box-shadow:#222222 1px 1px 1px 0px;
    -o-box-shadow:#222222 1px 1px 1px 0px;
}

.form_assinar{
    border: 1px solid #656565;
    width: 900px; 
    margin: 10px auto;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-shadow:#777777 1px 1px 1px 0px;
    -moz-box-shadow:#777777 1px 1px 1px 0px;
    -webkit-box-shadow:#777777 1px 1px 1px 0px;
    -o-box-shadow:#777777 1px 1px 1px 0px;
}

.form_assinar fieldset{
    border: 1px solid #999999;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 15px;
}

.form_assinar fieldset legend{
    padding: 0 5px;
    margin-left: 20px;
    border-radius: 6px;
    background: #FF6633;
    color: #FAFAFA;
    box-shadow:#777777 1px 1px 1px 0px;
    -moz-box-shadow:#777777 1px 1px 1px 0px;
    -webkit-box-shadow:#777777 1px 1px 1px 0px;
    -o-box-shadow:#777777 1px 1px 1px 0px;
    font-family: Tahoma, Arial;
    font-size: 14px;
    font-weight: bold;
}

.form_assinar fieldset label{
    display: block;
    margin: 15px 0;
}
.form_assinar fieldset label span{
    display: block;
    margin: 5px 10px;
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #333333;
}

#assina_retorno{
    display: none;
    margin: 20px;
}

#assina_retorno strong{
    color: green;
    font-size: 16px;
}

.form_assinar #assina_retorno span{
    margin-left: 15px;
    display: block;
    font-family: Tahoma, Arial;
    font-size: 16px;
}

.assina_bt{
    display: block;
    margin: 15px;
    margin-left: 30px;
    position: relative;
    clear: both;
    padding: 5px 9px;
    background: #FF6600;
    border: none;
    border-radius: 6px;
    box-shadow:#777777 2px 2px 2px 0px;
    -moz-box-shadow:#777777 2px 2px 2px 0px;
    -webkit-box-shadow:#777777 2px 2px 2px 0px;
    -o-box-shadow:#777777 2px 2px 2px 0px;
    color: #FAFAFA;
    font-family: Tahoma, Arial;
    font-size: 14px;
    font-weight: bold;
}

.assina_bt:hover{
    box-shadow:#353535 1px 1px 1px 0px;
    -moz-box-shadow:#353535 1px 1px 1px 0px;
    -webkit-box-shadow:#353535 1px 1px 1px 0px;
    -o-box-shadow:#353535 1px 1px 1px 0px;
    background: #F05E1F;
    cursor: pointer;
}

#assina_pg1{
    display: block;
}

#av_assina_pg1{
    margin-top: 50px;
    margin-bottom: 0;
}

#assina_pg2{
    display: none;
}

#assina_tipo_ct, #assina_tarifacao{
    min-width: 210px;
}

#adesao{
    font-size: 12px;
    color: #FF0000;
    display: none;
}

#assinatura_valor{
    font-family: Tahoma, Arial;
    font-size: 16px;
    color: #333333;
    margin: 10px 20px;
}

#assinatura_valor strong{
    color: #FF6633;
    font-size: 20px;
}

#assina_ok, #label_contato{
    display: none;
}

#img_xlite{
    margin: 20px 0 0 30px;
}

#email_erro, #email_ok, #c_email_erro, #c_email_ok, #cp_erro, #cp_ok{
    width: 25px;
    margin-left: 15px;
    display: none;
}

/*### fim do Rodapé ###*/

/*### estilo de tabela DDI ###*/

#tabela_ddi{
    margin: 0 auto;
}

#tabela_ddi tr td{
    border: 1px solid #777777;
    padding: 3px;
    color: #000;
}

#tabela_ddi tr.ddi_par{
    background: #CCCCCC;
}

#tabela_ddi tr.ddi_impar{
    background: #BBBBBB;
}

/*### FIM estilo de tabela DDI ###*/

/*### estilo de tabelas de planos ###*/

.diskfree_planos{
    width: 90%;
    margin: 10px auto;
}

.diskfree_planos tr td{
    border: 1px #CCCCCC dotted;
    text-align: center;
    color: #222222;
    vertical-align: middle;
}

.diskfree_planos tr.linha_destaque{
    background: #DEDEDE;
}

.diskfree_planos tr th{
    font-family: Tahoma, Arial;
    border: 1px #CCCCCC dotted;
    color: #FF6633;
}

.diskfree_planos tr td.descricao_planos, .diskfree_planos tr th.descricao_planos{
    border: none;
    text-align: right;
    padding-right: 3px;
    color: #003399;
    background: #ffffff;
}

.diskfree_planos tr td.diskfree_planosLinhaAssina{
    border: none;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

/*### FIM estilo de tabelas de planos ###*/

#cast{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
}

.p_assine { font-size: 14px; }
/*## fim do layout ##*/