@charset "utf-8";

.popup {
    background-color: #ffffff;
    color: #000;
    height: auto;
float: left;
    padding: 20px;
position: fixed;
    right: 30%;
    top: 25%;
    width: 50%;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
.popup img {
float: left;
    height: -20px;
   width: 100px;


}
.popup h3 {
margin-block-end: 5px;


}
.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity:0.5;
}

a.close {
    background: url("images/cerrar.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

@media (max-width: 530px) {
.popup img {

   width: 40px;


}

}
@media (max-width: 380px) {
	

}
