﻿@charset "utf-8";
/*************************************************************************/
/*****************ESTILOS CV MINHAC. VERSION ESCRITORIO*******************/
/*************************************************************************/
.central {
    height: 100%;
    padding: 10px;
    min-height: 100%;
    z-index: 0;
    position: relative;
    background-color: #ffffff;
}

.filaC {
    background-color: #ffffff;
}

h2.titulo {
    font-size: 1.5em;
    background: url(/Style%20Library/MINHAC.SP.Portal/img/linetit.png) no-repeat left bottom;
    margin: 0px;
    padding-bottom: 18px;
    font-weight: bold;
    margin-top: 21px;
}

h2.titulo2 {
    font-size: 1.5em;
    background: #fff url(/Style%20Library/MINHAC.SP.Portal/img/linetit2.png) no-repeat left bottom;
    margin: 0px;
    padding-bottom: 18px;
    font-weight: bold;
    margin-top: 1px;
}

.impresion {
    font-size: 0.80em;
    float: right;
    margin-top: 5px;
    width: 100%;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}

    .impresion a {
        background: url(/Style%20Library/MINHAC.SP.Portal/img/impresion.png) no-repeat left top;
        padding-left: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1em;
        margin-right: 5px;
    }

.contenido {
    float: none;
    color: #4a5f8a;
    font-family: Arial;
    font-size: 0.9em;
    margin-left: 15px;
    margin-bottom: 0px;
    padding-bottom: 90px;
    margin: 0 auto;
    width: 100%;
}

    .contenido p {
        margin-block-start: 0.5rem;
        margin-block-end: 0.5rem;
    }

    .contenido #ctl00_PlaceHolderMain_ldwTexto {
        width: 74%;
        margin: 0 auto;
    }

    .contenido section.datosCV {
        margin: 0 auto;
        width: 90%;
    }

    .contenido .actualidad ul li {
        background: url(/Style%20Library/MINHAC.SP.Portal/img/bulletgris.png) no-repeat 0px 5px;
        padding-left: 10px;
        margin-bottom: 10px;
    }



.central dt {
    color: #D26900;
    font-weight: bold;
    width: 900px;
    padding-left: 35px !important;
}

.contenedorsombra {
    margin-left: auto;
    margin-right: auto;
    width: 1005px;
    height: 100%;
    z-index: 0;
    position: absolute;
    margin-top: -8em;
    width: 99.8%;
}

.fondoblanco {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    position: absolute;
    height: 100%;
    margin-left: 7px;
    z-index: 0;
}

.container {
    background: #ffffff;
}

.pieoculto {
    display: inline;
    position: relative;
    background: none repeat scroll 0 0 #535354;
    bottom: 0;
    display: block !important;
    position: absolute !important;
    width: 100%;
    border: 1px solid red;
    width: 600px;
    height: 2000px;
}

.cabecera {
    z-index: 0;
}
/* Estilos página de error */
.alert {
    font-size: 1.1em;
    min-height: 10em;
    padding-top: 5em;
    position: relative;
    width: 100%;
}

.alertline {
    border-top-color: #dbdcde;
    border-top-style: solid;
    border-top-width: 1px;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    width: 800px;
}

h2.titulo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/Style%20Library/MINHAC.SP.Portal/img/linetit.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 21px;
    padding-bottom: 30px;
    position: relative;
}

.redesSociales {
    float: right
}

    .redesSociales ul {
        margin-top: 5px;
    }

        .redesSociales ul li {
            display: inline;
        }

/*************************************************************************/
/***********ESTILOS CV NUEVO DISEÑO MINHAC. VERSION ESCRITORIO************/
/*************************************************************************/

section.datosCV div.subCabeceraCV {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    section.datosCV div.subCabeceraCV > div:first-child {
        float: left;
        background-color: #6f8ece;
        clear: both;
        width: 100%;
        display: table;
        border-radius: 3px;
        margin-bottom: 15px !important;
    }

        section.datosCV div.subCabeceraCV > div:first-child > h2 {
            color: #ffffff !important;
            text-transform: uppercase;
            font-size: 0.9em;
            padding: 8px 15px;
            background-image: url(icoCV.png);
            display: table-cell;
            vertical-align: middle;
            height: 40px;
            background-size: 7%;
            background-position: right 2px;
            background-repeat: no-repeat;
        }
    /*Datos del Ã“rgano Principal*/
    section.datosCV div.subCabeceraCV > div:last-child > div {
        border-bottom: 1px solid #c9d8fd;
        float: left;
        clear: both;
        width: 100%;
        padding-bottom: 15px;
        /* margin-bottom: 10px; */
    }

        section.datosCV div.subCabeceraCV > div:last-child > div > span, section.datosCV div.subCabeceraCV > div:last-child > div > p > span {
            font-size: 10px;
            color: #9ea4b8;
        }

        section.datosCV div.subCabeceraCV > div:last-child > div > a, section.datosCV div.subCabeceraCV > div:last-child > div > p > a {
            color: #588ddc;
            padding-left: 3px;
        }

    section.datosCV div.subCabeceraCV > div:last-child > p {
        margin: 0px;
    }

        section.datosCV div.subCabeceraCV > div:last-child > p span:first-child {
            float: left;
            width: 70%;
        }

            section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span {
                float: left !important;
                /*width: 100%;*/
                text-align: left;
            }

                section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(2),
                section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(4) {
                    padding-left: 5px;
                }

                section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(3) {
                    clear: both;
                }

                section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span > span {
                    float: initial;
                    padding-right: 5px
                }

                section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(4) {
                    color: #588ddc;
                    font-size: 14px;
                }

                section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(3) {
                    float: left;
                    line-height: 18px;
                }

                    section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(1) > span,
                    section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(2) > span,
                    section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(3) > span {
                        float: left;
                        width: auto;
                        color: #9ea4b8;
                        font-size: 10px;
                        line-height: 19px;
                    }

                    section.datosCV div.subCabeceraCV > div:last-child > p span:first-child > span:nth-child(3) > a {
                        line-height: 9px;
                        float: left;
                        padding-left: 3px;
                    }

        section.datosCV div.subCabeceraCV > div:last-child > p span:last-child {
            float: right;
            width: 210px;
            text-align: right;
        }

            section.datosCV div.subCabeceraCV > div:last-child > p span:last-child > span {
                color: #9ea4b8;
                font-size: 10px;
                line-height: 19px;
                margin-bottom: -5px;
                text-align: right;
                width: 100%;
            }

            section.datosCV div.subCabeceraCV > div:last-child > p span:last-child > a {
                text-align: left !important;
            }

        section.datosCV div.subCabeceraCV > div:last-child > p a {
            float: right;
            color: #588ddc;
            margin-top: -5px;
        }

        section.datosCV div.subCabeceraCV > div:last-child > p span:first-child span a {
            /* float: left; */
            text-align: left;
            color: #588ddc;
            width: 85%;
            line-height: 1.2em !important;
        }

    section.datosCV div.subCabeceraCV > input[type="text"] {
        width: 99% !important;
        border: 1px solid #cdd8ee;
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        background-color: #f4f7fe;
        color: #567bbd;
    }

    section.datosCV div.subCabeceraCV > div div:first-child {
        margin-bottom: 0px !important;
        /*! margin-top: 10px; */
    }

    section.datosCV div.subCabeceraCV > div:last-child span:nth-child(5) div, section.datosCV div.subCabeceraCV > div:last-child div p {
        margin-top: 0px;
    }
/*Info Curriculum*/
section.datosCV div.infoCV {
    width: 100%;
    clear: both !important;
    margin-top: 20px;
}

    section.datosCV div.infoCV > div {
        margin-bottom: 30px;
        position: relative;
    }

        section.datosCV div.infoCV > div:first-child > h3 {
            text-transform: uppercase;
            color: #4a5f8a;
            margin: 0px;
            font-size: 0.9em;
            /* margin-bottom: -5px; */
        }

            section.datosCV div.infoCV > div:first-child > h3 > span {
                color: #9ea4b8;
                font-size: 10px;
                text-transform: capitalize;
                font-weight: 100;
                padding-right: 5px;
            }

    section.datosCV div.infoCV div:first-child p {
        margin: 0px;
        top: 5px;
        position: relative;
    }

    section.datosCV div.infoCV div p span:first-child {
        display: initial;
        color: #9ea4b8;
        font-size: 10px;
        padding-right: 5px;
        float: left;
    }

    section.datosCV div.infoCV div p span:nth-child(2) {
        float: left;
        margin-bottom: 15px;
    }

        section.datosCV div.infoCV div p span:nth-child(2) span {
            float: left;
            width: auto;
            line-height: 19px;
        }

    section.datosCV div.infoCV div p span:last-child {
        display: block;
    }

    section.datosCV div.infoCV div:first-child a {
        color: #588ddc;
        display: initial;
        line-height: 12px;
        text-align: left;
        font-size: 12px !important;
    }

    section.datosCV div.infoCV > div > div > span {
        font-size: 10px;
        color: #9ea4b8;
    }
    /*Unidades*/
    section.datosCV div.infoCV > div > h4 {
        background-color: #dee5f4;
        color: #4e78cf;
        font-weight: bold;
        padding: 5px 5px 5px 15px;
        margin-bottom: 20px;
        /*! margin-top: 55px; */
        /*! float: left; */
        display: block;
        /* width: 100%; */
        clear: both;
    }

    section.datosCV div.infoCV > div > p {
        color: #4a5f8a;
    }

    section.datosCV div.infoCV > div div:nth-child(1) > div > div > p {
        color: #588ddc;
        text-transform: uppercase;
        font-size: 1em;
        padding-top: 0px;
        top: 0px;
        /* margin-top: 20px; */
        z-index: 999999;
    }

.datosCV .infoCV .linkAdvice {
    width: 100% !important;
    text-align: left !important;
    margin-left: 132px !important;
    color: red !important;
}

section.datosCV div.infoCV #DatosIzq a {
    color: #588ddc;
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 0px;
    top: 0px;
    float: left;
    z-index: 999999;
}

    section.datosCV div.infoCV #DatosIzq a:hover {
        text-decoration: none;
    }

section.datosCV div.infoCV > div div:nth-child(1) > div > div > a:hover {
    text-decoration: none;
}

section.datosCV div.infoCV > div div {
    position: absolute;
    text-align: right;
    /* margin-top: -45px; */
    display: block;
    width: 100%;
}

    section.datosCV div.infoCV > div div:nth-child(1) > div > div {
        width: 70%;
        height: auto;
    }

        section.datosCV div.infoCV > div div:nth-child(1) > div > div Zp span {
            float: right;
            clear: both;
            color: #588ddc;
        }

        section.datosCV div.infoCV > div div:nth-child(1) > div > div > p span:last-child {
            color: #7986a5;
        }

        section.datosCV div.infoCV > div div:nth-child(1) > div > div > ul {
            margin: 0px;
            margin-top: 0px;
            padding: 0px;
        }

            section.datosCV div.infoCV > div div:nth-child(1) > div > div > ul > li {
                background-image: url(bulletListaCV.png);
                background-repeat: no-repeat;
                background-position: left 3px;
                font-weight: bold;
                position: relative;
                float: left;
                width: 100%;
            }

                section.datosCV div.infoCV > div div:nth-child(1) > div > div > ul > li > span {
                    clear: both;
                    display: block;
                    font-size: 0.9em;
                    color: #4a5f8a;
                }

section.datosCV div.infoCV > div > div > div div:nth-child(2) {
    text-align: right;
    position: relative;
    z-index: 100;
}

    section.datosCV div.infoCV > div > div > div div:nth-child(2) > span:nth-child(2),
    section.datosCV div.infoCV > div > div > div div:nth-child(2) > span:nth-child(4),
    section.datosCV div.infoCV > div > div > div div:nth-child(2) > span:nth-child(6) {
        color: #9ea4b8;
        font-size: 10px;
        text-transform: capitalize;
        font-weight: 100;
        padding-right: 0px;
        display: block;
        margin-bottom: -5px;
    }

    section.datosCV div.infoCV > div > div > div div:nth-child(2) > span > a,
    section.datosCV div.infoCV > div > div > div div:nth-child(2) > span:nth-child(3),
    section.datosCV div.infoCV > div > div > div div:nth-child(2) > span:nth-child(5),
    section.datosCV div.infoCV > div > div > div div:nth-child(2) > span:nth-child(7) {
        color: #588ddc;
        font-size: 10px !important;
        display: block;
        text-align: right;
        font-weight: 100;
    }

section.datosCV div.infoCV > div ul li > span:last-child {
    text-transform: uppercase;
}

section.datosCV div.infoCV > div:nth-child(3) > div {
    position: relative;
    text-align: left;
}

section.datosCV div.infoCV div > div {
    position: relative;
    text-align: left;
    top: 0px;
    display: block !important;
    margin-top: 0px;
    margin-bottom: 5px;
}

section.datosCV div.infoCV > div > div > div > div > div {
    border-top: 1px solid #DEE5F4;
    padding-top: 7px;
}

section.datosCV div.infoCV > div > div > div > div:first-child > div {
    border: 0px;
    padding-top: 0px;
}

section.datosCV div.infoCV > div:nth-child(3) > div > div > div:first-child span div:first-child {
    display: block !important;
}

#CV_MinPortalCVOrgano input {
    width: 85% !important;
}

#DatosIzq {
    width: 70%;
    height: auto;
}

div[id*='DatosOrgano'] {
    width: 30% !important;
}
/*Otras Unidades*/

section.datosCV div.infoCV > div h4 voydiv#Area_Unidades,
section.datosCV div.infoCV > div h4 div#Area_OtrasUnidades {
    display: block !important;
}

#MinPortalCVUnidadesTelefonos_label {
    display: none !important;
}

#ctl00_PlaceHolderMain_MinPortalCVOtrasUnidades_label {
    display: none !important;
}

#ctl00_PlaceHolderMain_MinPortalCVOtrosOrganos_label {
    display: none !important;
}

#ctl00_PlaceHolderMain_MinPortalCVFunciones_label {
    display: none !important;
}

#UnidadesHtmlToShow,
#OtrasUnidadesHtmlToShow,
#OtrosOrganosHtmlToShow {
    z-index: 999;
}

    #UnidadesHtmlToShow div,
    #OtrasUnidadesHtmlToShow div,
    #OtrosOrganosHtmlToShow div {
        top: 0px;
        position: relative;
        height: auto;
        float: left;
        margin-bottom: 5px;
    }

        #UnidadesHtmlToShow div div,
        #OtrasUnidadesHtmlToShow div div,
        #OtrosOrganosHtmlToShow div div {
            top: -15px;
            position: relative;
            height: auto;
        }

#Area_Unidades,
#Area_OtrasUnidades,
#Area_OtrosOrganos {
    padding-top: 0px;
    position: relative;
    border: 0px solid red;
    /*! display: table; */
}

    #Area_Unidades div,
    #Area_OtrasUnidades div,
    #Area_OtrosOrganos div {
        background-color: #eee;
        /*! display: table-row; */
        /*! padding: 15px; */
        padding-top: 15px;
        padding-bottom: 0px;
    }

        #Area_Unidades div div,
        #Area_OtrasUnidades div div,
        #Area_OtrosOrganos div div {
            padding: 0px;
            /*! display: table-cell; */
            /*! padding: 25px 0px; */
            /*! height: 30px; */
            padding-top: 2px;
            width: 100%;
        }

            #Area_Unidades div div input[type="button"],
            #Area_OtrasUnidades div div input[type="button"],
            #Area_OtrosOrganos div div input[type="button"] {
                float: right;
                margin-right: 20px;
                background-color: #dfe2f0;
                border-radius: 5px;
                box-shadow: .5px 1.5px 0 #c1c4d5;
                border: 0px;
                color: #495c86;
                font-size: 0.9em;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                #Area_Unidades div div input[type="button"]:hover,
                #Area_OtrasUnidades div div input[type="button"]:hover,
                #Area_OtrosOrganos div div input[type="button"]:hover {
                    background-color: #89a8e8 !important;
                    color: #fff !important;
                    box-shadow: .5px 1.5px 0 #678bd3;
                    text-shadow: .5px 1px 0 #678bd3;
                }

            #Area_Unidades div div:nth-child(5),
            #Area_OtrasUnidades div div:nth-child(5),
            #Area_OtrosOrganos div div:nth-child(5) {
                font-weight: bold;
                margin-bottom: 15px;
                text-align: center;
            }

            #Area_Unidades div div:nth-child(6) {
                margin-bottom: 0px;
            }

                #Area_Unidades div div:nth-child(6) div,
                #Area_OtrasUnidades div div:nth-child(6) div,
                #Area_OtrosOrganos div div:nth-child(6) div {
                    border-bottom: 2px dotted #fff;
                    padding-bottom: 10px;
                }

                    #Area_Unidades div div:nth-child(6) div div,
                    #Area_OtrasUnidades div div:nth-child(6) div div,
                    #Area_OtrosOrganos div div:nth-child(6) div div {
                        border-bottom: 0px;
                    }

    #Area_Unidades span,
    #Area_OtrasUnidades span,
    #Area_OtrosOrganos span {
        width: 120px;
        padding-left: 15px;
        clear: both;
        display: inline-block;
        text-align: right;
        margin-right: 10px;
    }

    #Area_Unidades input,
    #Area_OtrasUnidades input,
    #Area_OtrosOrganos input {
        padding-left: 15px;
        display: inline;
    }

    #Area_Unidades div div:last-child input[type="button"],
    #Area_OtrasUnidades div div:last-child input[type="button"],
    #Area_OtrosOrganos div div:last-child input[type="button"] {
        margin-right: 0px !important;
        position: relative;
        float: none;
        width: 100%;
        background-color: transparent;
        left: -10px;
        border-radius: 0px;
        box-shadow: .5px 1.5px 0 #c1c4d5;
    }

    #Area_Unidades div div:last-child,
    #Area_OtrasUnidades div div:last-child,
    #Area_OtrosOrganos div div:last-child {
        border-top: 0px solid blue;
        text-align: center;
        background-color: #dfe2f0;
    }

    #Area_Unidades div div div:last-child input[type="button"],
    #Area_OtrasUnidades div div div:last-child input[type="button"],
    #Area_OtrosOrganos div div div:last-child input[type="button"] {
        margin-right: 20px !important;
        float: right;
        width: auto;
        background-color: #dfe2f0;
        left: 0px;
        border-radius: 5px;
        box-shadow: .5px 1.5px 0 #c1c4d5;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        #Area_Unidades div div div:last-child input[type="button"]:hover,
        #Area_OtrasUnidades div div div:last-child input[type="button"]:hover,
        #Area_OtrosOrganos div div div:last-child input[type="button"]:hover {
            background-color: #89a8e8 !important;
            color: #fff !important;
            box-shadow: .5px 1.5px 0 #678bd3;
            text-shadow: .5px 1px 0 #678bd3;
        }

    #Area_Unidades div div div:last-child,
    #Area_OtrasUnidades div div div:last-child,
    #Area_OtrosOrganos div div div:last-child {
        border-top: 0px solid blue;
        padding-top: 0px;
        background-color: transparent;
        text-align: left;
    }

#AnadirUnidad {
    background-color: #89a8e8;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0px;
    margin: 15px 0px 45px 0px;
}

#Area_Unidades input[type="text"],
#Area_OtrasUnidades input[type="text"],
#Area_OtrosOrganos input[type="text"] {
    border: 1px solid #cdd8ee;
    background-color: #fff;
    color: #567bbd;
    width: 50%
}

#AnadirUnidad input[type="button"] {
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
    width: 100%;
    box-shadow: 0px 0px 0 #678bd3;
    text-shadow: .5px 1px 0 #678bd3;
    position: relative;
    left: -10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 10px;
    border-radius: 5px;
}

    #AnadirUnidad input[type="button"]:hover {
        background-color: #6f8ece !important;
        color: #fff !important;
    }

mediasection.datosCV div.subCabeceraCV div {
    margin-top: 10px;
}

section.datosCV div.infoCV div div span input {
    width: 99% !important;
    border: 1px solid #cdd8ee;
    padding: 5px 0px 5px 5px;
    margin: 5px 0px 10px 0px;
    background-color: #f4f7fe;
    color: #567bbd;
}

#CV_MinPortalCVWeb input {
    margin-bottom: 10px;
}

#CV_MinPortalCVWeb div span input:nth-child(5) {
    margin-bottom: 0px !important;
}

#CV_MinPortalCVWeb span span {
    margin-bottom: 5px !important;
    position: relative;
    float: left;
}

#dp, #tlf {
    float: left;
    width: auto;
    color: #9ea4b8;
    font-size: 10px;
    line-height: 19px;
}

#mail {
    float: right;
    width: auto;
    color: #9ea4b8;
    font-size: 10px;
    line-height: 19px;
}

#Area_Unidades div div:nth-child(5) div:last-child,
#Area_OtrasUnidades div div:nth-child(5) div:last-child,
#Area_OtrosOrganos div div:nth-child(5) div:last-child {
    margin-bottom: 0px;
    padding-bottom: 8px;
}

#AnadirUnidad + div + div {
    display: none !important;
}

/*************************************************************************/
/*******************ESTILOS CV MINHAC. VERSION MOVIL**********************/
/*************************************************************************/
@media screen 
    and (min-width: 0px) 
    and (max-width: 767px) 
    and (min-resolution:1dppx),

    only screen and (min-device-width: 0px)
    and (max-device-width: 767px) 
    and (-webkit-min-device-pixel-ratio: 2) {
    .contenido {
        font-size: 1rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
        line-height: 1.25rem;
    }

    .contenido > div:nth-child(1) {
        grid-row: 1/ 2;
    }

    .contenido #ctl00_PlaceHolderMain_ldwTexto {
        width: 100%;
    }

    .contenido section.datosCV {
        width: 100%;
    }

    .pie .listados .textos ul li {
        border-right: 0px solid #ffffff;
    }
    /**************ESTILOS CV NUEVO DISEÑO****************/
    section.datosCV div.subCabeceraCV div:first-child h2 {
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 0.9em;
        padding: 10px 10px 10px 70px;
        background-image: url(icoCV.png);
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 70px;
    }

    #DatosIzq {
        width: 100%;
        height: auto;
    }

    section.datosCV div.subCabeceraCV div:last-child p span:nth-child(2) {
        float: left;
        clear: both;
        color: #588ddc;
    }

    section.datosCV div.infoCV div div {
        position: relative;
        text-align: left;
        margin-top: 0px;
        display: block;
        width: 100%;
    }

        section.datosCV div.infoCV div div p span {
            float: left;
            clear: both;
            color: #588ddc;
        }

    section.datosCV div.infoCV div ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        clear: both;
    }

    section.datosCV div.infoCV div p {
        color: #4a5f8a;
        margin: 0px;
    }

    section.datosCV div.infoCV div div p span:last-child {
        color: #7986a5;
        margin-bottom: 10px;
    }

    #UnidadesHtmlToShow div div,
    #OtrasUnidadesHtmlToShow div div {
        top: 0px;
    }

    section.datosCV div.infoCV div ul {
        margin-top: 0px;
    }

    section.datosCV p span {
        width: 100% !important;
        display: block;
        font-size: 0.9rem !important;
        margin-bottom: 2px;
        float: left !important;
    }

    #CV_MinPortalCVDireccion,
    #CV_MinPortalCVTelefono,
    #CV_MinPortalCVMail {
        margin-bottom: 10px;
        text-align: left;
        margin-left: 0px;
        padding-left: 0px;
    }

        #CV_MinPortalCVMail a {
            margin-top: auto;
            float: left;
        }

    h3 span {
        width: 100% !important;
        display: block;
        font-size: 0.9rem !important;
        margin-bottom: 2px;
        float: left !important;
    }
}
/*************************************************************************/
/************ESTILOS CV MINHAC. VERSION MOVIL (LANDSCAPE)*****************/
/*************************************************************************/
@media screen 
    and (min-width: 0px) 
    and (max-width: 767px) 
    and (min-resolution:1dppx) 
    and ( orientation: landscape), 
    only screen and (min-device-width: 0px)
    and (max-device-width: 767px) 
    and (-webkit-min-device-pixel-ratio: 2) 
    and ( orientation: landscape) {
    .contenido > div:nth-child(1) {
        grid-row: 1/ 2;
    }
}
/*************************************************************************/
/******************ESTILOS CV MINHAC. VERSION TABLET**********************/
/*************************************************************************/
@media only screen 
    and (min-width: 768px)
    and (max-width: 1140px)
    and (min-resolution: 2dppx),
    
    only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1140px) 
    and (-webkit-min-device-pixel-ratio: 2) {
    .contenido {
        font-size: 1rem;
    }

        .contenido p {
            margin-block-start: 0rem;
            margin-block-end: 0.5rem;
        }

        .contenido > div:nth-child(1) {
            grid-row: 1/ 2;
        }

        .contenido #ctl00_PlaceHolderMain_ldwTexto {
            width: 100%;
        }

        .contenido section.datosCV {
            width: 100%;
        }

        .contenido section.datosCV {
            grid-column: 1 / span 5;
        }

    .pie .listados .textos ul li {
        border-right: 0px solid #ffffff;
    }

    section.datosCV p span {
        width: 100% !important;
        display: block;
        font-size: 0.9rem !important;
        margin-bottom: 2px;
        float: left !important;
    }

    #CV_MinPortalCVDireccion,
    #CV_MinPortalCVTelefono,
    #CV_MinPortalCVMail {
        margin-bottom: 10px;
        text-align: left;
        margin-left: 0px;
        padding-left: 0px;
    }

        #CV_MinPortalCVMail a {
            margin-top: auto;
            float: left;
        }

    h3 span {
        width: 100% !important;
        display: block;
        font-size: 0.9rem !important;
        margin-bottom: 2px;
        float: left !important;
    }

    section.datosCV div.subCabeceraCV > div:first-child > h2 {
        height: 50px;
        background-size: 55px;
        background-position: right 4px;
    }

    .migas ol li a {
        color: #4a5f8a;
        text-decoration: none;
        font-size: 0.75rem;
    }
}
/*************************************************************************/
/************ESTILOS CV MINHAC. VERSION TABLET (LANDSCAPE)****************/
/*************************************************************************/
@media screen
    and (min-width: 768px) 
    and (max-width: 1140px) 
    and (min-resolution:2dppx) 
    and ( orientation: landscape), 
    
    only screen and (min-device-width: 768px)   
    and (max-device-width: 1140px) 
    and (-webkit-min-device-pixel-ratio: 2) 
    and ( orientation: landscape) {
    .contenido > div:nth-child(1) {
        grid-row: 1/ 2;
    }
}
