* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Estilo del Tab Superior */
.tabsup {
    overflow: hidden;
    border: 1px solid #14a9be;
    background-color: #ECFBFE;
    border-style: dotted;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tabsup button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
.tabsup button:hover {
    background-color: #9B9B9B;
}
.tabsup button.active {
    background-color: #14a9be;
    font-weight: bold;
    
}
.contabsup {
    display: none;
    padding: 0px 0px;
    border-top: none;
}
/* Fin del Tab Superior */

/* Estilo del Tab Funcionario 1 */
.tabfunc1 {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 100%;
}
.tabfunc1 button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid aliceblue;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}
.tabfunc1 button:hover {
    background-color: #ddd;
}
.tabfunc1 button.active {
    background-color: #ccc;
}
.confunc1 {
    //float: right;
    float: left;
    padding: 0px 12px;
    //border: 1px solid #ccc;
    width: 80%;
    height: 100%;
    padding-top: 30px;
}
/* Fin del Tab Funcionario 1 */

/* Estilo del Tab Funcionario 2 */
.tabfunc2 {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 100%;
}
.tabfunc2 button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid aliceblue;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}
.tabfunc2 button:hover {
    background-color: #ddd;
}
.tabfunc2 button.active {
    background-color: #ccc;
}
.confunc2 {
    float: left;
    padding: 0px 12px;
    //border: 1px solid #ccc;
    width: 80%;
    height: 100%;
    padding-top: 30px;	
}
/* Fin del Tab Funcionario 2 */

/* Estilo Contenedor de Curriculum e Imágen */
#contdesfun{
width: 100%;
height: 100%;

}
#conttxtfun{
float:left;
padding: 10px 10px;
width: 100%;
height: auto;
text-align: justify;
border-radius: 10px;
background-color: #14a9be;
color: white;
font-size: 14px;
}
#contimgfun{
float: right;
padding: 10px 10px;
height: auto;
width: auto;
}

#clasecentrodiv{
text-align:center;
width:100%;
}

.img{
height: 250px;
width: 250px;
border-radius: 10px;
border-style: solid;
color: #14a9be;

}
/* Fin Estilo Contenedor de Curriculum e Imágen */


