
  #modal {
    /*border: solid 3px blue;*/
    visibility: hidden;
    opacity: 0;
    margin-top: -200px;
    overflow: auto;
  }
  #modal:target {
    visibility:visible;
    opacity: 1;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    z-index: 1999;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    transition:all 1s;
  }
  .modal-contenedor {
    /*border: solid 3px blue;*/
    position: relative;
    margin:1% auto;
    padding:30px 30px;
    background-color: #fafafa;
    color:#333;
    border-radius: 3px;
    width:50%;
    overflow: auto;
  }
  a.close {
   
  position: absolute;
  top:8px;
  right:9px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  text-decoration: none;
  width: 20px;
  height: 20px;
  text-align: center;
  }
  .close:hover{
    color: #fff;
    opacity: 1;
    background: #da291c;
    border-radius: 50px 50px 50px 50px;
    
  }
 
    /* estilos para el enlace */
    
  a.modal-link {
      text-align: center;
      display: block;
      margin: 30px 0;
  }





.btn:focus{
  outline: none;
}
.ibody{
  background-color: #fdfdfd;
  border: 1px solid #d8dede;
  border-radius: 8px;
  margin: 1px auto;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.fcontacto{
  padding: 14px;
}
.logito{
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .ibody{
    width: 100%;
  }
  .modal-contenedor {
    width: 70%;
   }
   
}
@media only screen and (max-width: 1280px) {
  .modal-contenedor {
    width: 70%;
   }
}
@media screen and (max-width: 800px) {
  .ibody{
    width: 100%;
  }
  .modal-contenedor {
    width: 80%;
   }
   
}
@media only screen and (max-width: 700px) {
 
}
@media only screen and (max-width: 650px) {
  
}


@media screen and (max-width: 480px) {
  .ibody{
    width: 90%;
  }

} 
@media only screen and (max-width: 428px) {
  .modal-contenedor{width: 90%;}
  .tabla_conti table{margin-left: -30px; width: 100%; /*border: solid 1px black;*/}
  .tabla_conti input{font-size: 10px; width: 90%;}
  .tit_cotiz{width:150%; margin-left: -40px; text-align: center; /*border:solid 1px black;*/ }

  .nom_cont{width: 200%; margin-left: -30px;     /*border: solid 1px blue;*/}
  .mail_cont{width: 200%; margin-left: -30px;}
  .asunt_cont{width: 200%; margin-left: -30px;} 
  .mens_cont{width: 200%; margin-left: -30px;} 

  .nom_cont1{width: 200%; margin-left: -30px;     /*border: solid 1px red;*/}
}

@media screen and (max-width: 360px) {
  .ibody{width: 100%;} 
  .tabla_conti table{width: 100%;}
  .tabla_conti input{font-size: 10px; width: 90%;}
}
@media only screen and (max-width: 360px) {.modal-contenedor{width: 95%;}}
  