/* Estilo Basico */
@import url("basico.css");

.grid4-home{
	height:280px;
	background:white url(../../imgs/home/box-home.jpg) no-repeat;
	text-align:center;
}

.grid4-home p{font-size:10px;}

.institucional {
	height:140px;
	background:white url(../../imgs/home/top-home.jpg) no-repeat;
}

.top-l{
	float:left;
	width:270px;
	margin-top:89px;
	text-align:right;
}

.top-r{
	float:right;
	margin-right:20px;
	width:360px;

}
.top-r p {
		font-size: 10px;
}


#gallery {}


#gallery ul {
	margin:2px 0 0 -12px;
	padding: 0;
}

#gallery ul li {
	display: inline;
	float: left;
	width: 75px;
	height: 75px;
	padding:0 5px;
}


#gallery ul li a:link,
#gallery ul li a:visited {
	float:left;
	position:relative;
	width:75px;
	height:75px;
	background-color:white;
	margin:0;
	padding:0;
	border:1px solid #999;
	margin:4px 9px;
}

#gallery ul li a.sel,
#gallery ul li a:active,
#gallery ul li a:hover {
	margin:2px 7px;
	border: 3px solid #00ADEE;
}

#gallery ul li img {
	float: left;
	width: 75px;
	height: 75px;
	background: silver;
}


#setImg {
	position: relative;
}

#setImg .detalhes {
	

}

#setImg .imgFocus{
	width: 100%;
	height: 255px;
	margin: 9px 0 0 -7px;
	padding:0;
	border:1px solid #999;
	text-decoration: none;
}
















