        .auto-style1 {
            height: 24px;
        }
        .auto-style2 {
            width: 128px;
        }
.boton_personalizado {
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #335ea3;
    background-color: #cbcbd1;
    border-radius: 6px;
    border: 0px;
    width: 200px; 
	height: 32px;
	text-align:center;
}
    .boton_personalizado:hover {
        color: #ffffff;
        background-color: #335ea3;
    }
     
    
