/*#cuerpo{
    width: 100%;
}*/

.centrar{ text-align: center;}


body {
    background-color: #e0f2f1;
}


.ancho{
    height: 80px;
    font-size: 50px;
}

#enviar{
    width: 250px;
    height: 150px;
    font-size: 60px;
}

#listo, #listo2{
    width: 200px;
    height: 80px;
    font-size: 40px;
}

.radio{
   width:50px; height:50px;
}

h1{
    /*font-size: 60px*/
}


/*data-toggle color del checked*/
.btn:active,
.active {
  color: black !important;
  background-color: #0099CC !important;
  border-color: #212121 !important;
}

#limite{ text-align: justify;
         font-size: 35px; 
}








