/* Getting the new tags to behave */

.boton_personalizado{
    text-decoration: none;
    
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
	padding:10px 18px 11px;
    border: 2px solid #0016b0;
	display:block;
	float:left
  }
  .boton_personalizado:hover{
    color: #1883ba;
    background-color: #ffffff;
  }