@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');

html {
    margin-top: 20px;
    background: url(/modulos/publico/fondos/fondo_terra.webp) no-repeat center center fixed;
}

div#cuerpo_general_update_cuerpo {
    border: none;
    border-radius: 8px; /* Un poco de redondeo suaviza las esquinas */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

.panel.panel-primary {
    border-radius: 8px;
}

.btn-primary {
    transition: all 0.3s ease;
}

span#cuerpo_general_lblTitulo {
    font-weight: 600;
    font-size: 24px;
}