.pixel {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-left: 4px;
	vertical-align: middle;
}
td.botones {
	height: 40px;
	vertical-align: middle;
	display: block;
}
a.botones:link {
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	display: block;
}
a.botones:visited {
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	display: block;
	font-size: small;
}	
a.botones:hover {
	text-decoration: none;
	color: #000000;
	background-color: #F5E08B;
	background-repeat:  repeat-y;
	display: tabla;
	
}
a.botones:active {
	text-decoration: none;
	color: #000000;
	display: block;
	background-color: #F5E08B;
}

.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
