#frmg .fs_tabla{
	font-size: 85%;
}

.fR
{
	float:right;
}

.fL
{
	float:left;
}

.fit
{
	width:100%;
	height:100%;
}

.fitW
{
	width:100%;
}

.halfW
{
	width:50%;
}

.twoW{
	width:2%;
}

.threeW{
	width:3%;
}

.fourW{
	width:4%;
}

.fiveW{
	width:5%;
}

.sevenW{
	width:7%;
}

.tenW
{
	width:10%;
}

.fifteenW
{
	width:15%;
}


.twentyW
{
	width:20%;
}

.twentyfiveW{
	width:25%;
}

.fortyW{
	width:40%;
}

.fortyfiveW{
	width:45%;
}

.sixtyW{
	width:60%;
}

.seventyW{
	width:70%;
}

.seventyfiveW{
	width:75%;
}

.eightyW{
	width:80%;
}

.ninetyW
{
	width:90%;
}
	
.ninetyfiveW{
	width:95%;
}


.fitH
{
	height:100%;
}

.center
{  
	margin:0px auto;
}
.txtC
{
	text-align: center;
}
.txtR
{
	text-align: right;
}

.txtL
{
	text-align: left;
}

.sinMargen{
	margin-left:-10px;	
}

.ui-panelgrid-cell.paddingReducido{
	padding: 3px;
}

/*Para eliminar el padding en el desplegable múltiple y alinearlo horizontalmente*/
div.ui-panelgrid-cell.ui-grid-col-10.sinPadding{
	padding: 0px;
}

.sinBorde{
	border: none;
}

.sinBorde.sinBorde td{
	border: none !important;
}

.hint{
	border:none;
	background-color:inherit;
	opacity:255 !important;
	font-size:12px;
}