body {
    font-family: Arial, Helvetica, sans-serif;
}
.thumb {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
padding: 0px 0px;

  

}
.thumb img {
    width: 100%;
    padding: 0;


}
.thumb > div {
    background-color: rgba(0,0,0,0.75)!important;  
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s linear;
    text-shadow: #000 1px 1px 0;
    color: #ccc;
  
}
.thumb:hover > div {
    display: block;
opacity: 0.9;
padding: 0 0;
left: -0px;


}
.thumb > div div {
/*    padding: 20px 40px;*/

}
.thumb h2 {
    font-size: 1.2em;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;


/*    margin-bottom: 10px;*/
}
.thumb p {
/*    margin-bottom: 10px;*/
}

.borde_temp
{
	border: 0px solid gray !important;
  top:10px !important;
  left:10px !important;
  width:260px !important;
  height:260px !important;
    /* Anulo el borde: es sólo para la edición, para tener una referencia. */
}


.fondo_temp
{
    visibility:hidden; 
}