@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	color: #333;
}
#top {
	height: 75px;
}
#logo {
	top: 15px;
	position: relative;
	float: left;
}
#menu {
	width: 600px;
	height: 50px;
	position: relative;
	top: 25px;
	float: right;
}
#conteudo {
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior:url(css/border-radius.htc);
}
#bannerFotos {
	padding: 10px;
	height: 235px;
}
#tituloLink {
	background-image: url(../img/fdTitulos.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	padding: 15px;
	height: 80px;
}
#tituloLinkInterno {
	height: 80px;
	background-image: url(../img/fdTitulos.jpg);
	background-repeat: repeat-x;
	background-position: 0px -2px;
	padding: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior:url(css/border-radius.htc);
}

#contLink {
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 14px;
}
.galeriaFotos {
	height: 125px;
	width: 141px;
	overflow: hidden;
	border: 3px solid #999;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.galeriaFotos img {

	border: 0px solid #F00;

}

.tituloDestaqueHome {
	font-size: 13px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #666666;
	height: 80px;
}
.linkDestaquesHome {
	text-align: right;
	padding-top: 10px;
}
a {
	color: #900;
	text-decoration: none;
}
p {
	line-height: 22px;
}
li {
	line-height: 22px;
}





#rodape {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}




#palco {
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
}

.clearFloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.quadrosHome {
	padding: 7px;
	width: 203px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #E7EFFE;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior:url(css/border-radius.htc);
	height: 360px;
	cursor:pointer;
	margin-top: 15px;
}

.quadrosHome2 {
	padding: 7px;
	width: 203px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFDF;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior:url(css/border-radius.htc);
	height: 360px;
	cursor:pointer;
	margin-top: 15px;
}
.fotolinks {
	border: 5px solid #333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h3 {
	color: #666;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
}
h2 {
	color: #036;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
}

h1 {
	color: #D3E3FE;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 100%;
}
