.logo {
    border-style: solid;
    border-width: 0px;
    display: block;
    width: 150px;
    height: 150px;
	overflow:hidden;
	position:relative;
    background-color: #FFFFFF;
    -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, background-color 2s, transform 2s;
	filter: alpha(opacity=60)
	
}

.logo:hover {
   
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(180deg);
    transform: rotate(360deg);
}

.transition {
    padding: 28px;
 
    margin: 50px auto 0;
}
.transition:hover{
	
     padding: 35px;

	 background-color:RGBA(212, 230, 241, 0.5);
    margin: 0 auto;

}
.imagen{
border-radius:10%;	
-webkit-border-radius:10%;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}

/* Pop (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/*pop Contenido */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
	    height: 50%;
}

/* Botton Cerrar*/
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*
.imagen:hover{
border-radius:10%;
-webkit-border-radius:10%;
box-shadow: 0px 0px 5px 5px #ad256f;
-webkit-box-shadow: 0px 0px 5px 5px #ad256f;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}*/