body{
margin: 0px;
font-family:  "Exo"; arial; sans-serif;
font-weight: 600;
color: #F2F3F4;
}

/********************************* Slide Show ********************************/

		#back_to_camera {
			clear: both;
			display: block;
			height: 80px;
			line-height: 40px;
			padding: 20px;
		}
		
		.corpo_slides {
			max-width: 1000px;
			width: 90%;
		}
		
		.corpo_slides_gal {
			max-width: 1000px;
			width: 90%;
		}
		
/******************************* SECÇÃO DE BANNERS ***************************/

#zona_banner{
background-color: #CCD7B5;
width: 1450px;
height: 300px;	
}

#banner_index{
background-image: url('../imagens/banner.png');
background-repeat: no-repeat;
width: 1450px;
height: 300px;
}

/******************************************************************************/

.corpo{
position: relative;
width: 1400px;
min-height: 350px;
background-image: url('../imagens/fundo.jpg');
background-repeat: no-repeat;
background-color: #ffffff;
font-size: 12px;
color: #000000;
padding: 10px 0px 0px 35px;
}

.corpo a {
top: 30px;
}

.corpo h1{
font-size: 14px;
}
.corpo p{
font-family:  arial; sans-serif;
font-size: 12px;
}


#slides_main{
height: 600px;
}

#slides_galerias{
position:relative;
height: 650px;
}

/************************* Secção para o Rodapé *************************/

.zona_rodape{
background-color: #396726;
width: 1450px;
height: 500px;	
}
	
#rodape{
background-image: url('../imagens/rodape.png');
background-repeat: no-repeat;
position: relative;
width: 1450px;
height: 380px;
}

#rodape p{
font-size: 12px;
color: #ffffff;
padding: 62px 0px 0px 60px;
line-height: 27px;
}

#rodape a{
text-decoration: none;
color: #ffffff;
}

#rodapelogos{
position: relative;
background-color: #000000;
height: 120px;
width: 1450px;
text-align: left; 
}

#rodapelogos a {
position: relative;
top: 20px;
color: #000000;
text-decoration: none;
padding: 0px 0px 0px 10px;
}

#rodapelogos a:visited { color: BLACK; }


/************************* Secção para os menus *************************/

#menu {
    list-style-type: none;
    overflow: hidden;
    position: absolute;
    top: 260px;
    left: 0px;
    font-family:arial, helvetica, sans-serif;
    font-size: 13px;
    width: 1040px;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    height: 26px;
    width: 115px;
    text-decoration: none;
    text-align: center;
    background: url(../imagens/btn_on.png);
    padding: 15px 0 0 0px;
    color: #111111;
}

#menu li a:hover{
    color: #ffffff;
    background: url(../imagens/btn_over.png);
}

#menu li a.current {
    background: url(../imagens/btn_over.png);
    color: #ffffff;
}

/************************* Secção para os SUB MENUS *************************/

#submenu {
    position: relative;
    list-style-type: none;
    overflow: hidden;
    /*position: absolute;
    top: 260px;
    left: 0px;*/
    font-family:arial, helvetica, sans-serif;
    font-size: 14px;
		font-weight: bold;
}

#submenu li {
    float: left;
}


#submenu li a {
    display: block;
    height: 22px;
    width: 115px;
    text-decoration: none;
    text-align: center;
    background: url(../imagens/sbtn_on.png);
    padding: 15px 0 0 0px;
    color: #111111;
}

#submenu li a:hover{
    color: #ffffff;
    background: url(../imagens/sbtn_over.png);
}

#submenu li a.current { 
    background: url(../imagens/sbtn_over.png);
    color: #ffffff;
}
