.ancho100, div.ancho100 {
	width: 100%;
}

.centrado, div.centrado {
	text-align: center;
	vertical-align: middle;
}

div.input-numero, span.input-numero, div.input-numero input, span.input-numero input,
	input.input-numero, .input-numero input {
	max-width: 85%;
}

td.padding_compacto, th.padding_compacto, div.padding_compacto,
	.padding_compacto td, .padding_compacto th, .padding_compacto div {
	padding: 1px !important;
}

.max-width-25, div.max-width-25, td.max-width-25 {
	max-width: 25px;
}

td.fila_archivos, th.fila_archivos, tr.fila_archivos, div.fila_archivos
	{
	height: 300px;
	vertical-align: top;
}

td.celda_archivos, th.celda_archivos, tr.celda_archivos, div.celda_archivos,
	img.celda_archivos, iframe.celda_archivos, embed.celda_archivos, video.celda_archivos, .celda_archivos td, .celda_archivos th,
	.celda_archivos div {
	max-height: 200px;
	height: auto;
	max-width: 100%;
	width: auto;
}

table.no-padding td, td.no-padding, th.no-padding, div.no-padding div,
	.no-padding {
	padding: 0 !important;
}

.ui-growl .ui-growl-item-container.ui-growl-undefined .ui-growl-image,
	body .ui-growl .ui-growl-item-container.ui-growl-fatal .ui-growl-image
	{
	font-family: "primeicons" !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	background: none;
	font-size: 2rem;
	color: #212121
}

.ui-growl-undefined {
	background: #f8b7bd;
	border: 1px solid transparent;
	color: #212121;
	border-width: 0 0 0 6px;
}

.borde-grid, div.borde-grid  {
	border-style: solid;border-width: 1px;border-color: #c8c8c8;
}

.smallfont, div.smallfont, label.smallfont, td.smallfont, th.smallfont, span.smallfont {
	font-size: 0.7em;
}

.compactbutton, div.compactbutton, span.compactbutton, label.compactbutton, button.compactbutton > span {
	font-size: 0.7em;
	padding: 1px !important;
}

.cedula-frente, div.cedula-frente {
	background-image: url('/resources/img/cc_frente.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}
.cedula-reverso, div.cedula-reverso {
	background-image: url('/resources/img/cc_reverso.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}
.selfie, div.selfie {
	background-image: url('/resources/img/selfie_cedula.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}

.recibo, div.recibo {
	background-image: url('/resources/img/recibo.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}

.ruc, div.ruc {
	background-image: url('/resources/img/ruc.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}
.pdf, div.pdf {
	background-image: url('/resources/img/pdf.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}
.pdf-cedula, div.pdf-cedula {
	background-image: url('/resources/img/pdf_cedula.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}


.video, div.video{
	background-image: url('/resources/img/video.png') !important; 
	background-repeat: no-repeat !important;
	background-size: auto 65% !important;
	background-position: center !important;
}

.ver, div.ver, img.ver, iframe.ver {
	width:100%;
	height:400px;
}

.font-bolder, label.font-bolder{
	font-weight: bolder;
}

.ui-growl .ui-growl-item-container.ui-growl-undefined .ui-growl-image:before,
	body .ui-growl .ui-growl-item-container.ui-growl-fatal .ui-growl-image:before
	{
	content: "";
}


