body{
    background-color: #c0c0f0; /* ffffff;*/
    text-align: center;
    margin-top: 0;
    font-family: verdana, arial, helvetica;
}
#contenedor{
    background-color: #ffffff; /*#c0c0f0;*/
    text-align: left;
    width: 900px;
    margin: auto; /* Con esto centra esta capa en IE y Firefox */
}
#cabecera{
    background-color: #0000fe; /*#000000;*/
    height: 135px;
}
#logo_cabecera{
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    float: left;
}
.nofloat{
    clear: both;
}
#cuerpo{
    background-color: #ffffff; /* #c0c0f0;*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
#cuerpoprincipal{
    position: absolute;
    width: 590px;
    float: left; /* */
}
#navegador{
    float: right;
    width: 270px;
    font-family: sans-serif;
    /* font-size: 1.1em;/* */
    font-weight: bold;
}
.imagen1{
    position: absolute; /* relative; /**/
    left: 22px;
    top: 24px;/**/
    z-index: 3;
    border-style: solid;
    border-width: 2px;
}
.imagen2{
    position: absolute; /* relative;*/
    left: 290px; /* 328px; /* 312 + 16px */
    top: 12px;/* */
/*    width: 280px; */
/*    height: 190px;*/
    border-style: solid;
    border-width: 2px;
    z-index: 2;
}
.imagen3{
    position: absolute;
    left: 95px;
    top: 230px;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
}
.imagen4{
    position: absolute;
    left: 430px;
    top: 280px;
    z-index: 0;
}
.texto5{
   position: absolute;
   left: 10px;
   top: 390px;
   z-index: 4;
   font-size: 1.07em;
   text-align: center;
   font-weight: bold;
   color: #7070f0; /* blue; /* red;  green;   blue; */
}
#pie{
    background-color: #0000fe;
    height: 20px;
/*    padding: 5px 0 5px 20px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    color: #ffffff;
}



