body
{
}

.buttonlist
{
margin-left:0px;	

height:200px;
}

.buttonlist ul li
{
	list-style-type: none;
	background-color: transparent;
	background-image:none;
	text-transform: uppercase;
}

.buttonlist a.button
{
	background: url(../img/fondo_right_off.jpg) no-repeat right top;
	display: block;
	color: #444;
	display: block;
	font: normal 10px arial, sans-serif;
	height: 41px;
	text-decoration: none;
	padding-right: 28px;
	vertical-align: top;
	text-transform: uppercase;
}

.buttonlist a.button:hover
{
	background: url(../img/fondo_right_on.jpg) no-repeat right top;
	display: block;
	color: #ff6633;
	display: block;
	font: normal 10px arial, sans-serif;
	height: 41px;
	text-decoration: underline;
	padding-right: 28px;
	vertical-align: top;

}

.buttonlist a.button span
{
	background: url(../img/fondo_left_off.jpg);
	display: block;
	line-height: 38px;
	padding-left: 15px;
	text-align: center;
	font-size: 12px;
	color: #f5f5f5;
	font-weight: bold;
} 
