body {
    background-color: #e1e1e1;
}
input {
    background-color: #fff;
    color: #000;
    border-color: #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
}
textarea {
    background-color: #fff;
    color: #000;
    border-color: #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: 2px;
    border-style: solid;
}
select {
    background-color: #fff;
    color: #000;
    border-color: #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#completo {
    background-color: #ececec;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #007673;
}
.boton {
    cursor: pointer;
    background-color: #dfdfdf;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #333;
    border-bottom-color: #464646;
    border-left-color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border-top-color: #464646;
    font-weight: bold;
    border-top-width: thin;
    border-top-style: solid;
}
.boton_disabled {
    cursor: pointer;
    background-color: #dfdfdf;
    padding: 0.5em 0.75em;
    color: #999;
    text-decoration: none;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border-top-color: #999;
    font-weight: bold;
    border-top-width: thin;
    border-top-style: solid;
}
.boton:hover {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #504f50;
}
.boton_activar {
    cursor: pointer;
    background-color: #ff0;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #333;
    border-bottom-color: #464646;
    border-left-color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border-top-color: #464646;
    font-weight: bold;
    border-top-width: thin;
    border-top-style: solid;
}
.boton_alerta {
    cursor: pointer;
    background-color: red;
    padding: 0.5em 0.75em;
    color: #fff;
    text-decoration: none;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #333;
    border-bottom-color: #464646;
    border-left-color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border-top-color: #464646;
    font-weight: bold;
    border-top-width: thin;
    border-top-style: solid;
}
.boton_alerta:hover {
    color: #464646;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fc0;
}
.boton_titulo {
    cursor: pointer;
    background-color: #678b88;
    padding: 0.5em 0.75em;
    color: #fff;
    text-decoration: none;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #333;
    border-bottom-color: #464646;
    border-left-color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-color: #464646;
    font-weight: bold;
    border-top-width: thin;
    border-top-style: solid;
}
.boton_titulo:hover {
    color: #007673;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ececec;
}
.boton_titulo a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.boton_titulo a:hover {
    color: #007673;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.mensaje_bien {
    color: #fff;
    background-color: #333;
    text-align: center;
}
.mensaje_mal {
    color: #fff;
    background-color: red;
    text-align: center;
}
.borrar {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.borrar a {
    color: #fff;
    text-decoration: none;
}
.borrar a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.yes,
.no {
    margin-top: 0.5em;
    margin-right: 0.5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    text-shadow: 0 1px 0 #000;
    background-color: #504f50;
    color: #fff;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top-color: #fff;
    border-top-width: thin;
 
}
.yes:hover,
.no:hover {
    background-color: #dfdfdf;
    color: #333;
}
.question {
    position: absolute;
    display: inline;
    text-align: center;
    width: 174px;
    height: 78px;
    font-size: 13px;
    line-height: 1.5em;
    background: url("../images/bubble.png") left top no-repeat;
    padding: 10px 0 0 0;
    text-shadow: 0 1px 0 #fff;
    margin-left: -7em;
    margin-top: -6em;
    opacity: 0;
    color: #666;
}
#mensaje {
    background-color: #4796e6;
    background-image: -moz-linear-gradient(top, #4796e6, #3873af);
    background-image: -ms-linear-gradient(top, #4796e6, #3873af);
    background-image: -webkit-linear-gradient(top, #4796e6, #3873af);
    background-image: -o-linear-gradient(top, #4796e6, #3873af);
    background-image: linear-gradient(to bottom, #4796e6, #3873af);
    max-width: 700px;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: bottom;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-color: #2d7dbf;
    border-right-color: #2d7dbf;
    border-bottom-color: #2d7dbf;
    border-left-color: #2d7dbf;
    color: #fff;
    padding: 5px;
}
h1 {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    max-width: 400px;
    border: 1px solid #464646;
    background-color: #007673;
    text-align: center;
    color: #fff;
}
fieldset {
    color: #000;
    background-color: #fff;
    border-width: 2px;
}
legend {
    color: #000;
    padding: 5px;
    font-size: 25px;
}
thead {
    background-color: #99c3c1;
    color: #464646;
    border: #99c3c1;
}
tr {
    border-color: #fff;
}
thead tr {
    border-color: #99c3c1;
}

input[type="text"],
input[type="password"] {
    border-width: 2px;
    border-style: solid;
    border-color: #ccc; /* o el color que prefieras */
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}
 
.menu{
    background-color: #205081;
    display: flex; /* Cambia de inline-block a flex */
    flex-wrap: wrap; /* Permite que los elementos se muevan a la siguiente fila si no caben */
    width: 100%;
    padding-left: 8px;
    overflow-x: auto; /* Habilita desplazamiento horizontal si es necesario */
    white-space: nowrap; /* Evita que los elementos se dividan */
    box-sizing: border-box; /* Asegura que padding no afecte el ancho total */
}


li {
    position: relative;
    padding: 0 1.5em; /* Espaciado horizontal uniforme */
    color: #fff;
    list-style: none; /* Quita los estilos predeterminados del navegador */
    text-align: center;
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
}

/* Estilos base del menú */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #205081;
    display: flex;
    justify-content: start;
    overflow: visible; /* Permite que los submenús salgan del contenedor */
    position: relative; /* Asegura el posicionamiento adecuado de los submenús */
}

.menu-item {
    position: relative;
}

.menu-link {
    display: block;
    padding: 1px 10px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    margin: 5px;
    transition: background-color 0.3s;
}

.menu-link:hover {
    background-color: #007673;
}

/* Submenús (ocultos por defecto) */
.dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%; /* Justo debajo del botón */
    left: 0;
    background-color:#205081;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s;
}

.dropdown-menu a:hover {
    background-color:#205081;
}

/* Mostrar el submenú al pasar el ratón */
.menu-item:hover .dropdown-menu {
    display: block;
}

@media (max-width: 768px) {
    .menu {
        flex-wrap: wrap; /* Los elementos se moverán a la siguiente fila si es necesario */
    }

    li {
        padding: 0.5em 1em; /* Reduce el espaciado en pantallas más pequeñas */
    }
}

.filepond--item {
    max-width: 300px;
    margin: 0 auto;
}
.filepond--file {
    display: flex;
    justify-content: flex-end; /* Mueve los elementos hijos a la derecha */
}
.contenedor-saludo{
	font-size: 20px;
	font-weight: bold;
	font-family: Open Sans, Arial, sans-serif;
	color: #326ca6;
}
.contenedor-titulo {
align-items: center;
display: flex;
padding: 1px 0 2px 3px;
}


/* Ajuste de alineación y color del SVG */
.icono-svg {
    vertical-align: middle; /* Alinea con el texto */
    margin-right: 5px;      /* Espacio entre el icono y el texto */
    width: 34px;            /* Tamaño del icono */
    height: 34px;
    color: #007BFF;         /* Color azul */
}

/* Aplicar el color directamente en el trazo */
.icono-svg path {
    stroke: #007BFF;
}

.icono svg {
	vertical-align: middle; /* Alinea con el texto */
    margin-right: 5px;      /* Espacio entre el icono y el texto */
    width: 34px;            /* Tamaño del icono */
    height: 34px;
    color: #007BFF;         /* Color azul */

}
