body {
	background: #556B2B url(../images/background01_in.jpg) repeat-x 50% 0;
}
.item {
	FLOAT: left;
	MARGIN: 5px;
	OVERFLOW: hidden;
	border: 1px #000 solid;
	BACKGROUND-COLOR: #996600;
	background-image:url(images/loading2.gif);
	background-repeat:no-repeat;
	background-position: center;
	padding: 3px;
	}
.itemblanco {
	FLOAT: left;
	MARGIN: 3px;
	OVERFLOW: hidden;
	border: 1px #000 solid;
	BACKGROUND-COLOR: #fff;
	background-image:url(images/loading2.gif);
	background-repeat:no-repeat;
	background-position: center;
	padding: 3px;
	}
.botonlink {
font-family:"Tahoma";
font-size:14px;
color:#000000;
	}
.botonlink:hover {
font-family:"Tahoma";
font-size:14px;
color:#FFF;
	}

