@charset "UTF-8";
/* CSS Document */
#cabecera {
 margin: 0 auto;
 width:250px;
 margin-bottom: 5px;
 padding: 5px;
 box-sizing:border-box;
 margin-top:10px;
 text-align: center;
 font-family: 'Lato', sans-serif;
}
#cabecera2 {
 margin: 0 auto;
 width:450px;
 margin-bottom: 5px;
 padding: 10px;
 box-sizing:border-box;
 margin-top:5px;
 text-align: center;
 font-family: 'Lato', sans-serif;
}
form {
 margin: 0 auto;
 width:450px;
 margin-bottom: 20px;
 padding: 10px 20px;
 border-radius: 7px;
 background-color: #ffffff;
 box-sizing:border-box;
 margin-top:5px;
 text-align: center;
 font-size: 17px;
 font-family: 'Lato', sans-serif;
}
.irapago{
 margin: 0 auto;
 width:450px;
 margin-bottom: 20px;
 padding: 10px 20px;
 border-radius: 7px;
 background-color: #FFF;
 box-sizing:border-box;
 margin-top:20px;
 text-align: center;
 font-family: 'Lato', sans-serif;
}
input,textarea,select{
 width: 100%;
 margin-bottom: 20px;
 padding: 7px;
 box-sizing:border-box;
 font-size: 17px;
  border-radius: 7px;
  border-color: #111;
}
.btn-lg{
 width: 100%;
 margin-bottom: 20px;
 padding: 7px;
 box-sizing:border-box;
 font-size: 17px;
 border: none;
 background:#CB317B;
 color: #FFF;
 font-family: 'Lato', sans-serif;
}
form h2{
 color: #fff;
 font-size: 40px;
 margin-bottom: 20px;
 display:inline-block;
 font-family: monospace;
}
textarea{
 max-height: 200px;
 min-height:100px;
 max-width: 100%;
 font-family: 'Lato', sans-serif;
}
#boton{
 background-color: #CB317B;
 color: #fff;
 padding: 20px;
 border: none;
 width: 100%;
 font-family: monospace;
 font-weight: bolder;
 font-size: 2em;
 font-family: 'Lato', sans-serif;
}
#boton:hover{
 cursor:pointer;
}
ul { list-style:none;
}
li { list-style:none;
}

@media (max-width:480px){

  form{
   width:100%;
 } 

}