/* Default Stylesheet */


/** MAIN CONTAINERS **/
div#container {
    width: 260px;
    margin: 1.2em auto;
    margin-top: 0em;
    text-align: left;
}

body.fullwidth div#container {
    width: 99%;
}
body {
    color: #333;
    background: url("../images/logotipos/logoArbolFondo.png") #eee;
    font-size: .80em;
    text-align: center;
}

div#header {
    color: inherit;
    /*border: solid #e5e5e5;
    border-width: 0 1px 1px 0;*/
    margin-left: 10%;
    width: 80%;
}
div#header-in {
    padding: 0.1em;
    font-size: 8px;
}

div#content-wrap {
    padding: 10px 0;
}
div.content {
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
}
div.rlcol div.content 	{ margin: 0 240px; }			/* three column */
div.content-in {
    padding: 20px;
}

div.column {
    width: 230px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
}
div.column-in {
    padding: 10px;
}

div.rlcol div.cleft 	{ float: left; }				/* three column left */
div.rlcol div.cright 	{ float: right; }				/* three column right */



div#footer {
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
    margin-top: 0.5em;
}
div#footer-in {
    padding: 2px;
}

#tituloWeb {
    font-family: "new century schoolbook", serif;
    font-style: oblique;
    font-size: large;
    color: black;
    margin-left: 40%;
}

#copyrigth {
    font-style: italic;
}

#lastUpdate {
    float: right;
}

#webAuthor {
    float: left;
    width: 50%;
}

#parrafoJuanMejica {
    font-family: Helvetica, Trebuchet;
    font-style: oblique;
    text-align: justify;
    margin-top: -1em;
}
#parrafoFundacionMejica {
    font-family: Helvetica;
    font-style: oblique;
    text-align: justify;
    margin-top: -1em;
}

.bgBlanco {
    background-color: #fff;
}
.bgNegro {
    background-color: black;
}
.bgAzul {
    background-color: #3b6ead;
}
.bgVerde {
    background-color: #0a9a39;
}
.bgAmarillo {
    background-color: #f6ff00;
}