﻿body {
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    border: 2px none #39ef04;
    background-color: #fff;
    font-family: 'Footlight MT';
    font-size: xx-large;
}

#divContent > div {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
}

#vidDocument {
    width: 100%;
    height: inherit;
    z-index: -2000;
    position: absolute;
    margin-left: 0px;
    margin-bottom: 0px;
    top: 600px;
    border: 6px none white;
    border-radius: 6px;
    opacity: 1;
    visibility: visible;
}

#divMenuOptions {
    padding: 30px;
    margin: 0;
    border-top: 2px none darkorange;
    border-bottom: 2px none darkorange;
    background-color: transparent;
    font-size: 0.85em;
    font-variant: small-caps;
}

    #divMenuOptions > ul > li > a {
        padding-top: 20px;
        color: black;
        width: 300px;
        text-align: center;
        font-size: 0.8em;
    }

#divHeader {
    margin-top: -20px;
    width: 100%;
    height: auto;
    border: 2px none darkorange;
    background-color: white;
    opacity: 1;
}

#parHeader {
    font-size: 1.2em;
    text-align: justify;
    padding: 50px;
    background-image: none; /*url('Images/DesarrolloHumano.jpg');*/
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
}

#divContentOne {
    width: 100%;
    height: auto;
    border: 2px none red;
    background-color: transparent;
    color: cadetblue;
    margin: 0;
    padding: 0;
}

#divContentTwo {
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    border: 2px none red;
    background-color: transparent;
}

#divContentThree {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    border: 2px none yellow;
    background-color: transparent;
}

#divFooter {
    width: 100%;
    height: auto;
    border: 4px none red;
    border-radius: 6px;
    background-color: none;
    /* background-image: radial-gradient(circle at center center, whitesmoke, orange); */
    color: black;
}

#imgLogoCehus {
    width: 100%;
    height: auto;
    background-color: whitesmoke;
    border: 2px none darkorange;
    border-radius: 90%;
    opacity: .45;
    border-right: 6px solid black;
    border-top: 6px solid black;
}

#imgPsicologosFoto1 {
    width: 100%;
    height: auto;
    background-color: whitesmoke;
    border: 2px none black;
    border-radius: 6px;
    opacity: .5;
}

#vidHeaderRight {
    width: 100%;
    height: auto;
    border: 4px groove #39ef04;
    border-radius: 6px;
}

#divBody {
    padding: 3px;
    height: 2000px;
    border: 2px groove #03d303;
    background-color: black;
}

#divFooterRow > div > p {
    padding-right: 60px;
    font-style: italic;
    color: black;
}

#divFooterRow > div > a > img {
    width: 24px;
    height: 24px;
}

#divFooterMenuOptions > a {
    color: black;
    background-color: transparent;
    padding-top:20px;
    padding-bottom:10px;
    font-size:0.7em;
}

