.modal-contenido {position:relative; background-color:#fff; padding:10px 20px; margin:20% auto; font-family:'Nunito', sans-serif; border-radius:10px;}
.modal-contenido a {color:#000;}
.modal-contenido h2 {font-size:1.5em; text-align:center;}
.modal-width {width:300px;}
.modal-width-cargando {width:66px;}
.modal {position:fixed; background-color:rgba(0,0,0,.5); top:0; right:0; bottom:0; left:0; opacity:0; pointer-events:none; transition:all 1s; z-index:3;}
/*#miModal:target{opacity:1;pointer-events:auto;}*/ 