﻿/*--galeria de fotos--*/
/*inicio galeria de fotos*/

#GalleryCampo {
    position:relative; 
    width:410px; 
    /*height:520px;*/
    margin:0 auto;
	background:url(../images/galeria/manchaAgua.gif) no-repeat 2px 67%;
}
#GalleryCampo strong{
position:relative;
margin:0 auto;
text-align:left;
font-weight:bold;
color:#4E2001;
clear:both;}
#GalleryCampo ul {
	padding:0;
	list-style-type:none;
	width:100%;
	margin:0;
	display:inline;
}
#GalleryCampo li {
	float:left;
}
#GalleryCampo a.gallery span {
    position:absolute;
    width:1px; 
    height:0; 
    top:0px; 
    left:0px; 
	margin:0 auto;
    overflow:hidden; 
	text-align:center;
}
#GalleryCampo a.gallery, #GalleryCampo a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    margin:5px 8px 5px 0; 
    text-align:left; 
    cursor:default;
	border:5px solid #C4AB8A;
    }
#GalleryCampo a.gallery:hover {
    border:5px solid #E8DDCE; 
    }
#GalleryCampo a.gallery:hover span {
	position:absolute;
	width:410px;
	height:392px;
	top:163px;
	left:0;
	color:#333;
	text-align:center;
	background:none;
	padding: 2px;
    }
#GalleryCampo a.gallery:hover img { 
    float:left;
	clear:both;
	border:1px solid #333 !important;
	padding:5px 10px 10px 0 !important;
}

