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

body{
background-image:url(../layout/bg.gif);
background-attachment:fixed;
background-color:#FFFFFF;
font-family:"Trebuchet MS";
font-size:12px;
text-align:left;
margin:0 auto;
}

#tudo{
background-color:#CCC495;
width:800px;
height:100%;
}

#topo{
width:784px;
height:213px;
}

#menu{
background-color: #FFFFFF;
width:190px;
height:320px;
float:left;
}

#banner{
width:560px;
height:190px;
float:right;
margin-right:15px;
}

#conteudo{
background-color:#FFFFFF;
width:784px;
height:100%;
display:table;
clear:both;
padding-bottom:50px;
}

#box-ar{
text-align:center;
margin-bottom:20px;
margin-left:25px;
width:225px;
height:100%;
float:left;
}

#box-terra{
text-align:center;
margin-bottom:20px;
width:225px;
height:100%;
float:left;
margin-left:30px;
}

#box-mar{
text-align:center;
margin-bottom:20px;
width:225px;
height:100%;
float:left;
margin-left:30px;
}

#rodape{
background-image:url(../layout/rodape.gif);
background-repeat:no-repeat;
width:800px;
height:53px;
clear:both;
margin-top:-12px;
}

#saiba-mais{
width:80px;
height:19px;
background-image:url(../layout/saiba.gif);
float:right;
margin-right:10px;
font-size:10px;
text-align:center;
}

#voltar-topo{
width:80px;
height:19px;
background-image:url(../layout/saiba.gif);
float:left;
margin-left:25px;
font-size:10px;
text-align:center;
margin-bottom:20px;
}

#esquerda-contato{
width:350px;
height:100%;
float:left;
margin-left:25px;
}

#direita-contato{
width:350px;
height:100%;
float:right;
}

#box-texto-egali{
width:400px;
height:100%;
float:right;
margin-right:15px;
}

#box-roteiros{
height:150px;
}

#box-roteiros.bottom{
height:150px;
margin-bottom:50px;
}


#left-rot{
width:500px;
height:100%;
float:left;
}

#right-rot{
width:100px;
height:100px;
float:right;
margin-top:40px;
margin-right:90px;
}

#box_fotos {
width:200px;
height:122px;
float:left;
margin:15px;
}


/*//////CLASSES TEXTOS////////*/

p{
text-align:left;
margin-left:15px;
margin-right:15px;
}

p.center{
text-align:center;
}

p.desc-galeria{
margin-left:25px;
margin-top:-10px;
}

h3{
border-top:#CCCCCC 1px solid;
padding-top:15px;
margin-right:25px;
color:#4E555A;
text-align:left;
margin-left:25px;
font-size:18px;
clear:both;
}

h4{
text-align:left;
margin-left:15px;
}

h4.red{
text-align:left;
margin-left:15px;
color:#990000;
font-size:18px;
}

.textos{
text-align:left;
padding:10px;
}

.conteudo{
clear:both;
text-align:left;
padding:10px;
margin-left:15px;
}

.rodape{
padding-top:25px;
}

ul{
text-align:left;
}

a{
color:#333333;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

/*//////CLASSES IMAGENS////////*/

.topo-menu{
float:right;
}

.img-egali{
float:left;
clear:both;
margin-left:15px;
}

.chamadas{
margin-top:10px;
margin-bottom:-10px;
}

.chamadas-menu{
float:left;
margin-left:15px;
margin-top:15px;
}

table{
margin-left:130px;
}

td{
border:#CCCCCC 1px solid;
}

.galeria{
margin:5px;
border:none;
}

img.destaques{
text-align:center;
}
/*///////// FORMULÁRIO //////////*/

fieldset{
border:0;
margin-bottom:20px;
padding:0;
}

label{
display:block;
font-size:12px;
}

input.text,textarea{
width:250px;
font:12px 'Trebuchet MS',Arial,Helvetica, sans-serif;
color:#333;
padding:3px;
margin:1px 0;
border:1px solid #ccc;
}

input.submit{
margin-top:3px;
padding:1px 5px;
font:bold 12px 'Trebuchet MS',Arial,Helvetica, sans-serif;
color: #666666;
border:1px solid  #666666;
background:#f4f4f4;
}

.error{
font:11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#CC0000;
}

