/* CSS Document */

table#especial {
	width:100%;
	border-collapse: collapse;
}
table#especial .propietario{
	width:240px;
	border-bottom:1px #CCCCCC solid;
	}
table#especial .center{
	text-align:center;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:3px;
	margin-bottom:3px;
}
table#especial .right{
	text-align:right;
	border-bottom:1px #CCCCCC solid;
}
table#especial .central{
	width:200px;
	border-bottom:1px #CCCCCC solid;
}
table#especial .puesto{
	text-align:center;
	width:15px;
	border-bottom:1px #CCCCCC solid;
}