/* CSS3 properties specially applied to buttons */

/* Search block */

.call-button a,
.webform-client-form #edit-submit
{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
text-shadow: 0 1px black;
}

.faqs,
.buttons a
 {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}

.buttons .demo a{
text-shadow: 0 1px white;
}

.buttons .presupuesto a{
text-shadow: 0 1px black;
}


.acceso-distribuciones H3 {
text-shadow: 0 1px white;
}

#block-block-56 {
  opacity: 0;
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
} 

#block-block-56.fixed {
  opacity: 1;
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
} 


