#slideshow2{
	text-align: center;
	margin-top: -90px;  /*SUBE LAS FOTOS*/ 
	padding-bottom: -30px;
	
}
#slideshow2 img{
cursor: pointer;
margin: 10px;

-webkit-transition: all .5s;
}
#slideshow2 img:hover{
-webkit-box-shadow: 0 0 20px #ff5105;
-moz-box-shadow: 0 0 20px #ff5105;
-o-box-shadow: 0 0 20px #ff5105;
box-shadow: 0 0 20px ;  

-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
}
#previewSlideshow2{
background: rgba(0,0,0,0.5);
display: none;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

#previewSlideshow2 #imagen{
height: 450px;  
margin: 130px auto;  /*SUBE O BAJA LA PREVISUALIZACION DE CADA IMAGEN */
width: 600px;

-webkit-box-shadow: 0 0 50px #000;
-moz-box-shadow: 0 0 50px #000;
-o-box-shadow: 0 0 50px #000;
box-shadow: 0 0 50px ;
}
#previewSlideshow2 #descripcion{
background: rgba(209,187,69,0.70);
color: #fff;
padding: 5px;
position: relative;
margin: -50px auto;
text-align: center;
width: 150px;
z-index: 100;

-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
}
#previewSlideshow2 #cerrar{
background: red;
color: #fff;
cursor: pointer;
font-size:14px;
font-weight: bold;
margin: -440px 475px;
padding: 10px;
position: relative;
text-align: center;
width: 50px;


-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#previewSlideshow2 #cerrar:hover{
padding: 30px 10px 10px 10px;
}
