@charset "utf-8";
/* CSS Document */

.buttonNotice {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 14px;
    border: 1px solid #f55308;
    border-radius: 4px;
    background: #ff6905;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6905), to(#eb750e));
    background: -moz-linear-gradient(top, #ff6905, #eb750e);
    background: linear-gradient(to bottom, #ff6905, #eb750e);
    -webkit-box-shadow: #6b6b65 1px 2px 2px 0px;
    -moz-box-shadow: #6b6b65 1px 2px 2px 0px;
    box-shadow: #6b6b65 1px 2px 2px 0px;
    text-shadow: #7d3702 1px 1px 1px;
    font: normal normal normal 12px arial;
    color: #ffffff;
    text-decoration: none;
}
.buttonNotice:hover,
.buttonNotice:focus {
    border: 1px solid #ff6c0a;
    background: #ff7e06;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e06), to(#ff8c11));
    background: -moz-linear-gradient(top, #ff7e06, #ff8c11);
    background: linear-gradient(to bottom, #ff7e06, #ff8c11);
    color: #ffffff;
    text-decoration: none;
}
.buttonNotice:active {
    background: #993f03;
    background: -webkit-gradient(linear, left top, left bottom, from(#993f03), to(#eb750e));
    background: -moz-linear-gradient(top, #993f03, #eb750e);
    background: linear-gradient(to bottom, #993f03, #eb750e);
}


/*
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 19px;
    border: 1px solid #a12727;
    border-radius: 5px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background:url(../../actiweb/archivos/iconos/actividad20.png) no-repeat left center transparent;
    
}
*/