*{
	padding: 0;
	margin: 0;
}

#tablon{
	height: 25px;
	width: 365px;
	padding: 0;
	margin: 5px 0 0 17px;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline;
	clear: both;
	background: url(../img/fondoBarra2.gif) 0 0 no-repeat;
}

.postit_img {
	position: absolute;
	overflow: hidden;
	width: 12px;
	height: 19px;
	margin: 3px 0 0 0;
	padding: 0px;
	background: url(../img/flecha.gif) no-repeat 0 0;
	visibility: visible;
	cursor: pointer;
	color: red;
}

#tablon2{
	height: 25px;
	width: 365px;
	padding: 0;
	margin: 5px 0 0 17px;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline;
	clear: both;
	background: url(../img/fondoBarra.gif) 0 0 no-repeat;
}


