

﻿/**fotos**/
.gallerycontainer{
position: relative;
}
.thumbnail img{
border: medium double black;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 2px solid black;
}
.thumbnail span{
position: absolute;
background-color: #CDC2B3;   /**original F9F4EE**/
padding: 5px;
top: -200px;  /**original -1000px**/
border: medium double black;
visibility: hidden;
color: #fee8d0;    /**original 000000**/
text-decoration: none;
}
.thumbnail:hover span{
visibility: visible;
z-index: 50;
top: 0px;  /** 0 original para subirla **/
left: 15%;  /**   130 px original**/
}
.thumbnail span img{
width:450px;
height:300px;
border-width: 0;
padding: 2px;
z-index: 5;
}
/**fin-fotos**/
/*imagen flotante*/
#superpie{
position:absolute;
bottom:0px;
right:0px;
}
body > div#superpie{
position: fixed;
bottom:0px;
right:0px;
}