/*..........PÁGINA DE GALERIA..........*/

#texto img {margin:0}

#titGaleria {
	color:#9f0000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
.corTexto {color:#9f0000}

#fotos {margin:10px 0}

#fotoMaior {
	margin:0 30px 0 0 !important;
	float:left
}

#legenda {
	float:left;
	width:400px;
	margin-top:3px;
}


#maisFotos {
	width:85px;
	float:left;
	list-style:none;
	margin:0;
	padding:0
}
#maisFotos li {
	float:left;
	margin:0 0 5px 0 !important;
	cursor:pointer
}

/* Classes dos links */
.over {background:#eeb7b7}
.selecionado {background:#9f0000}

/*..........OUTRAS GALERIAS..........*/
#titMaisLinks {
	font-size:17px;
	
	width:535px;
	margin:8px 0;
	display:block;

	border-bottom:3px solid #f0f0f0
}
#outrasGalerias {
	margin:10px 0 0 0;
	float:left
}

#maisGal dd {margin:0 8px; display:block; float:left}
* html #maisGal dd {margin:0 7px; display:block; float:left}

#maisGal dd a {
	color:#7e7e7e;
	font-size:10px;
	width:140px;
	height:186px;
	display:block;
	margin:0;
	padding:10px;
	border-top:3px solid #f1f1f1;
	border-bottom:3px solid #f1f1f1;
	background:#f9f9f9
}

#maisGal dd a:hover {
	color:#9f0000;
	border-top:3px solid #9f0000;
	border-bottom:3px solid #9f0000;
	background:#f1f1f1
}
* html #maisGal a:hover strong {cursor:pointer}

#maisGal img {
	width:140px;
	height:105px;
	margin:0;
	padding:0;
}

#maisGal strong {margin-top:3px; float:left}
* html #maisGal strong {margin-top:0px; float:left}


