/*GALERIA DE IMÁGENES */
/* THUMBNAILS */
#imagePrev {
    float: left;
    width: 130px;
    background-color: #9ab184;
    border: 4px double #fff;
    text-align: center;
    padding: 3px;
    margin: 2px;
    height: 130px;
}

#imagePrev:hover {
    background-color: #66834a;   
}

#imagePrev img {
    border: 3px double #666;
    padding: 2px;
    display: block;
    margin: auto;
    margin-bottom: 3px;
    clear: both;
    max-width: 120px;
}

#imagePrev span {
    color: #fff;
}

#imagePrev img:hover {
    border: 3px double #674129;
}

#galery {
	margin-top:20px;
	margin-bottom:20px;
}
#imageList{
	margin:auto;
	width:600px;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

#imageShow{
	margin:auto;
	width:606px;
	clear:both;
	overflow:auto;
	margin-bottom:20px;
	background:#9ab184;
	border:3px double #dfeed1;
	padding:5px;
	text-align:center;
}

#imageShow img {
	margin-bottom:10px;
	border:3px double #dfeed1;
}

#imageDescription {
	text-align:justify;
}

