
.boton
{
        font-size:17px;
        font-family:Century Gothic;
        /*font-weight:bold;*/
        color:white;
        background:#a2c514;
        border:1px;
        width:200px;
        height:40px;
		border-radius: 15px;
		text-shadow: rgba(0,0,0,.4) 0 1px 0;
		 
}

.boton:hover
{
        font-size:17px;
        font-family:Century Gothic;
        /*font-weight:bold;*/
        color: #000;
        background: #aac24b;
        border:1px;
        width:200px;
        height:40px;
		border-radius: 15px;
		text-shadow: rgba(0,0,0,.4) 0 1px 0;
		border-top-color: #aac24b;
		border:2px;
		box-shadow: rgba(0,0,0,1) 0 1px 0;
}


.button {
   border-top: 1px solid #000000;
   background: #a2c514;
   background: -webkit-gradient(linear, left top, left bottom, from(#a2c514), to(#a2c514));
   background: -webkit-linear-gradient(top, #a2c514, #a2c514);
   background: -moz-linear-gradient(top, #a2c514, #a2c514);
   background: -ms-linear-gradient(top, #a2c514, #a2c514);
   background: -o-linear-gradient(top, #a2c514, #a2c514);
   padding: 12px 24px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 17px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   width:400;
   height:19px;

   }
.button:hover {
   border-top-color: #aac24b;
   background: #aac24b;
   color: #000000;

   }
.button:active {
   border-top-color: #ffffff;
   background: #ffffff;
   
   
}



