/* ATENDER PETICIÓN CSS __css__/TreeWeb Site/Evolution EL 2010-03-15T19:11:34+01:00 */

BODY {
    margin:0;
    /*background-image:url('./../../__archivo__/TreeWeb/Plantilla/fondo_cuerpo.gif');*/
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-color:#E0EAE3;
    font-family:Sans, Verdana;
}

H1, H2, H3, H4, H5, H6 {
    margin:0;
    padding:0;
    display:block;
}

.marco {
    width:1000px;
    margin:20px auto 20px auto;
}

.cabeza {
    padding-top:15px;
    background-color:silver;
    background-image:url('./../../__archivo__/TreeWeb/Plantilla/cabeza.jpg');
    background-repeat:no-repeat;
}

.cabeza .version {
    color:black;
    float:right;
    padding-right:10px;
}

.cabeza .titulo1 {
    margin-left:200px;
    margin-right:200px;
    height:50px;
    font-size:40px;
    text-align:center;
    font-weight:bold;
}

.cabeza .titulo2 {
    font-size:20px;
    height:35px;
    color:green;
    text-align:center;
    font-weight:bold;
}

.cuerpo {
    background-color:white;
    overflow:auto;
    height:100%;
    font-size:13px;
    text-align:justify;
    padding-bottom:30px;
    padding-top:20px;
}

.cuerpo A {
    color:green;
    text-decoration:none;
}

.cuerpo A:visited {
    color:gray;
    text-decoration:underline;    
}

.cuerpo A:hover {
    background-color:#E9F8EB;
    text-decoration:underline;
}


.cabeza .menu {
    overflow:auto;
    padding:0px;
    padding-left:30px;
    height:100%;
}

.cabeza .menu UL {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.cabeza .menu UL LI{
    display:block;
    padding-right:8px;
    float:left;
}

.menu A {
    display:block;
    padding:5px;
    color:black;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

.menu A:visited {
    color:black;
    text-decoration:none;
}

.menu A:hover {
    color:silver;
    background-color:black;
    /*color:white;*/
    text-decoration:none;
}

.cuerpo .texto H1 {
    color:green;
    border-bottom:solid black 1px;
    margin-bottom:10px;
    font-size:24px;
    text-align:left;
}

.cuerpo .texto {
    padding-bottom:0px;
    height:100%;
}

.cuerpo .columna1, .cuerpo .columna2 {

}

.cuerpo .columna2 UL {
    list-style-type:lower-greek;
}

.poweredby {
    width:100px;
    height:50px;
    position:absolute;
    margin-left:900px;
    margin-top:1px;
}

.poweredby IMG {
    border:none;
}

.pie {
    color:black;
    border-top:solid gray 1px;
    text-align:center;
    font-size:10px;
    background-image:url('./../../__archivo__/TreeWeb/Plantilla/pie.jpg');
    background-repeat:no-repeat;
    background-position:center bottom;
    padding:8px;
}

/* FORMATO DE ARTÍCULOS */
.articulo .meta {
    font-size:10px;
}

.articulo .texto_articulo {
    padding-top:20px;
    padding-bottom:20px;
}

.articulo .autor {
    display:inline;
}

.articulo .fecha {
    display:inline;
}

.articulo .pie_articulo {
    border-top:solid black 1px;
}


