@charset "iso-8859-1";

/* CSS Document */

* {
	margin-left:0;
	margin-top:0;
}

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/imgTopo2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}


#topo {
	color: #FFF;
	height: 50px;
}
#page #topo #acessos {
	float: right;
	height: 45px;
	width: 550px;
	padding-top: 5px;
}
#topo a {
	color: #FFF;
	text-decoration: none;
}



#header {
	color: #000;
	height: 140px;
	background-image: url(../images/logo_rota_do_mar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	color: #333;
	padding: 20px;
	background-color: #FFF;
	border:solid 2px #cbba98;
	margin:10px 0 10px 0;
}
#content a {
	color:#333;
	}

#footer {
	height: 130px;
	color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cbba98;
	padding-top: 10px;
	background-image: url(../images/bgFooter.jpg);
	background-position: left top;
}
#conteudo_footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	font-size: 12px;
	color: #333;
}
#footer a {
	color: #F30;
	text-decoration: none;
}
.barra {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}



dv.pics {
	display: none;
}
div.pics img {
	height: 400px; // altura das imagens
    width: 300px; // largura das imagens
    overflow:hidden; // limitando a div
;
} 

#slideShow {
	height: 400px;
}
#content h2 {
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	padding: 2px;
}
#content ul li {
	list-style-image: url(../icones/accepted_16.png);
}
#content ul li a {
	text-decoration: none;
	font-weight: bold;
}
#content ul li a:hover {
	color: #F60;
}



#page #header #endereco {
	float: right;
	height: 120px;
	width: 300px;
}
#page #header #endereco p {
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
}

