@charset "utf-8";
/* CSS Document */
.button1b {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #734d2a;
    border-radius: 8px;
    background: #bb7d44;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb7d44), to(#734d2a));
    background: -moz-linear-gradient(top, #bb7d44, #734d2a);
    background: linear-gradient(to bottom, #bb7d44, #734d2a);
    -webkit-box-shadow: #ad733e -2px 2px 9px 0px;
    -moz-box-shadow: #ad733e -2px 2px 9px 0px;
    box-shadow: #ad733e -2px 2px 9px 0px;
    text-shadow: #48301a -3px -1px 1px;
    font: normal normal bold 18px verdana;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button1b:hover {
    border: 1px solid ##906034;
    background: #e09652;
    background: -webkit-gradient(linear, left top, left bottom, from(#e09652), to(#8a5c32));
    background: -moz-linear-gradient(top, #e09652, #8a5c32);
    background: linear-gradient(to bottom, #e09652, #8a5c32);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button1b:active {
    background: #734d2a;
    background: -webkit-gradient(linear, left top, left bottom, from(#734d2a), to(#734d2a));
	
    background: -moz-linear-gradient(top, #734d2a, #734d2a);
    background: linear-gradient(to bottom, #734d2a, #734d2a);
    text-transform: uppercase
}
.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 14px;
    border: 1px solid #734d2a;
    border-radius: 8px;
    background: #4353ba;
    background: -webkit-gradient(linear, left top, left bottom, from(#4353ba), to(#2a6473));
    background: -moz-linear-gradient(top, #4353ba, #2a6473);
    background: linear-gradient(to bottom, #4353ba, #2a6473);
    -webkit-box-shadow: #8f6640 -2px 2px 9px 0px;
    -moz-box-shadow: #8f6640 -2px 2px 9px 0px;
    box-shadow: #8f6640 -2px 2px 9px 0px;
    text-shadow: #080706 -3px -1px 1px;
    font: normal normal bold 18px verdana;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button2:hover {
    border: 1px solid ##906034;
    background: #5064df;
    background: -webkit-gradient(linear, left top, left bottom, from(#5064df), to(#32788a));
    background: -moz-linear-gradient(top, #5064df, #32788a);
    background: linear-gradient(to bottom, #5064df, #32788a);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button2:active {
    background: #283270;
    background: -webkit-gradient(linear, left top, left bottom, from(#283270), to(#2a6473));
    background: -moz-linear-gradient(top, #283270, #2a6473);
    background: linear-gradient(to bottom, #283270, #2a6473);
    text-transform: uppercase
}
.button2:focus {
    text-transform: uppercase
}
.button2:before{
    content:  "\0000a0";
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -6px;
    left: -8px;
    background: url("url(boton2.gif")
	no-repeat left center transparent;
    background-size: 100% 100%;