body {
    background-color: #464646 !important;
    -webkit-print-color-adjust: exact;
}

.header {
    display: flex;
    background: #2D2D2D;
    width: 80%;
    margin-left: 10%;
}

.headerIzq {
    width: 50%;
}

.headerDer {
    width: 36%;
    padding-top: 70px;
}

.imgPersona {
    position: relative;
    top: 90px;
    left: 240px;
    z-index: 2;
}

.borde {
    width: 100px;
    height: 180px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 7px;
    position: relative;
    top: -70px;
    left: 300px;
    z-index: 1;
}

#lblnombre {
    color: white;
    font-family: Georgia;
    font-size: 40px;
    line-height: 40px;
}

#lblcargo {
    background: #DEDEDE;
    padding: 5px 5px 5px 5px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #7D7D7D;
}

.datos {
    color: white;
    font-family: Arial;
    padding-left: 10px;
    border-left: solid;
    border-width: 2px;
    border-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-left: 20px;
}

.estudios {
    display: flex;
    width: 80%;
    margin-left: 10%;
    background: white;
}

.estudiosIzq {
    width: 40%;
    padding: 5%;
    margin-left: 5%;
}

.estudiosDer {
    width: 60%;
    padding: 5%;
}

.titulo {
    font-family: Arial;
    font-size: 20px;
    color: #EB8C00;
    padding-bottom: 10px;
    border-bottom: solid;
    border-width: 2px;
    width: 90%;
    border-color: #7D7D7D;
}

.contenido {
    padding-top: 20px;
    padding-right: 10px;
    font-family: Arial;
    width: 90%;
}

body {
    display: flex;
    justify-content: center;
}

.Newcontainer {
    width: 800px;
    display: flex;
    margin: auto;
    position:relative;
}

.Newcontainer__left {
    width: 50%;
    background-color: #cf4d27;
    display: flex;
    align-items: center;
    padding-top: 90px;
    flex-direction: column;
}

.Newcontainer__right {
    width: 50%;
    background-color: white;
}

.Newcontainer__left__img {
    z-index: 1;
}

.cuadro {
    width: 400px;
    top: 170px;
    position: absolute;
    /* left: 100px; */
    z-index: 0;
}

.Perfil__imagen {
    width: 150px;
    height: 150px;
    background-color: black;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 50px;
}

.NewNombre {
    color: white !important;
    font-family: Arial !important;
    font-size: 30px !important;
    font-weight: bold !important;
}

.NewCargo {
    font-size: 18px !important;
    color: white !important;
    font-family: Arial !important;
    background-color: transparent !important;
    padding: 5px 0 !important;
}

.NewCorreo {
    font-size: 18px !important;
    color: white !important;
    font-family: Arial !important;
    padding: 5px 0 !important;
}

.NewContacto {
    font-size: 18px !important;
    color: white !important;
    font-family: Arial !important;
    padding: 5px 0 !important;
}

.NewLinkedin {
    width: 50px;
    padding: 5px 0 !important;
    cursor:pointer;
    z-index:1;
}

.NewEstudios {
    width: 85%;
    margin-top: 50px;
    z-index: 1;
}

.NewEstudios__title {
    padding: 15px 25px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    background-color: #fdb615;
}

.NewEstudios__description {
    padding: 40px 25px;
    font-family: Arial;
    font-size: 16px;
    background-color: #dfdede;
    z-index: 2;
}

    .NewEstudios__description span {
        z-index: 1;
    }



.Newcontainer__right__second {
    /*height: 45%;*/
}

.Newcontainer__left__description {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding-left: 20px;
}
.Newcontainer__right__first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.Newcontainer__right__second {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background-color: #dfdede;
}
#lbltituloestudios2 {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}
#lbltituloproyectos2 {
    padding: 15px 25px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    background-color: #fdb615;
    position: absolute;
    padding-left: 53px;
    left: -53px;
}
.contenidoproyectos2 {
    padding-top: 70px;
    padding-right: 10px;
    font-family: Arial;
}
#proyectos4 {
    position: relative;
}
#estudios4 {
    margin-bottom: 10px;
}
#lblexperiencia2{
    font-size:14px;
}
#lblproyectos2{
    font-size:14px;
}
#link2 {
    z-index:1;
}