.contenedor{
    position: relative;
    top: 0px;
    left: 0px;
    width: 580px;
    height: 400px;
}
.arrecifes{
    background-image:url("../images/stories/paasel/arrecife.jpg");
    position: absolute;
    top: 0px;
    left: 0px;
    width: 275px;
    height: 400px;
}
.descripcion{
    position: absolute;
    top: 70px;
    left: 5px;
    width: 265px;
    height: 170px;
    z-index: 2;
}
.azul{
    position: absolute;
    top: 280px;
    left: 0px;
    width: 200px;
    height: 120px;
    background-color: #7F9FD2;
}
.gris{
    position: absolute;
    top: 280px;
    left: 200px;
    width: 75px;
    height: 120px;
    background-color: #898989;
}
.plantas{
    position: absolute;
    top: 0px;
    left: 275px;
    width: 305px;
    height: 400px;
    //background-color: #7F9FD2;
}
.planta{
    position: relative;
    top: 0px;
    left: 0px;
    width: 280px;
    height: 360px;
    background-color: #green;
}
.planta IMG{
    width: 100%;
    height: 100%;
}
.logo{
    position: absolute;
    top: 305px;
    left: 30px;    
    background-image:url("../templates/paasel/images/logo.jpg");
    width: 230px;
    height: 64px;
    z-index: 1;
}
.apartar{
		text-align:center;
}

