.tabla{
	width: 680px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.tabla .columnaSms {
	float: left;
	width: 40px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F8F8F;
}
.tabla .columnaMulmes {
	float: left;
	width: 45px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F8F8F;
}
.tabla .columnaAlias {
	float: left;
	width: 100px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F8F8F;

}.tabla .columnaCelular {
	float: left;
	width: 160px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F8F8F;

}.tabla .columnaGrupo {
	float: left;
	width: 220px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F8F8F;

}.tabla .columnaEditar {
	float: left;
	width: 55px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F8F8F;
}
.tabla .columnaEmilinar {
	float: left;
	width: 52px;
	text-align: center;
}

.tabla .filaPrincipal {
	font-family:  Arial, Helvetica, sans-serif;
	clear: left;
	float: left;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #333333;
	height: 25px;
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.tabla .filaSecundaria {
	font-family:  Arial, Helvetica, sans-serif;
	clear: left;
	float: left;
	min-height: 20px;
	width: 100%;
	text-align: left;
	margin: 1px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ACACAC;
	background-color: #F8F8F8;
}
