
.firstpage-tovar-link{
  color:black;
  font-size:.78em;
}

.firstpage-tovar{
    width: 100px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    margin: 5px;
    height: 135px;
    line-height: 1.2;
}

.firstpage-tovar img{
  height:70%;
}


.firstpage-tovar:hover {
    border: 1px solid #E0DEDE;
    border-radius: 3px;
    box-shadow: 0px 0px 12px #cad69f;
}

.footer {
    margin: 10px auto 0;
    position: relative;
    border-top:1px solid #efefef;
    padding-top:10px;
}

.footer p{
    padding: 1em;
    text-align: center;
    text-decoration: none;
    color: #5C603E;
    font-size: .7em;
}

.footer a{
    padding: 3px 2px;
    border: 1px solid #DCDCDC;
    color: #70B51C;
    background-color: #EFEFEF;
    font-size: .7em !important;
}

.footer a:hover{
    border: 1px solid #a0a0a0;
    color: #000;
    text-decoration: none;
}

blockquote{
   font-size: .8em !important;
   text-align:justify;
   border: solid 1px #CED1B8;
   margin: 2px 15px !important;
   padding: 5px !important;
   background-color: #e2f0d1;
   padding-left: 36px !important;
   padding-right: 5px !important;
   background-image: url('/images/postquote.png');
   background-position: left top;
   background-repeat: no-repeat;
   clear:both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;
}
