
body {
    background-color: #dfdfdf;
    font-family:"Arial";
    font-size:14px;
}

a         { color: #055500; text-decoration: none; }
a:hover   { color: #055500; text-decoration: none; }
a:visited { color: #055500; text-decoration: none; }


.guiador {
    width: 840px;
    position:relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
/*     border:1px solid green; */
}


#propaganda {
    display:none;
    position:absolute;
    width:750px;
    height:50px;
    margin-left:40px;
    margin-top:40px;
    /*color:#dfdfdf;*/
    color:white;
    z-index:0;
    /*border: 1px solid blue;*/
}


#sombra {
    float:left;
    width:840px;
    background-image: url('/images/general_shadow.png');
    background-repeat: repeat-y;
/*     border:1px solid red; */
}


#cabecero {
    float:left;
    margin:0px;
    margin-left:0px;
    width:800px;
    height:100px;
    background-image: url('/images/cabecero.jpg');
    background-repeat: no-repeat;
    z-index:4;
/*     border: 1px solid blue; */
}


#cuerpo {
    background-color: #ebebeb;
    background-image: url('/images/fondo_biografia.jpg');
    background-repeat: no-repeat;
    float:left;
    margin-left:0px;
    width:800px;
    min-height:405px;
    z-index:4;
/*     border: 1px solid blue; */
}



#pie {
    float:left;
    margin-left:0px;
    width:800px;
    height:22px;
    z-index:4;
    background-image: url('/images/fondo_pie.png');
    background-repeat: repeat-y;
    font-family:'arial';
/*     border: 1px solid blue; */
}


#pie a {
    display:block;
    float:right;
    width:60px;
    height:22px;
    margin-left:1px;
    margin-right:1px;
    /*border:1px solid red;*/
}


#pie img {
    border: 0px solid green;
    display:block;
    float:right;
    margin-top:1px;
}



#menu {
    float:left;
    top: 90px;
    left: 0px;
    width: 150px;
    height: 220px;
    margin-top:50px;
    z-index:4;
    /*border: 1px solid blue;*/
}


#menu li {
    list-style:none;
    list-style-image:url('/images/mini_Item_off.gif');
    margin-left:0px;
    height:26px;
    font-size:14px;
    font-family:'arial';
    color:#056600;
}

#menu li:hover {
    list-style:none;
    list-style-image:url('/images/mini_Item_on.gif');
    color:#ffb400;
}

#menu img {
    border: 0px solid white;
}

#menu span {
    color:#056600;
}

#menu span:hover {
    color:#ffb400;
}



#firma {
    float:left;
    margin-left:0px;
    width:800px;
    height:22px;
    z-index:4;
    font-family: 'arial';
    font-size:11px;
    color: #aaaaaa;
    /*border:1px solid blue;*/
}

#firma a         { color: #aaaaaa; text-decoration: none; }
#firma a:hover   { color: #aaaaaa; text-decoration: none; }
#firma a:visited { color: #aaaaaa; text-decoration: none; }



