.btn_leer_mas {
    width: 92px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b5cf0e), color-stop(1, #96b40e));
    background:-moz-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:-webkit-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:-o-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:-ms-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:linear-gradient(to bottom, #b5cf0e 5%, #96b40e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5cf0e', endColorstr='#96b40e',GradientType=0);
    background-color:#b5cf0e;
    border:1px solid #708a08;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}
.btn_leer_mas:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #96b40e), color-stop(1, #b5cf0e));
    background:-moz-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:-webkit-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:-o-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:-ms-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:linear-gradient(to bottom, #96b40e 5%, #b5cf0e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#96b40e', endColorstr='#b5cf0e',GradientType=0);
    background-color:#96b40e;
}
.btn_leer_mas:active {
    position:relative;
    top:1px;
}
.btn_donde_comprar {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b5cf0e), color-stop(1, #96b40e));
    background:-moz-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:-webkit-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:-o-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:-ms-linear-gradient(top, #b5cf0e 5%, #96b40e 100%);
    background:linear-gradient(to bottom, #b5cf0e 5%, #96b40e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5cf0e', endColorstr='#96b40e',GradientType=0);
    background-color:#b5cf0e;
    border:1px solid #708a08;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    padding:6px 9px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}
.btn_donde_comprar:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #96b40e), color-stop(1, #b5cf0e));
    background:-moz-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:-webkit-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:-o-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:-ms-linear-gradient(top, #96b40e 5%, #b5cf0e 100%);
    background:linear-gradient(to bottom, #96b40e 5%, #b5cf0e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#96b40e', endColorstr='#b5cf0e',GradientType=0);
    background-color:#96b40e;
}
.btn_donde_comprar:active {
    position:relative;
    top:1px;
}
.btn_ver_detalle {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f4f0), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #f5f4f0 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #f5f4f0 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #f5f4f0 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #f5f4f0 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #f5f4f0 5%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f4f0', endColorstr='#dfdfdf',GradientType=0);
    background-color:#f5f4f0;
    border:1px solid #c3c3c3;
    display:inline-block;
    cursor:pointer;
    color:#888888;
    font-family:arial;
    font-size:12px;
    padding:6px 18px;
    text-decoration:none;
}
.btn_ver_detalle:hover {
    color:#888888;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #f5f4f0));
    background:-moz-linear-gradient(top, #dfdfdf 5%, #f5f4f0 100%);
    background:-webkit-linear-gradient(top, #dfdfdf 5%, #f5f4f0 100%);
    background:-o-linear-gradient(top, #dfdfdf 5%, #f5f4f0 100%);
    background:-ms-linear-gradient(top, #dfdfdf 5%, #f5f4f0 100%);
    background:linear-gradient(to bottom, #dfdfdf 5%, #f5f4f0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f5f4f0',GradientType=0);
    background-color:#dfdfdf;
}
.btn_ver_detalle:active {
    position:relative;
    top:1px;
}