
/*  El Jardín de la Abuela  */




BODY {
    background-image: url(imagenes/fondo_rosado.gif);
    margin:0px;
    padding:5px;
    font-size: 16px;
    font-family: Arial;
  }


P {
    padding-left: 5px;
    margin-left: 10px;
  }


DIV.encabezado {
    height : 175px;
    left : 0px;
    position : absolute;
    top : 0px;
  }


DIV.izq {
    background-color : #d0c2db;
    position : absolute;
    left : 0px;
    top : 175px;
    width : 230px;
    height: 890px;
  }


DIV.principal {
    position : absolute;
    left : 230px;
    top : 175px;
    width : 530px;
    padding: 0px;
    margin: 0px;
  }


DIV.fotos {
    background-color : #d0c2db;
    position : absolute;
    left : 0px;
    top : 175px;
    text-align: center;
  }


DIV.fondo1 {
   position: absolute;
   top: 15px; left:10px;
  }

DIV.recuadro1 {
   clear: both;
   position: absolute;
   top: 45px; left:40px;
  }

DIV.fondo2 {
   position: absolute;
   top: 190px; left:10px;
  }

DIV.recuadro2 {
   clear: both;
   position: absolute;
   top: 220px; left:40px;
  }

DIV.fondo3 {
   position: absolute;
   top: 365px; left:10px;
  }

DIV.recuadro3 {
   clear: both;
   position: absolute;
   top: 395px; left:40px;
  }

DIV.fondo4 {
   position: absolute;
   top: 540px; left:10px;
  }

DIV.recuadro4 {
   clear: both;
   position: absolute;
   top: 570px; left:40px;
  }

DIV.fondo5 {
   position: absolute;
   top: 715px; left:10px;
  }

DIV.recuadro5 {
   clear: both;
   position: absolute;
   top: 745px; left:40px;
  }

DIV.fondo6 {
   position: absolute;
   top: 890px; left:10px;
  }

P.titulo {
    background-color : #d0c2db;
    height: 36px;
/*    position: relative;
    top:-18px; */
    color:#660099;
    font-size: 18px;
    padding-top: 10px;
    margin-top: 0px;
  }

P.remarcado {
    background-color : #d0c2db;
    color:#660099;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

P.ciber {
    background-color : #FFFF00;
    color:#CC0000;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

H3 {
   padding-left: 15px;
}