/* Estilos personalizados optimizados e integración de planilla */
.custom-contact-form {
    background-color: #fafafa !important;
    padding: 25px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 15px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    max-width: 550px;
}
.custom-contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.custom-form-group {
    margin-bottom: 18px;
}
.custom-form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 13px;
    color: #333;
}
.required-star {
    color: #dd4b39;
    margin-left: 3px;
}
.custom-form-group input[type="text"],
.custom-form-group input[type="email"],
.custom-form-group textarea {
    width: 100%;
    max-width: 500px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    height: auto !important;
}
.custom-form-group textarea {
    resize: vertical;
    min-height: 140px;
}
.checkbox-inline {
    font-weight: normal !important;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    font-size: 13px;
}
.custom-form-group input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}
.btn-send-email {
    background-color: #2f96b4 !important;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
    border: 1px solid #2891b1 !important;
    color: #fff !important;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    box-shadow: none !important;
}
.btn-send-email:hover {
    background-color: #2f96b4 !important;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}
.form-info-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

/* Caja de alerta para mensaje enviado con éxito */
.alert-success-custom {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 25px;
    border-radius: 4px;
    margin-top: 15px;
    max-width: 550px;
    text-align: center;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.alert-success-custom h3 {
    color: #3c763d !important;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}
</style>	


/* Sample CSS file */
.legend {
font-size:12px;
font-weight:bold;
color:#333333;
background-color:#e0e0e0;
padding:2px 10px 2px 10px;
border-bottom:1px solid #333333;
}

.tag {
padding:2px 0 2px 10px ;
font-size:10px;font-family:Arial;color:#333333;background-color:#f9f9f9;
border-bottom:1px solid #333333;
}
