/* Default Stylesheet */


/** MAIN CONTAINERS **/
div#container {
    width: 700px;
    margin: 0 auto;
    text-align: left;
}

body.fullwidth div#container {
    width: 100%;
}
body {
    color: #333;
    background: url("../../images/logotipos/logoArbolFondo.png")  #eee;
    font-size: .8em;
    text-align: center;
}

div#header {
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
}
div#header-in {
    padding: 2px;
}

div#content-wrap {
    padding: 5px 0;
}
div.content {
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
}
div.rlcol div.content 	{ margin: 0 155px; }			/* three column */
div.content-in {
    padding: 15px;
}

div.column {
    width: 150px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
}
div.column-in {
    padding: 5px;
}

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;
}
div#footer-in {
    padding: 2px;
}


#copyrigth {
    font-style: italic;
}

#lastUpdate {
    float: right;
}

#webAuthor {
    float: left;
}

.tituloPagina {
    font-size: large;
    text-align: center;
    color: #3b6ead;
    border-bottom: 0.6em dotted #0a9a39;
    margin-bottom: 1em;
}

.tituloObra {
    font-style: italic;
    font-weight: bold;
    color: #006;
}

.colorAzul {
    color: #3b6ead;
}
.colorVerde {
    color: #0a9a39;
}

.bgAzul {
    background-color: #3b6ead;
}
.bgVerde {
    background-color: #0a9a39;
}
.bgAmarillo {
    background-color: #e7ec23;
}
.bgBlanco {
    background-color: #fff;
}

p.parrafoInicio {
    text-indent: 0.5em;
    font-size: medium;
    text-align: justify;
}
p.parrafoInicio:first-letter {
    color: #0a9a39;
    font-size: xx-large;
    font-family: Times, serif;
}


h2.capitulo {
    font-size: large;
    font-variant: small-caps;
}
h3.articulo {
    font-size: medium;
    font-style: oblique;
    text-indent: 1em;
}

p.indentado1 {
    text-indent: 1em;
    margin-left: 1em;
}
p.indentado2 {
    text-indent: 2em;
    margin-left: 2em;
}

.cuadro {
    margin: 5px;
}
.cuadroGrande {
    margin: 10px;
    padding: 2px;
    text-align: center;
    border-bottom: #0a9a39 1px dashed;
}