#containerGalerias
{	
	position:relative;
	width:670px;
}

#gal_fotocapa
{
	
}

.galEstilo
{
	border-bottom-style:dotted; 
	border-bottom-color:#9ABBDC; 
	border-bottom-width:1px; 
	padding-bottom:7px; 
	padding-top:7px;
}

.galData
{
	color:#C96; 
	font-weight:normal; 
	font-size:10px;
}

/*
#containerGalerias A:active  {COLOR:#09C; TEXT-DECORATION: none; font-weight:bold;}
#containerGalerias A:link    {COLOR:#09C; TEXT-DECORATION: none; font-weight:bold;}
#containerGalerias A:visited {COLOR:#09C; TEXT-DECORATION: none; font-weight:bold;}
#containerGalerias A:hover   {COLOR:#ccc; TEXT-DECORATION: none; font-weight:bold;}
*/

#containerGalerias .containerRegistroGal
{
	position:relative;
	width:650px;
	margin-bottom:20px;
	border-radius:10px;
	padding:10px;
	border-style:dotted;
	border-color:#999;
	border-width:1px;
}

#containerGalerias .containerRegistroGal:hover
{
	background-color:#f2f2f2;	
}

#containerGalerias .areaFotoDestaque, #containerGalerias .areaInfoGaleria
{
	float:left;
}

#containerGalerias .areaFotoDestaque
{
	position:relative;
	width:280px;
	height:180px;
	border-radius:10px;
	background-position:top;
}

#containerGalerias .areaFotoMini
{
	position:absolute;
	width:100px;
	background-color:#6C0;
	border-radius:10px;
	border-style:solid;2px;
	border-width:5px;
	border-color:#FFF;
	top:2%;
	left:2%;	
	display:none;
}

#containerGalerias .areaInfoGaleria
{
	padding-left:20px;
	padding-right:20px;
	width:330px; /*370px*/
	font-size:12px;
}


#containerGalerias .tituloGaleria
{
	font-size:18px;
	line-height:130%;
	margin-bottom:10px;
}

#containerGalerias .dadosGaleria
{
	font-size:14px;
	color:#666;		
}

#containerGalerias .infoGal
{
	color:#bbb;	
}

#containerGalerias .qtdFotos
{
	font-size:12px;
	margin-top:5px;
	color:#555;	
	text-align:right;
}