@charset "utf-8";
/*Empieza la tabla*/
table
{
    padding: 0px;
    margin: 60px;
    border-spacing: 0px; /* espacio del borde*/
    font-family: Helvetica;
    font-size: 15px;
    border-top-style: solid;
    text-align:center;
  

}

.tablita th,td
{
    padding: 0.2em;
    border-bottom-width: 0.2em;
    border-top-style: double;
}
.tablita th
{
    background-color:rgb(172, 224, 170);
}
.tablita td
{
    background-color: rgba(227, 231, 193, 0.774);
}



/*Imagen de una mesa de cultivo*/
.A
{
    background-image: url(../imagenes/mesaC.PNG);
    height: 120px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 80px;
   
}
/*Imagen de una maceta*/
.B
{
    background-image: url(../imagenes/maceta.jpg);
    height: 120px;
    width: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 70px;
    
}
/*Imagen jardinera*/
.C
{
    background-image: url(../imagenes/jvertical.jpg);
    height: 140px;
    width: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 70px;  
    
}

/*Imagen de Maceta C*/
.D
{
    background-image: url(../imagenes/mcolgante.jpg);
    height: 140px;
    width: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 70px;  
    
}
