﻿body
{
	font-family: Arial
}


a.btn_grande, a.btn_grande span {
     background-repeat: no-repeat;
     color:Yellow;
     text-decoration:underline;
     font-family: Arial;
     display: block;
}
     a.btn_grande 
     {
          background-image: url(../Images/button_left.png);
          background-position: left top;
          height: 24px;
          text-decoration: none;
          width:auto;
          text-align: center;
     }
     a.btn_grande span {
          background-image: url(../Images/button_right.png);
          background-position: right top;
          height: 24px;
          font-size: 15px;
          font-weight: bold;
     }
     
a.button
{
	background-image: url(../Images/button.png);
}
