﻿body
{
    margin: 0;
    padding: 0;
}

a:link, a:visited
{
    color: #666;
    text-decoration: none;
}

#topoGeral
{
    width: 100%;
    height: 40px;
    margin: auto;
    background-color: #dededc;
    border-bottom: 2px solid #bdbdbf;
    position: fixed;
    z-index: 100;
}

#topo
{
    width: 1000px;
    height: 40px;
    margin: auto;
}

#topo1
{
    width: 118px;
    height: 40px;
    margin: auto;
    float: left;
}

    #topo1 img
    {
        margin-top: 10px;
        margin-left: 10px;
    }

#topo2
{
    width: 106px;
    height: 40px;
    margin: auto;
    float: left;
}

#topo2img
{
    width: 18px;
    height: 15px;
    float: left;
    margin-top: 16px;
    background-image: url(../img/cabecalhofixo/chat_icone.png);
    background-repeat: no-repeat;
}

    #topo2img:hover
    {
        margin-top: 16px;
        background-image: url(../img/cabecalhofixo/chat_icone_hover.png);
        background-repeat: no-repeat;
    }

#topo2p
{
    width: 80px;
    height: 20px;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    margin-left: 5px;
    margin-top: 10px;
}

#topo3
{
    width: 108px;
    height: 40px;
    margin: auto;
    float: left;
}

#topo3img
{
    width: 16px;
    height: 12px;
    float: left;
    margin-top: 18px;
    background-image: url(../img/cabecalhofixo/fale_conosco_icone.png);
    background-repeat: no-repeat;
}

    #topo3img:hover
    {
        margin-top: 18px;
        background-image: url(../img/cabecalhofixo/fale_conosco_icone_houver.png);
        background-repeat: no-repeat;
    }

#topo3p
{
    width: 80px;
    height: 20px;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    margin-left: 5px;
    margin-top: 10px;
}

#topo4
{
    width: 538px;
    height: 40px;
    margin: auto;
    float: left;
}

#topo4img
{
    width: 19px;
    height: 21px;
    float: left;
    margin-top: 13px;
    background-image: url(../img/cabecalhofixo/Atendimento_icone.png);
    background-repeat: no-repeat;
}

    #topo4img:hover
    {
        margin-top: 13px;
        background-image: url(../img/cabecalhofixo/atendimento_icione_hover.png);
        background-repeat: no-repeat;
    }

#topo4p
{
    width: auto;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    margin-left: 7px;
    margin-top: 10px;
}

#topo5
{
    width: 109px;
    height: 40px;
    margin: auto;
    float: left;
}

#topo5img
{
    width: 109px;
    height: 25px;
    margin: auto;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    background-image: url(../img/cabecalhofixo/area_restrita.png);
    background-repeat: no-repeat;
}


    #topo5img:hover
    {
        background-image: url(../img/cabecalhofixo/area_restrita_houver.png);
        background-repeat: no-repeat;
    }

#barraGeral
{
    width: auto;
    height: 40px;
    margin: auto;
}

/* Rodapé */

#rodape1
{
    width: auto;
    height: 175px;
    margin: auto;
    background-image: url('../img/rodape/back.png');
    background-repeat: repeat;
}

#rodape1img
{
    width: 1000px;
    height: 175px;
    margin: auto;
    background-image: url('../img/rodape/rodape.png');
    background-repeat: no-repeat;
}

#rodape2
{
    width: auto;
    height: 333px;
    margin: auto;
    background-color: #dededc;
}

#rodape2img
{
    width: 1000px;
    height: 330px;
    margin: auto;
    border-bottom: 2px dotted #fff;
}

.rodape2box
{
    width: 206px;
    height: 300px;
    margin: auto;
    float: left;
    margin-left: 50px;
}

.rodape2box1
{
 float: Left;

    height: 300px;

    margin: auto;

    width: 206px;

}

.rodape2titulo
{
    width: 206px;
    height: 30px;
    margin: auto;
    float: left;
    border-bottom: 2px dotted #fff;
}

    .rodape2titulo p
    {
        font-family: Arial;
        font-size: 17px;
        color: #666;
        margin: 0;
        line-height: 36px;
    }

.rodape2texto
{
    width: 206px;
    height: 280px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #666;
}

    .rodape2texto ul
    {
        width: 206px;
        height: 280px;
        margin: auto;
        float: left;
        padding: 0px;
    }

        .rodape2texto ul li
        {
            display: inline;
        }

            .rodape2texto ul li a
            {
                color: #666;
                float: left;
                padding: 5px;
                text-decoration: none;
            }


                .rodape2texto ul li a:hover
                {
                    color: #ff811c;
                }

.pont
{
    width: 206px;
    height: 2px;
    float: left;
    border-bottom: 2px dotted #fff;
}

    .pont ul li
    {
        border-bottom: 2px dotted #fff;
    }

        .pont ul li a
        {
            color: #666;
            float: left;
            padding: 5px 42px;
            text-decoration: none;
        }

            .pont ul li a:hover
            {
                color: #ff811c;
            }

#rodape3
{
    width: auto;
    height: 37px;
    margin: auto;
    background-color: #dededc;
}

#rodape3img
{
    width: 1000px;
    height: 37px;
    margin: auto;
}

    #rodape3img img
    {
        width: 108px;
        height: 30px;
        float: right;
        margin-top: 4px;
    }

    #rodape3img p
    {
        font-family: calibri;
        font-size: 10px;
        color: #666;
        text-align: center;
        margin: 0;
        line-height: 36px;
    }

.rodape2formulario
{
    width: 206px;
    height: 20px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
    margin-top: 2px;
    line-height: 25px;
}

.rod1_1
{
    width: 206px;
    height: 20px;
    margin: auto;
    float: left;
}


    .rod1_1 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        margin-bottom: 2px;
        margin-top: 2px;
    }

        .rod1_1 p:hover
        {
            font-family: Arial;
            font-size: 12px;
            color: #E77212;
        }

.rodape2formulario input
{
    width: 162px;
    height: 20px;
    margin: 0;
    border-radius: 10px;
    border: none;
    background: #bdbdbf;
}

.rodape2formulario1
{
    width: 162px;
    height: 50px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
    margin-top: 2px;
}

    .rodape2formulario1 textarea
    {
        width: 162px;
        height: 108px;
        margin: 0;
        border-radius: 10px;
        border: none;
        background: #bdbdbf;
    }

.rodape2formularioBott
{
    width: 29px;
    height: 57px;
    margin: 46px auto auto;
    float: left;
    background-image: url('../img/rodape/formulario_botao.png');
    background-repeat: no-repeat;
}

    .rodape2formularioBott:hover
    {
        background-image: url('../img/rodape/formulario_botao_hover.png');
        background-repeat: no-repeat;
    }

    .rodape2formularioBott input
    {
        width: 29px;
        height: 57px;
        background: none;
        border: none;
		cursor: pointer;
    }

.rodape2telefones
{
    width: 206px;
    height: 108px;
    margin: auto;
    float: left;
    margin-top: 5px;
}

    .rodape2telefones p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        margin: 0;
    }

.rodape2acesso
{
    width: 206px;
    height: 20px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
    margin-top: 2px;
    text-align: center;
}

.rodape2telefones img
{
    margin-left: 55px;
    margin-top: 10px;
}


.rodape2pagamento
{
    width: 245px;
    height: 262px;
    margin: auto;
    float: left;
    border-bottom: 2px dotted #fff;
}

    .rodape2pagamento img
    {
        margin-left: 23px;
        margin-top: 5px;
    }


/* Default */

.defaultGeral
{
    width: auto;
    height: auto;
    margin: auto;
}

.bannerGeral
{
    background-image: url('../img/inicio/bannerGeral.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #a6b9ca;
}

.bannerGeral02
{
    background-image: url('../img/inicio/bannerGeral-2.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #dfdfdf;
}


.bannerGeral03
{
    background-image: url('../img/inicio/bannerGeral-3.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #ff7e14;
}


.bannerGeral04
{
    background-image: url('../img/inicio/bannerGeral-4.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #a7a097;
}


.bannerGeral05
{
    background-image: url('../img/inicio/bannerGeral-5.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #b52701;
}


.bannerGeral06
{
    background-image: url('../img/inicio/bannerGeral-6.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #020202;
}

.bannerGeral07
{
    background-image: url('../img/inicio/bannerGeral-7.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #e4feeb;
}


.bannerGeral08
{
    background-image: url('../img/inicio/bannerGeral-8.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #ccd1d5;
}

.bannerGeral09
{
    background-image: url('../img/inicio/bannerGeral-9.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color:  #f8d5b0;
}

.bannerGeral10
{
    background-image: url('../img/inicio/bannerGeral-10.jpg');
    background-position:176px 0;
    background-repeat: no-repeat;
    width: auto;
    height: 280px;
    margin: auto;
    background-color: #4f7fc8;
}

.banner
{
    width: 1000px; clear:both;
    height: 280px;
    margin: auto;
}

.bannerimg
{
    width: 570px;
    height: 280px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.logo
{
    
    width: 387px;
    height: 184px;
    margin-left: 113px;
    margin-top: 45px;
    padding: 0px;
    border: 0px;
}
.bannerform
{
    width: 400px;
    height: 280px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.formbackground
{
    width: 222px;
    height: 211px;
    margin-left: 113px;
    margin-top: 35px;
    padding: 0px;
    border-radius: 30px;
    border: 1px solid #bcbdc0;
    float: left;
}
.formtextbox
{
    width: 222px;
    height: 211px;
    margin: 0px;
    padding: 0px;
    border: 0px;
	background-color: #dfdfdf;
	-moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 3px 3px 8px #000000;
    -webkit-box-shadow: 3px 3px 8px #000000;
     box-shadow: 3px 3px 8px #000000;
     filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#000000');
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#000000')";
}
.formtitle
{
    width: 222px;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
    .formtitle p
    {
        font-family: Arial;
        font-size: 18px;
        color: #4c4c4c;
        margin: 0;
        padding-top: 15px;
        text-align: center;
    }
.formtext
{
    width: 222px;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
    .formtext p
    {
        font-family: Arial;
        font-size: 12px;
        color: #4c4c4c;
        margin: 0;
        padding: 8px 25px 0px 25px;
        text-align: justify;
    }
.formfields
{
    width: 222px;
    height: 70px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    border: 0px;
}
#ContentPlaceHolder1_Button1
{
    background-image: url('../img/contato/enviar_botao.png');
    background-repeat: no-repeat;
    background-color: none!important;
    width: 29px;
    height: 57px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
    #ContentPlaceHolder1_Button1:hover
    {
        background-image: url('../img/contato/enviar_botao_hover.png');
        background-repeat: no-repeat;
        cursor: pointer;
    }
.formbutton
{
    width: 29px;
    height: 57px;
    margin: 161px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    float: left;
}

.formbutton input{ background-color:inherit;}
.formnome
{
    width: 173px;
    height: 33px;
    margin: 0px 0px 0px 25px;
    padding: 0px;
    border: 0px;
}
.formnome input
{
    background-color: #bcbdc0;
    width: 163px;
    height: 33px;
    border: 0px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-family: Arial;
    font-size: 12px;
    color: #dedede;
}
.formtelefone
{
    background-color: #bcbdc0;
    width: 173px;
    height: 33px;
    margin: 3px 0px 0px 25px;
    padding: 0px;
    border: 0px;
}
.formtelefone input
{
    background-color: #bcbdc0;
    width: 163px;
    height: 33px;
    border: 0px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-family: Arial;
    font-size: 12px;
    color: #dedede;
}
 

/*Inicio do Menu das Páginas Internas */
.menuGeral
{
    width: auto;
    height: 47px;
    margin: auto;
}

.menu
{
    width: 1000px;
    height: 47px;
    margin: auto;
    font-family: calibri;
    font-size: 20px;
    color: #666;
    font-weight: normal;
}

    .menu ul
    {
        width: 848px;
        height: 47px;
        margin: auto;
        padding: 0px;
    }

        .menu ul li
        {
            display: inline;
        }

            .menu ul li a
            {
                color: #666;
                float: left;
                padding: 17px 23px;
                text-decoration: none;
            }


                .menu ul li a:hover
                {
                    color: #ff811c;
                    text-decoration: line-through;
                }

.aberto
{
    color: #666;
    float: left;
    padding: 17px 23px;
    text-decoration: none;
    color: #ff811c;
    text-decoration: line-through;
}






/*Fim do menu das Páginas Internas */

.animacaoBarra
{
    width: 1000px; 
    height: 6px;
    margin: 10px auto;
    background-image: url('../img/inicio/banner_linha.png');
    background-repeat: no-repeat;
}

.animacaoGeral
{
    width: auto;
    height: 283px;
    margin:20px auto 0;
}

.animacao
{
    width: 1000px;
    height: 273px;
    margin: auto;
}

.conteudoGeral
{
    width: auto;
    height: 327px;
    margin: auto;
}

.conteudo
{
    width: 1000px;
    height: 327px;
    margin: auto;
    border-bottom: 2px dotted #bdbdbf;
}

.conteudo1
{
    width: 510px;
    height: 310px;
    margin-left: 63px;
    float: left;
}

.conteudo1titulo
{
    width: 419px;
    height: 36px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin-left: 46px;
}

.conteudo1texto
{
    width: 510px;
    height: 274px;
    margin: auto;
    float: left;
    background-image: url('../img/inicio/a_midia_pontocom_area.png');
    background-repeat: no-repeat;
}

.conteudo1textoV01
{
    width: 510px;
    height: 274px;
    margin: auto;
    float: left;
    background-color: #a6b9ca;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
}

.conteudo1textoV02
{
    width: 510px;
    height: 274px;
    margin: auto;
    float: left;
    background-color: #ADA8A8;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
}

.conteudo2textoV02
{
    background-color: #ADA8A8;
    width: 312px;
    height: 274px;
    margin: auto;
    float: left;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
    text-decoration: none;
}


.conteudo1textoV04
{
    width: 510px;
    height: 274px;
    margin: auto;
    float: left;
    background-color: #a7a096;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
}

.conteudo2textoV04
{
    background-color: #a7a096;
    width: 312px;
    height: 274px;
    margin: auto;
    float: left;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
    text-decoration: none;
}


.conteudo1textoV05
{
    width: 510px;
    height: 274px;
    margin: auto;
    float: left;
    background-color: #b52701;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
}

.conteudo2textoV05
{
    background-color: #b52701;
    width: 312px;
    height: 274px;
    margin: auto;
    float: left;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
    text-decoration: none;
}


.conteudo1textoV10
{
    width: 510px;
    height: 274px;
    margin: auto;
    float: left;
    background-color: #4c7cc6;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
}

.conteudo2textoV10
{
    background-color: #4c7cc6;
    width: 312px;
    height: 274px;
    margin: auto;
    float: left;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
    text-decoration: none;
}


.conteudo1paragrafo
{
    width: 460px;
    height: 212px;
    margin: auto;
    margin-top: 32px;
}

    .conteudo1paragrafo p
    {
        font-family: Verdana;
        font-size: 13px;
        color: #ffffff;
        text-align: justify;
    }

.conteudo1botao
{
    width: 31px;
    height: 31px;
    margin: auto;
    background-image: url('../img/inicio/mais_botao.png');
    background-repeat: no-repeat;
}

    .conteudo1botao:hover
    {
        width: 31px;
        height: 31px;
        margin: auto;
        background-image: url('../img/inicio/mais_botao_hover.png');
        background-repeat: no-repeat;
    }

.conteudo2
{
    width: 322px;
    height: 310px;
    margin: auto;
    float: left;
    margin-left: 22px;
   text-decoration: none;
}


.conteudo2 a
{
   text-decoration: none;
}


.conteudo2 a:visited
{
    text-decoration: none;
}

.conteudo2titulo
{
    width: 270px;
    height: 36px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 15px;
    color: #666;
    line-height: 35px;
    text-align: right;
}

.conteudo2texto
{
    background-image: url('../img/inicio/ultimas_noticias_area.png');
    width: 312px;
    height: 258px;
    margin: auto;
    float: left;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
    text-decoration: none;
}

.conteudo2textoV01
{
    background-color: #a6b9ca;
    width: 312px;
    height: 274px;
    margin: auto;
    float: left;
    border-radius: 20px;
    border: 0px solid #bdbdbf;
    text-decoration: none;
}

.conteudo2texto a
{
   text-decoration: none;
}


.conteudo2texto a:visited
{
    text-decoration: none;
}

.conteudo2paragrafo
{
    width: 261px;
    height: 21px;
    margin: auto;
    margin-top: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: White;
    border-bottom: 2px solid #bdbdbf;
}

.conteudo2paragrafo a
{
    width: 261px;
    height: 21px;
    margin: auto;
    margin-top: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: White;
    text-decoration: none;
}



.conteudo2paragrafo a:visited
{
    width: 261px;
    height: 21px;
    margin: auto;
    margin-top: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: White;
    text-decoration: none;
}

.conteudo2paragrafo1
{
    width: 261px;
    height: 69px;
    margin: auto;
    margin-top: 10px;
    font-family:Verdana;
    font-size: 11px;
    color: #666;
    border-bottom: 2px solid #bdbdbf;
}

.conteudo2paragrafo2
{
    width: 261px;
    height: 69px;
    margin: auto;
    margin-top: 10px;
    font-family: Verdana;
    font-size: 11px;
    color: White;
    text-decoration: none;
}

.conteudo2paragrafo2 a
{
    width: 261px;
    height: 21px;
    margin: auto;
    margin-top: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: White;
    text-decoration: none;
}


.conteudo2paragrafo2 a:visited
{
    width: 261px;
    height: 21px;
    margin: auto;
    margin-top: 20px;
    font-family: Arial;
    font-size: 11px;
    color: White;
    text-decoration: none;
}


.clientesGeral
{
    width: auto;
    height: 118px;
    margin: auto;
}

.clientes
{
    width: 1000px;
    height: 118px;
    margin: auto;
}

.clientes1
{
    width: 1000px;
    height: 37px;
    margin: auto;
}

.clientes2
{
    width: 1000px;
    height: 81px;
    margin: auto;
}

.clientes2img
{
    float: left;
    height: 81px;
    margin: auto auto auto 123px;
    width: 743px;
}

.clientes2bot
{
    width: 31px;
    height: 31px;
    margin: auto;
    float: left;
    margin-top: 10px;
    background-image: url('../img/inicio/mais_botao.png');
    background-repeat: no-repeat;
}

    .clientes2bot:hover
    {
        background-image: url('../img/inicio/mais_botao_hover.png');
        background-repeat: no-repeat;
    }

/*Serviços*/

.pontosGeral
{
    width: 1000px;
    height: 3px;
    margin: auto;
    border-bottom: 2px dotted #bdbdbf;
}

.tituloEmpresaGeral
{
    width: auto;
    height: 30px;
    margin: auto;
    margin-top: 20px;
}

.tituloEmpresa
{
    width: 754px;
    height: 30px;
    margin: auto;
    font-family: Arial;
    font-size: 15px;
    color: #ff811c;
    line-height: 32px;
}


.conteudoEmpresaGeral
{
    width: auto;
    height: 248px;
    margin: auto;
}

.conteudoEmpresa
{
    width: 1000px;
    height: 248px;
    margin: auto;
}

.conteudoEmpresaParagrafo
{
    width: 833px;
    height: 248px;
    margin: auto;
    background-image: url('../img/servicos/background1.png');
    background-repeat: no-repeat;
}

.conteudoEmpresaParagrafo1
{
    width: 782px;
    height: 174px;
    margin: auto;
    float: left;
    margin-left: 32px;
    margin-top: 25px;
}

    .conteudoEmpresaParagrafo1 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
    }

.conteudoEmpresaParagrafo2
{
    width: 31px;
    height: 31px;
    margin: auto;
    float: right;
    margin-right: 172px;
    margin-top: 17px;
    background-image: url('../img/servicos/botao_descer.png');
    background-repeat: no-repeat;
}

    .conteudoEmpresaParagrafo2:hover
    {
        background-image: url('../img/servicos/botao_descer_hover.png');
        background-repeat: no-repeat;
    }

.fotoEmpresaGeral
{
    width: auto;
    height: 591px;
    margin: auto;
}

.fotoEmpresa
{
    width: 1000px;
    height: 591px;
    margin: auto;
}

.fotoEmpresa1
{
    width: 807px;
    height: 591px;
    margin: auto;
    margin-left: 101px;
    background-image: url('../img/servicos/background2.png');
    background-repeat: no-repeat;
}

.textoEmpresaGeral
{
    width: auto;
    height: 603px;
    margin: auto;
}

.textoEmpresa
{
    width: 1000px;
    height: 603px;
    margin: auto;
}

.textoEmpresa1
{
    width: 714px;
    height: 466px;
    margin: auto;
}

    .textoEmpresa1 h1
    {
        font-family: Arial;
        font-size: 18px;
        color: #ff811c;
    }

    .textoEmpresa1 p
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        margin-left: 19px;
    }

        .textoEmpresa1 p strong
        {
            color: #ff811c;
        }

            .textoEmpresa1 p strong:hover
            {
                color: #666;
            }

.clientesEmpresaGeral
{
    width: auto;
    height: 400px;
    margin: auto;
}

.clientesEmpresa
{
    width: 1000px;
    height: 400px;
    margin: auto;
}

.clientesEmpresa1
{
    width: 853px;
    height: 32px;
    margin: auto;
    font-family: Arial;
    font-size: 15px;
    color: #ff811c;
    line-height: 32px;
}

.clientesEmpresa2
{
    width: 853px;
    height: 369px;
    margin: auto;
}

/*Antispam*/

.conteudoAntispamGeral
{
    width: auto;
    height: 709px;
    margin: auto;
}

.conteudoAntispam
{
    width: 1000px;
    height: 709px;
    margin: auto;
}

.conteudoAntispam1
{
    width: 800px;
    height: 710px;
    margin: auto;
}

.conteudoAntispam1texto
{
  background-color: #DEDEDC;

    border-radius: 25px 25px 25px 25px;

    float: left;

    height: auto;

    margin: 20px auto auto;

    padding: 0 0 30px;

    width: 800px;

}

    .conteudoAntispam1texto h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        width: 700px;
        margin-left: 46px;
    }

    .conteudoAntispam1texto h3
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        border-bottom: 2px dotted #bdbdbf;
        width: 700px;
        height: auto;
        margin-left: 46px;
        margin-bottom: 20px;
    }

    .conteudoAntispam1texto h1
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        width: 700px;
        margin-left: 46px;
    }

    .conteudoAntispam1texto p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        width: 700px;
        margin-left: 46px;
    }

.conteudoAntispam1botao
{
    width: 31px;
    height: 31px;
    margin: auto;
    float: left;
    margin: -19px auto auto 381px;
    background-image: url('../img/antispam/botao_voltar.png');
    background-repeat: no-repeat;
}

    .conteudoAntispam1botao:hover
    {
        background-image: url('../img/antispam/botao_voltar_hover.png');
        background-repeat: no-repeat;
    }

/*Produtos*/

.topoProdutosGeral
{
    width: auto;
    height: 284px;
    margin: auto;
    background-image: url('../img/produtos/banner.jpg');
    background-repeat: repeat;
}

.topoProdutos
{
    width: 1000px;
    height: 284px;
    margin: auto;
}

.topoProdutos1
{
    width: 617px;
    height: 172px;
    margin: auto;
    float: left;
    margin-left: 197px;
    margin-top: 90px;
    background-image: url('../img/produtos/prod.png');
    background-repeat: no-repeat;
}

    .topoProdutos1 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        width: 355px;
        height: auto;
        margin-left: 35px;
        margin-top: 24px;
    }

    .topoProdutos1 h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        width: 355px;
        height: auto;
        margin-left: 35px;
        margin-top: 20px;
    }


.conteudoProdutosGeral
{
    width: auto;
    height: 793px;
    margin: auto;
}

.conteudoProdutos
{
    width: 1000px;
    height: auto;
    margin: auto;
}

.conteudoProdutos1
{
    width: 884px;
    height: 363px;
    margin: auto;
    margin-top: 30px;
}

.conteudoProdutos1mod
{
    width: 280px;
    height: 363px;
    margin: auto;
    float: left;
    background-image: url('../img/produtos/1.png');
    background-repeat: no-repeat;
}

.conteudoProdutos1mod1
{
    width: 267px;
    height: 127px;
    float: left;
    margin-top: 163px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

    .conteudoProdutos1mod1 h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        text-align: center;
        width: 250px;
        margin-left: 15px;
    }

    .conteudoProdutos1mod1 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        text-align: justify;
        width: 250px;
        height: 97px;
        margin-left: 15px;
    }

.conteudoProdutos1mod2
{
    width: 226px;
    height: 33px;
    margin: auto;
    float: left;
    margin-left: 27px;
    margin-top:25px;
    border-top: 2px dotted #bdbdbf;
}

.conteudoProdIc
{
    width: 19px;
    height: 19px;
    margin: auto;
    float: left;
    margin-top: 10px;
    background-image: url('../img/produtos/consulte_icone.png');
    background-repeat: no-repeat;
}

    .conteudoProdIc:hover
    {
        background-image: url('../img/produtos/consulte_icone_hover.png');
        background-repeat: no-repeat;
    }

.conteudoProdIc2
{
    width: 19px;
    height: 19px;
    margin: auto;
    float: left;
    margin-top: 10px;
    background-image: url('../img/produtos/contrate_icone.png');
    background-repeat: no-repeat;
}

    .conteudoProdIc2:hover
    {
        background-image: url('../img/produtos/consulte_icone_hover.png');
        background-repeat: no-repeat;
    }

.conteudoProdIc1
{
    width: 86px;
    height: 30px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    line-height: 38px;
    margin-left: 5px;
}



.conteudoProdutos2mod
{
    width: 280px;
    height: 363px;
    margin: auto;
    float: left;
    background-image: url('../img/produtos/2.png');
    background-repeat: no-repeat;
}

.conteudoProdutos3mod
{
    width: 280px;
    height: 363px;
    margin: auto;
    float: left;
    background-image: url('../img/produtos/3.png');
    background-repeat: no-repeat;
}

.conteudoProdutos4mod
{
    width: 280px;
    height: 363px;
    margin: auto;
    float: left;
    background-image: url('../img/produtos/4.png');
    background-repeat: no-repeat;
}

.conteudoProdutos5mod
{
    width: 280px;
    height: 363px;
    margin: auto;
    float: left;
    background-image: url('../img/produtos/5.png');
    background-repeat: no-repeat;
}
.conteudoProdutos6mod
{
    width: 280px;
    height: 363px;
    margin: auto;
    float: left;
    background-image: url('../img/produtos/6.png');
    background-repeat: no-repeat;
}

.conteudoProdutos1txt
{
    width: 800px;
    height: 30px;
    margin: auto;
    float: left;
    font-family: Arial;
    font-size: 18px;
    color: #666;
    line-height: 38px;
    margin-left: 56px;
    margin-bottom: 20px;
}

/*Contato*/

.fotoContatoGeral
{
    width: auto;
    height: 598px;
    margin: auto;
}

.fotoContato
{
    width: 1000px;
    height: 598px;
    margin: auto;
    background-image: url('../img/contato/background.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}

.fotoContato1
{
    width: 526px;
    height: 592px;
    float: left;
}

.fotoContato1txt
{
    width: 458px;
    height: 108px;
    margin: auto;
    margin: 38px auto auto 58px;
}

    .fotoContato1txt h2
    {
        font-family: Arial;
        font-size: 18px;
        color: #ff811c;
        margin-left: 5px;
    }

    .fotoContato1txt p
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        margin-left: 5px;
    }

    .fotoContato1txt strong
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
    }



.fotoContato1form
{
    height: 405px;
    margin: 12px auto auto 90px;
    width: 458px;
}

.fotoContato2for1
{
    width: 228px;
    height: 20px;
    float: left;
    font-family: Arial;
    font-size: 15px;
    color: #666;
    margin-top: 5px;
}

    .fotoContato2for1 input
    {
        width: 180px;
        height: 20px;
        background-color: #dededc;
        border-radius: 25px;
        border: 0;
        font-family: Arial;
        font-size: 12px;
        color: #666;
    }

.fotoContato2for1Esq
{
    width: 400px;
    height: 20px;
    float: left;
    font-family: Arial;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}

    .fotoContato2for1Esq input
    {
        width: 400px;
        height: 20px;
        background-color: #666;
        border-radius: 25px;
        border: 0;
        font-family: Arial;
        font-size: 12px;
        color: #fff;
    }

.fotoContato2for1 input
{
    width: 180px;
    height: 20px;
    background-color: #666;
    border-radius: 25px;
    border: 0;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
}

.fotoContato2for1Esq1
{
    width: 400px;
    height: 100px;
    float: left;
    font-family: Arial;
    font-size: 15px;
    color: #666;
    margin-top: 5px;
}

    .fotoContato2for1Esq1 textarea
    {
        width: 400px;
        height: 100px;
        background-color: #666;
        border-radius: 25px;
        border: 0;
        font-family: Arial;
        font-size: 12px;
        color: #fff;
    }

.fotoContato2for1Esq1a
{
    width: 29px;
    height: 57px;
    float: left;
    margin-top: 28px;
    background-image: url('../img/contato/enviar_botao.png');
    background-repeat: no-repeat;
}

    .fotoContato2for1Esq1a:hover
    {
        background-image: url('../img/contato/enviar_botao_hover.png');
        background-repeat: no-repeat;
    }

    .fotoContato2for1Esq1a input
    {
        width: 29px;
        height: 57px;
        background: none;
        border: none;
		cursor: pointer;
    }




.fotoContato2
{
    width: 318px;
    height: 100px;
    float: left;
    margin-left: 109px;
    margin-top: 334px;
}

    .fotoContato2 p
    {
        width: 150px;
        margin: 0;
        font-family: Arial;
        font-size: 18px;
        color: #666;
        text-align: right;
    }


    .fotoContato2 strong
    {
        color: #ff811c;
    }

        .fotoContato2 strong:hover
        {
            color: #ff811c;
            text-decoration: underline;
        }


.informacaoContatoGeral
{
    width: auto;
    height: 139px;
    margin: auto;
}

.informacaoContato
{
    width: 911px;
    height: 139px;
    margin: auto;
}

.informacaoContato1_A
{
    width: 226px;
    height: 139px;
    margin: auto;
    float: left;
    border-right: 1px solid #666;
}

    .informacaoContato1_A h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        margin-left: 5px;
        text-align: left;
    }

    .informacaoContato1_A p
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        margin-left: 5px;
        margin: 0;
        text-align: left;
    }

.informacaoContato1_B
{
    width: 267px;
    height: 139px;
    margin: auto;
    float: left;
    border-right: 1px solid #666;
}

    .informacaoContato1_B h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        margin-left: 5px;
        text-align: left;
        margin-left: 19px;
    }

    .informacaoContato1_B p
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        margin-left: 5px;
        margin: 0;
        text-align: left;
        margin-left: 19px;
    }


.informacaoContato1_C
{
    width: 190px;
    height: 139px;
    margin: auto;
    float: left;
    border-right: 1px solid #666;
}

    .informacaoContato1_C h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        margin-left: 5px;
        text-align: left;
        margin-left: 19px;
    }

    .informacaoContato1_C p
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        margin-left: 5px;
        margin: 0;
        text-align: left;
        margin-left: 19px;
    }

.informacaoContato1_D
{
    width: 190px;
    height: 139px;
    margin: auto;
    float: left;
    border-right: 1px solid #666;
}

    .informacaoContato1_D h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        margin-left: 5px;
        text-align: left;
        margin-left: 19px;
    }

    .informacaoContato1_D p
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        margin-left: 5px;
        margin: 0;
        text-align: left;
        margin-left: 19px;
    }

.informacaoContato1_C p strong
{
    color: #666;
    cursor: pointer;
}

    .informacaoContato1_C p strong:hover
    {
        color: #ff811c;
    }




.informacaoContato2
{
    width: 225px;
    height: 139px;
    margin: auto;
    float: left;
}

    .informacaoContato2 h2
    {
        font-family: Arial;
        font-size: 15px;
        color: #ff811c;
        margin-left: 5px;
        text-align: left;
        margin-left: 19px;
    }

    .informacaoContato2 p
    {
        font-family: Arial;
        font-size: 15px;
        color: #666;
        margin-left: 5px;
        margin: 0;
        text-align: left;
        margin-left: 19px;
    }

        .informacaoContato2 p strong
        {
            color: #666;
            cursor: pointer;
        }

            .informacaoContato2 p strong:hover
            {
                color: #ff811c;
            }

/*Empresa*/

.topoEmpresaGeral
{
    width: auto;
    height: 400px;
    margin: auto;
}

.topoEmpresa
{
    width: 1000px;
    height: 400px;
    margin: auto;
    margin: 20px auto auto;
}

.topoEmpresa1
{
    width: 580px;
    height: 400px;
    margin: auto;
    float: left;
    background-image: url('../img/empresa/background0.png');
    background-repeat: no-repeat;
}

    .topoEmpresa1 h2
    {
        width: 500px;
        height: auto;
        margin: auto;
        font-family: Arial;
        font-size: 18px;
        color: #f1811c;
        margin-left: 10px;
    }


    .topoEmpresa1 p
    {
        width: 500px;
        height: auto;
        margin: auto;
        font-family: Arial;
        font-size: 12px;
        color: #666;
        margin-top: 10px;
        margin-left: 10px;
        text-align: justify;
    }

.topoEmpresa2
{
    width: 420px;
    height: 400px;
    margin: auto;
    float: left;
}

.barraEmpresaGeral
{
    width: auto;
    height: 37px;
    margin: auto;
}

.barraEmpresa
{
    width: 1000px;
    height: 37px;
    margin: auto;
    background-image: url('../img/empresa/background1.png');
    background-repeat: no-repeat;
}

.videoEmpresaGeral
{
    width: auto;
    height: 490px;
    margin: auto;
}

.videoEmpresa
{
    width: 1000px;
    height: 490px;
    margin: auto;
    background-image: url('../img/empresa/background2.png');
    background-repeat: no-repeat;
}


.antenaEmpresaGeral
{
    width: auto;
    height: 170px;
    margin: auto;
}

.antenaEmpresa
{
    width: 1000px;
    height: 170px;
    margin: auto;
    background-image: url('../img/empresa/background3.png');
    background-repeat: no-repeat;
}

.antenaEmpresa_top
{
    width: 911px;
    height: 170px;
    margin: auto;
}

.antenaEmpresa_A
{
    width: 300px;
    height: 163px;
    margin: auto;
    margin: auto auto auto 10px;
    float: left;
    border-right: 1px solid #666;
}

.antenaEmpresa_B
{
    width: 300px;
    height: 163px;
    margin: auto;
    margin: auto auto auto 17px;
    float: left;
    border-right: 1px solid #666;
}

.antenaEmpresa_1
{
    width: 249px;
    height: 163px;
    margin: auto;
    margin: auto auto auto 25px;
    float: left;
}

.antenaEmpresa1txt1
{
    width: 240px;
    height: 128px;
    margin: auto;
    float: left;
    margin-left: 29px;
}

    .antenaEmpresa1txt1 h2
    {
        font-family: Arial;
        font-size: 18px;
        color: #f1811c;
    }

    .antenaEmpresa1txt1 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
    }

.antenaEmpresa1txt2
{
    width: 265px;
    height: 128px;
    margin: auto;
    float: left;
    margin-left: 10px;
}

    .antenaEmpresa1txt2 h2
    {
        font-family: Arial;
        font-size: 18px;
        color: #f1811c;
    }

    .antenaEmpresa1txt2 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
    }

.antenaEmpresa1txt3
{
    width: 215px;
    height: 128px;
    margin: auto;
    float: left;
    margin-left: 5px;
}

    .antenaEmpresa1txt3 h2
    {
        font-family: Arial;
        font-size: 18px;
        color: #f1811c;
    }

    .antenaEmpresa1txt3 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
    }


.antenaEmpresa1bot_1
{
    width: 31px;
    height: 31px;
    margin: auto;
    float: left;
    margin-left: 222px;
    background-image: url('../img/inicio/mais_botao.png');
    background-repeat: no-repeat;
}

    .antenaEmpresa1bot_1:hover
    {
        background-image: url('../img/inicio/mais_botao_hover.png');
        background-repeat: no-repeat;
    }

.antenaEmpresa1bot_2
{
    width: 31px;
    height: 31px;
    margin: auto;
    float: left;
    margin-left: 222px;
    background-image: url('../img/inicio/mais_botao.png');
    background-repeat: no-repeat;
}

    .antenaEmpresa1bot_2:hover
    {
        background-image: url('../img/inicio/mais_botao_hover.png');
        background-repeat: no-repeat;
    }

.antenaEmpresa1bot_3
{
    width: 31px;
    height: 31px;
    margin: auto;
    float: left;
    margin-left: 182px;
    background-image: url('../img/inicio/mais_botao.png');
    background-repeat: no-repeat;
}

    .antenaEmpresa1bot_3:hover
    {
        background-image: url('../img/inicio/mais_botao_hover.png');
        background-repeat: no-repeat;
    }

.antenaEmpresa2
{
    width: 300px;
    height: 170px;
    margin: auto;
    float: left;
}

.rodapeEmpresaGeral
{
    width: auto;
    height: 170px;
    margin: auto;
    background-image: url('../img/empresa/background5.png');
    background-repeat: repeat;
}

.rodapeEmpresa
{
    width: 1000px;
    height: 170px;
    margin: auto;
    background-image: url('../img/empresa/background4.png');
    background-repeat: no-repeat;
}

/*Tecnologias*/

.barraTecnologiasGeral
{
    width: auto;
    height: 37px;
    margin: 10px auto auto;
    background-color: #222;
}

.barraTecnologias
{
    width: 1000px;
    height: 37px;
    margin: auto;
}

.bannerTecnologiasGeral
{
    width: auto;
    height: 415px;
    margin: auto;
}

.bannerTecnologias
{
    width: 1000px;
    height: 415px;
    margin: auto;
    background-image: url('../img/tecnologias/nossa_tecnologia.png');
    background-repeat: no-repeat;
}

.bannerTecnologias1
{
    height: 124px;
    margin: 10px auto auto 95px;
    width: 423px;
}

    .bannerTecnologias1 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        text-align: justify;
    }


    .bannerTecnologias1 h2
    {
        font-family: Arial;
        font-size: 18px;
        color: #f1811c;
    }

.bannerTecnologias2
{
    width: 415px;
    height: 192px;
    margin: auto;
    margin: 55px auto auto 90px;
}

    .bannerTecnologias2 p
    {
        font-family: Arial;
        font-size: 12px;
        color: #666;
        text-align: justify;
    }


    .bannerTecnologias2 h2
    {
        font-family: Arial;
        font-size: 18px;
        color: #f1811c;
    }

.bot
{
    width: 31px;
    height: 31px;
    margin: auto;
    margin: 2px auto auto 284px;
    background-image: url('../img/tecnologias/botao.png');
    background-repeat: no-repeat;
}


    .bot:hover
    {
        background-image: url('../img/tecnologias/botaohover.png');
        background-repeat: no-repeat;
    }


.banner2TecnologiasGeral
{
    width: auto;
    height: 415px;
    margin: auto;
    display: none;
}

.banner2Tecnologias
{
    width: 1000px;
    height: 415px;
    margin: auto;
    background-image: url('../img/tecnologias/web_control.png');
    background-repeat: no-repeat;
}


.bannerTecnologias1_A
{
    height: 95px;
    margin: 36px auto auto 72px;
    width: 336px;
}

.bannerTecnologias1A p
{
    font-family: Arial;
    font-size: 12px;
    color: #666;
    text-align: justify;
}


.bannerTecnologias1A
{
    height: 179px;
    margin: 49px auto auto 72px;
    width: 336px;
}

.bannerTecnologias1_A p
{
    font-family: Arial;
    font-size: 12px;
    color: #666;
    text-align: justify;
}

.apresentacaoTecnologiasGeral
{
    width: auto;
    height: 485px;
    margin: auto;
}

.apresentacaoTecnologias
{
    width: 911px;
    height: 485px;
    margin: auto;
    background-image: url('../img/tecnologias/tecnologia_antispam_midiapc.png');
    background-repeat: no-repeat;
    margin-top: 75px;
}

.textoTecnologiasGeral
{
    width: auto;
    height: 170px;
    margin: auto;
}

.textoTecnologias
{
    width: 911px;
    height: 170px;
    margin: auto;
}

.apresentacaoTecnologiasBot
{
    width: 205px;
    height: 68px;
    margin: auto;
    float: right;
    background-image: url('../img/tecnologias/botao_conheca.png');
    background-repeat: no-repeat;
    margin: 341px 215px auto auto;
}

    .apresentacaoTecnologiasBot:hover
    {
        background-image: url('../img/tecnologias/botao_conheca_hover.png');
        background-repeat: no-repeat;
    }


.barraTecnologias1
{
    width: 145px;
    height: 27px;
    margin: auto;
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    float: left;
    margin-top: 10px;
    margin-left: 327px;
    cursor: pointer;
}

    .barraTecnologias1 p
    {
        width: 125px;
        height: 27px;
        margin: auto;
        font-family: Arial;
        font-size: 12px;
        color: #666;
        float: left;
        margin-top: 5px;
        margin-left: 20px;
    }

.barraTecnologias2
{
    width: 145px;
    height: 27px;
    margin: auto;
    background-color: #f1811c;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    float: left;
    margin-top: 10px;
}


    .barraTecnologias2 p
    {
        width: 125px;
        height: 27px;
        margin: auto;
        font-family: Arial;
        font-size: 12px;
        color: #fff;
        float: left;
        margin-top: 5px;
        margin-left: 20px;
        cursor: pointer;
    }


.telefone_ani
{
    width: auto;
    height: auto;
    margin-left: 53px;
    margin-top: 26px;
    float: left;
}


.passaro_ani
{
    width: auto;
    height: auto;
    margin-left: 342px;
    margin-top: 51px;
    float: left;
}


.luz_ani
{
    width: auto;
    height: auto;
    margin-left: 43px;
    margin-top: 45px;
    float: left;
}

.placa_ani
{
    width: 39px;
    height: 39px;
    margin-left: 229px;
    margin-top: 45px;
    float: left;
    background-image: url('../Animacao/placa/placa.png');
    cursor: pointer;
}


    .placa_ani:hover
    {
        background-image: url('../Animacao/placa/placahouver.png');
    }

.geralcasetop
{
    width: auto;
    height: auto;
    margin: auto;
}

.Casetop
{
    width: 1000px;
    height: 50px;
    margin: auto;
    background-color: #bdbdbf;
    border-radius: 20px 20px 0 0;
    margin-top: 20px;
}

.conteudocasetop
{
    width: 1000px;
    height: auto;
    margin: auto;
    background-color: #bdbdbf;
}

.conteudocasetop1
{
    width: 900px;
    height: auto;
    margin: auto;
    background-color: #bdbdbf;
}

    .conteudocasetop1 h2
    {
        width: 900px;
        height: auto;
        margin: auto;
        font-family: calibri;
        font-size: 20px;
        color: #f1811c;
    }

    .conteudocasetop1 p
    {
        width: 900px;
        height: auto;
        margin: auto;
        font-family: calibri;
        font-size: 12px;
        color: #222;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .conteudocasetop1 h3
    {
        width: 900px;
        height: auto;
        margin: 0;
        font-family: calibri;
        font-size: 12px;
        color: #222;
    }

        .conteudocasetop1 h3:hover
        {
            color: #E77212;
        }

.rodapecasetop
{
    width: 1000px;
    height: 50px;
    margin: auto;
    background-color: #BDBDBF