/* CSS Document */
table#energia {
	width:100%;
	border-collapse: collapse;
}
table#energia .propiedad{
	width:300px;
	text-align:left;
	border-bottom:1px #CCCCCC solid;
}
table#energia .centro{
	text-align:center;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:3px;
	margin-bottom:3px;
}
table#energia .right{
	text-align:right;
	border-bottom:1px #CCCCCC solid;
}
table#energia .puesto{
	text-align:center;
	width:15px;
	border-bottom:1px #CCCCCC solid;
}

