/*CASCADA PARA IMAGENES EN POP UP*/

.thmuro{
position: relative;
}

.thumbnail_left img{
border: 0px transparent white;
}

.thumbnail_left:hover{
background-color: transparent;
}

.thumbnail_left:hover img{
border: 0px solid blue;
}

.thumbnail_left span{ 
position: absolute;
background-color: none;
padding: 1px;
left: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_left span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail_left:hover span{ 
visibility: visible;
bottom: 40px;
right:  0px; 
z-index: 50;
}


.thumbnail_right img{
border: 0px transparent white;
}

.thumbnail_right:hover{
background-color: transparent;
}

.thumbnail_right:hover img{
border: 0px solid blue;
}

.thumbnail_right span{ 
position: absolute;
background-color: none;
padding: 1px;
right: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_right span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail_right:hover span{ 
visibility: visible;
bottom: 40px;
right:  0px; 
z-index: 50;
}

.highlight_left img{
border: 2px solid blue;
}

.highlight_left:hover{
background-color: transparent;
}

.highlight_left:hover img{
border: 2px solid blue;
}

.highlight_left span{ 
position: absolute;
background-color: lightyellow;
padding: 1px;
left: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.highlight_left span img{ 
border-width: 0;
padding: 2px;
}

.highlight_left:hover span{ 
visibility: visible;
bottom: 20px;
right:  0px; 
z-index: 50;
}


.highlight_right img{
border: 2px solid blue;
}

.highlight_right:hover{
background-color: transparent;
}

.highlight_right:hover img{
border: 2px solid blue;
}

.highlight_right span{ 
position: absolute;
background-color: none;
padding: 1px;
right: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.highlight_right span img{ 
border-width: 0;
padding: 2px;
}

.highlight_right:hover span{ 
visibility: visible;
bottom: 20px;
right:  0px; 
z-index: 50;
}
