﻿/*CURRICULUM*/

.FichaCurrCabecera {
    height: 120px;
    /*background: #0e8a00;*/
    /*border-radius: 10px;*/
    padding: 15px;
    width: 100%;
}

.FichaCurrTituloCabecera {
    font-weight: bold;
    color: #d7d7d7 !important;
    font-size: 130%;
    /*line-height: 25.0px; /*font-family: "Trebuchet MS" , Verdana, Arial;*/ */;
}

.FichaCurrFotosCabecera {
    height: 100%;
}

.FichaCurrFotoCabecera {
    float: right;
    height: 100%;
    margin-right: 10px;
}

    .FichaCurrFotoCabecera img {
        height: 100%;
    }

.FichaCurrItem {
    width: 100%;
    background: rgb(239, 238, 238);
    /*border-radius: 10px;*/
    padding: 15px;
    margin-top: 8px;
    overflow: auto;
}

.ItemCurrTitulo {
    font-weight: bold;
}

.ItemCurrTexto {
}

    .ItemCurrTexto a font {
        color: inherit !important;
    }



/*DISPOSITIVOS MÓVILES*/
@media screen and (max-width: 768px) {

    .ContenedorCon2Columnas15, .ContenedorCon2Columnas20, .ContenedorCon2Columnas50, .ContenedorCon2Columnas80, .ContenedorCon2Columnas85 {
        width: 100%;
        clear: left;
        float: none;
    }

    .FichaCurrCabecera {
        height: auto;
        overflow: auto;
    }

    .FichaCurrFotoCabecera {
        margin-top: 10px;
    }

    .FichaCurrFotoCabecera {
        width: 100%;
        text-align: center;
    }

        .FichaCurrFotoCabecera img {
            width: 60%;
            margin: 5px 0px;
            max-width: 200px;
        }

    .ItemCurrTexto {
        margin-top: 5px;
    }
}
