body {
	background-image: url(images/fondo.jpg);
	background-color: #FFFFFF;
	font-family:"Trebuchet MS"
}
.boton{
font-family: "Trebuchet MS"
	padding:1px;
	display:block;
	width:70px;
	height:35px;
	float:right;
	font-size:11px;
	font-weight:100;
	text-align:center;
	color:#FFFFFF;
	border-left-width: thin;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boton-hover{
font-family: "Trebuchet MS"
padding:1px;
display:block;
width:70px;
height:35px;
float:right;
font-size:11px;
font-weight:100;
text-align:center;
background-image:url(images/subrayado.gif);
color:#FFFFFF
	border-left-width: thin;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}