﻿/*--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.slide1 {
    background:url(../images/galeria/thumbs/hoyo1.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide2 {
    background:url(../images/galeria/thumbs/hoyo2.gif); 
    height:32px; 
    width:50px;
}
#GalleryCampo a.slide3 {
    background:url(../images/galeria/thumbs/hoyo3.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide4 {
    background:url(../images/galeria/thumbs/hoyo4.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide5 {
    background:url(../images/galeria/thumbs/hoyo5.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide6 {
    background:url(../images/galeria/thumbs/hoyo6.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide7 {
    background:url(../images/galeria/thumbs/hoyo7.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide8 {
    background:url(../images/galeria/thumbs/hoyo8.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide9 {
    background:url(../images/galeria/thumbs/hoyo9.gif); 
    height:32px; 
    width:50px;
    }
#GalleryCampo a.slide10 {
    background:url(../images/galeria/thumbs/hoyo10.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide11 {
    background:url(../images/galeria/thumbs/hoyo11.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide12 {
    background:url(../images/galeria/thumbs/hoyo12.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide13 {
    background:url(../images/galeria/thumbs/hoyo13.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide14 {
    background:url(../images/galeria/thumbs/hoyo14.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide15 {
    background:url(../images/galeria/thumbs/hoyo15.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide16 {
    background:url(../images/galeria/thumbs/hoyo16.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide17 {
    background:url(../images/galeria/thumbs/hoyo17.gif); 
    height:32px; 
    width:50px;
    }
    #GalleryCampo a.slide18 {
    background:url(../images/galeria/thumbs/hoyo18.gif); 
    height:32px; 
    width:50px;
    }
#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:10px solid #C4AB8A;
	margin:5px 10px 10px 0;
}

