/* CSS Document */

table#datos {
	width:100%;
	border-collapse: collapse;
}
div#right td{
	border-bottom:1px #CCCCCC solid;
	width:85px;
	height:18px;
	text-align:center;
}
table#datos .localidad{
	width:175px;
	text-align:left;
	border-bottom:1px #CCCCCC solid;
}
table#datos .center{
	text-align:center;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:3px;
	margin-bottom:3px;
}
table#datos .right{
	text-align:right;
	border-bottom:1px #CCCCCC solid;
}
table#datos .sectores{
	text-align:center;
	width:150px;
	border-bottom:1px #CCCCCC solid;
}
table#datos .puesto{
	text-align:center;
	width:15px;
	border-bottom:1px #CCCCCC solid;
}
table#datos.central{
	text-align:center;
	border-bottom:1px #CCCCCC solid;
	width:100px;
	}