html {
    font-family: Tahoma;
    margin: 0 auto 10px; 
    background-color: #003352;
    overflow: auto; 
}

body {
    margin: 0 auto 10px;
    background-color: #003352;
    overflow: auto;
}

.caja2 {
    padding: 10px;
    color: #ffffff;
    display: table-cell;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
}
.contenedor {
    position: relative;

}
.caja {
    
padding: 1em 0.75em;
color: #ffffff;
background-color: #046FBD;
border-radius: 25px;
position: absolute;
}
.linea-horizontal {
    border: 1px solid #000;
    position: absolute;
}
.linea-vertical {
    border-left: 3px solid #000;
    height: 100px;
    position: absolute;
}
.linea-segmentada {
    border: 1px dashed #000;
    width: 100px;
    height: 0;
    position: absolute;
}

/*MARGEN BLANCO PARA CADA VISTA */
.container {
    border: 1px solid white;
    padding: 5%;
    margin: 10%;    
}

/* IMAGEN LOGO MUNICIPAL VISTA ESPECIFICA */
.imagen2 {
    text-align: center;
    width: auto;
    height: 200px;
}

.container img {
    display: block; /* Asegura que la imagen se comporte como un bloque */
    margin: 0 auto; /* Establece el margen automático izquierda-derecha para centrar la imagen */
}

/* NOMBRE Y CARGO FUNCIONARIO */
h1 {
    font-family: Tahoma;
    text-align: center;
    color: #e9a905;
    margin-top: 1%;
    margin-left: 12%;
    margin-bottom: 1%;
    margin: 0 auto 10px; 
}

/* DESCRIPCION FUNCIONARIO */
h2 {
    text-align: left;
    font-family: Tahoma;
    color: #ffffff;
    margin-top: 1%;
    margin-bottom: 0px;
    line-height: 1.5;
    margin-left: 20px;   
    margin: 0 auto 10px; 
    font-weight: lighter; 
    font-size: medium;
}

/* FUNCIONES FUNCIONARIO */
h3 {
    font-family: Tahoma;
    color: #ffffff;
    line-height: 1;
    margin-top: 50px;
    margin-left: 2%;
    margin-bottom: 10px; 
}

/*DISEÑO DE VIÑETAS */
ul {
    list-style-type: disc; 
    margin-left: 20px; 

}
/*LINEA DE VIÑETAS */
li {
    margin-bottom: 1%;
    font-family: Tahoma;
    color: #ffffff; 
}

/*BOTON DE REGRESAR */
.volver-al-home {
    width: 100px;
    font-family: Tahoma;
    padding: 1em 0.75em;
    color: #ffffff;
    background-color: #046FBD;
    border-radius: 15px;
    text-align: center;
    display: inline-block; /* Hace que el botón se comporte como un bloque en línea */
}
.contenedor{
    text-align: center;
}

.Fun_Nombre {
    font-family: Tahoma;
    text-align: center;
    color: #ffffff;
    margin-top: 1%;
    margin-bottom: 1%;
    margin: 0 auto 10px; 
}
