@charset "utf-8";
/* CSS Document */

body{
background-color:#fff; font-family: 'Open Sans', sans-serif; margin: 0; padding: 0;
}

.centralizador{
width:980px; margin:0 auto; }

#header{ 
width:100%; height:210px;
background-image: url(../img/div_header.jpg);
background-repeat:repeat;
background-color:#808285; 

}

.banner { background: url("../img/fundo_banner.png") repeat scroll 0 0 rgba(0, 0, 0, 0); bottom: 0px; position: relative;}

.nivo-control { background: none repeat scroll 0 0 #3e3e3e; color: #fff; font-family: 'Open Sans'; font-size: 18px; font-weight: bold; padding: 5px;}
.theme-default .nivo-controlNav { bottom: 2px; left: 70%; padding: 0px 0; position: relative; text-align: center; width: 300px; z-index: 50;}
.theme-default .nivo-controlNav a.active { background:#d71921;}
.nivo-directionNav { bottom: 1px; left: 733px; position: absolute; width: 250px; z-index: 107;}
.theme-default .nivo-directionNav a { background: url("../img/arrows2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; display: block; height: 43px; opacity: 1;
  text-indent: -9999px; transition: all 200ms ease-in-out 0s; width: 43px;}
.theme-default a.nivo-nextNav, .theme-default:hover a.nivo-nextNav { background-position: -52px 0; right: 35px;}

/*@media screen and (max-width: 1000px) {
    body {
        background-color: lightblue;
    }
}*/

/********---------------------------------------***/


.bloco_campo { margin: 16px 0;}

.bloco_campo label { color: #d8d8d8; display: inline-block; font-size: 16px; width: 155px; background-color:#d8d8d8}

.bloco_campo input {border-color: #d8d8d8; border-image: none; border-style: solid; border-width: 1px; height: 20px; padding: 5px; width: 400px; border-radius:10px}

.btn_enviar { background: none repeat scroll 0 0 #ed1d25; border: medium none; color: #fff; padding: 5px; width: 80px;}

.btn_enviar:hover { background: none repeat scroll 0 0 #797a7e; cursor:pointer;}

.cp_texto { border: 1px solid #d8d8d8; height: 120px; padding: 5px; width: 400px; border-radius:10px}
