/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-dic-2016, 18:39:41
    Author     : javi
*/

.rotatingimg
    {
        transition: transform 0.5s;
    }
.rotatingimg:hover
    {
    
        
        /* Safari */
-webkit-transform: rotateY(-180deg);

/* Firefox */
-moz-transform: rotateY(-180deg);

/* IE */
-ms-transform: rotateY(-180deg);

/* Opera */
-o-transform: rotateY(-180deg);


    }

    


.contenido {
   /* margin-top: 5%;*/
  /* margin-left: 10%;
    margin-right: 10%;
  */ 
  /* margin: 5%;*/
   position:relative;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
   
}
.waitingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gainsboro;
    opacity: 0.5;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}


 