/* Estilos de Productos */

#escaparate {
float: left;
width: 100%;
margin-top: 0px;
}   

/* Escaparate  */
.ficha {
float: left;
position: relative;
width: 210px;
background: #E6F7EE;  /*  */
padding: 20px 15px;
height: 300px;
margin-left: 33px;
margin-right: 24px;
margin-bottom: 30px;
border-radius: 10px; 
}
.nombre {
font-size: .9em;
color: #000000;  /* Negro */
margin-top: 10px;
 }
.link_web {
 margin: 5px;
 }
.link_web a {
 font-size: .8em;
 color: #FF0033;  /* Rojo claro */
 font-style: italic;
 text-decoration: none;
 font-weight: bold;
  }
.descripcion {
 font-size: .8em;
 line-height: 18px;
 margin: 6px auto 4px;
 padding-right: 0px;
}
.descripcion span {
color: #1D0053;
font-style: italic;
font-weight: bold; 
}