/* CSS Document */
/* choose a suitable font and center the #container div in Internet Explorer */   
 body {   
  text-align:center;   
  font-family: tahoma; arial, sans-serif;   
  font-size:76%;   
  letter-spacing:0.05em;   
    }   

/* The containing box for the gallery. */
#container {
    position:relative;
    width:auto;
    height:500px;
    margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }
/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
/* Remove the images and text from sight */
#container a.gallery span {
	position:absolute;
	height:0.5px;
	top:5px;
	left:5px;
	overflow:hidden;
	background-color: #614D16;
	width: 0.5px;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
	display:block;
	text-decoration:none;
	margin:1px 2px 1px 2px;
	text-align:right;
	cursor:default;
	border: 1px solid #614D16;
    }
#container a.slidea {
	height:93px;
	width:60px;
	background-image: url(../img/alaoest_boto.jpg);
    }
#container a.slideb {
	height:93px;
	width:60px;
	background-image: url(../img/sala_pati_boto.jpg);
    }
	#container a.slidec {
	height:93px;
	width:60px;
	background-image: url(../img/alaest_boto.jpg);
    }
#container a.slided {
	height:60px;
	width:93px;
	background-image: url(../img/paddoks_boto.jpg);
    }
* html #container a.slided {
    width:91px;
    w\idth:93px;
    }
#container a.slidee {
	height:60px;
	width:93px;
	background-image: url(../img/pista_boto.jpg);
    }
#container a.slidef {
	height:93px;
	width:60px;
	background-image: url(../img/pistarodona.jpg);
    }
* html #container a.slidef {
    width:58px;
    w\idth:60px;
    }
#container a.slideg {
	height:93px;
	width:60px;
	background-image: url(../img/caminador_boto.jpg);
    }
#container a.slideh {
	height:93px;
	width:60px;
	background-image: url(../img/paller_boto.jpg);
    }
#container a.slidei {
	height:93px;
	width:60px;
	background-image: url(../img/segoncamp_boto.jpg);
    }
#container a.slidej {
    background:url(../images/p10_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slidek {
    background:url(../images/p11_t.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slidek {
    width:91px;
    w\idth:93px;
    }
#container a.slidel {
    background:url(../images/p12_t.jpg);
    height:60px;
    width:93px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:386px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
	border: 1px solid #614D16;
    }
/* styling the :hover span */
#container a.gallery:hover span {
	position:absolute;
	width:600px;
	height:400px;
	top:10px;
	left:15px;
	background-color: #614D16;
    }
#container a.gallery:hover img {
	float:left;
	margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
	background-color: #614D16;
	background-image: url(../img/fotoaeria.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	margin-left: 20px;
	
    }

