body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font: 70% verdana;
}

.top {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #FCFCFC;
	/* background: #FCFCFC url("images/skin/fondoAgua.jpg") no-repeat center; */
}

h1 {
	color: #1E72CB;
	font-size: 25px;
	font-weight: bold;
}

ul {
	margin: 0px;
}

.container {
	display: block;
	width: 942px;
	padding: 10px 0px 20px;
	min-height: 350px;
}

.body {
	display: inline-block;
/* 	width: 74%; */
	width: 100%;
	clear: both;
	padding: 0px 0px 0px 5px;
}

.body1 {
	width: 74%;
	display: inline-block;
	clear: both;
	height: 250px;
	padding: 50px 0px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background: #FCFCFC url("images/skin/credito.jpg") no-repeat center;
    opacity:0.3;
}

.body1:before {
}

a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a.home,a.logOut,a.create,a.list,a.edit,a.info,a.show,a.borrar,a.editInfo,a.buscarCliente,a.history,a.pdf,a.excel,a.userProfile, a.enviar
	{
	padding: 0px 0px 0px 28px;
	background-position: 0.5em;
	background-repeat: no-repeat;
	text-indent: 25px;
}

/* a.show, a.edit{ */
/* 	margin-left: -2px; */
/* 	margin-right: -3px; */
/* } */

a.pdf {
	background-image: url("images/skin/pdf_16x16.png");
}

a.excel {
	background-image: url("images/skin/icon-excel-16x16.gif");
}

a.history {
	background-image: url("images/skin/history.png");
}

a.editInfo {
	background-image: url("images/skin/database_refresh.png");
}

a.show {
	background-image: url("images/skin/database_table.png");
}

a.buscarCliente {
	background-image: url("images/skin/buscarCliente.png");
}

a.home {
	background-image: url("images/skin/house.png");
}

a.enviar {
	background-image: url("images/skin/enviarDatos.png");
}

a.edit {
	background-image: url("images/skin/edit.png");
}

a.borrar {
	background-image: url("images/skin/delete.png");
}
	
a.create {
	background-image: url("images/skin/database_add.png");
}

a.list {
	background-image: url("images/skin/database_table.png");
}

a.info {
	background-image: url("images/skin/info.png");
}

a.userProfile {
	background-image: url("images/skin/userProfile.png");
}

.menuButton { /*Tamano Texto Usuario*/
	font-size: 11px;
}

.menuButton a {
	color: #333;
	padding: 8px 1px;
}

.menuButton a.home {
	background: url('images/skin/house.png') center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.list {
	background: url('images/skin/database_table.png') center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.create {
	background: url('images/skin/database_add.png') center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.edit {
	background: transparent url('images/skin/database_edit.png') center left
		no-repeat;
	color: #333;
	display: block;
	height: 0px;
	padding: 8px 8px 8px 8px;
}

.menuButton a.filter {
	background: transparent url('images/skin/filter.png') center left
		no-repeat;
	color: #333;
	height: 0px;
	padding-left: 25px;
}

.menuButton a.mail {
	background: url('images/skin/mail.png') center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.inactivar {
	background: url('images/skin/delete.png') center left no-repeat;
	color: #333;
	padding-left: 20px;
}

.menuButton a.logOut {
	background: url('images/skin/logOut.png') center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.activar {
	background: url('images/skin/add.png') center left no-repeat;
	color: #333;
	padding-left: 20px;
}

.menuButton a.mostrar {
	background: url('images/skin/database_edit.png') center left no-repeat;
	color: #333;
	padding-left: 20px;
}

.menuButton a.estadisticas {
	background: url('images/skin/chart_bar_edit.png') center left no-repeat;
	color: #333;
	padding-left: 20px;
}

/* TABLES */
table { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
/* 	width: 75%; */
}

table.formatoCedulas { /*Color Franja de Recuadro Area de trabajo*/
	border: 0px solid #ccc;
/* 	width: 75%; */
}

table.formatoGrupos { /*Color Franja de Recuadro Area de trabajo*/
	border: 0px solid #ccc;
	width: 127px;	
	float: right;
}

table.formatoBusqueda { /*Color Franja de Recuadro Area de trabajo*/
	border: 0px solid #000000;
	width: 30%;	
	float: right;	
}

table.formatoOrden { /*Color Franja de Recuadro Area de trabajo*/
	border: 0px solid #ccc;
	width: 400px;	
	float: left;
}

table.verificar { /*Color Franja de Recuadro Area de trabajo*/
	border: 0px solid #ccc;
/* 	width: 75%; */
}

table.inicio { /*Color Franja de Recuadro Area de trabajo*/
	border: 0px;
	width: 95%;	
}

table.graficos { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;	
	width: 0% !important;	
}

table.encabezado { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

table.encabezadoCliente { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	display: block;
    margin: auto;
}

table.encabezadoDomiciliarCuenta { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
	width: 650px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

table.pagoSinpe { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
	width: 650px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

table.table_jqgrid { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
/* 	width: 75%;	 */
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

table.totales { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

table .accordion {
	width: 100%;
	border: 1px solid #ccc;
}

table .accordionFormula {
  border: 1px solid black;
  border-collapse: collapse;  
}

table .accordionFormula td {
  border: 1px solid black;
}

.lo {
	width: 150px;
	height: 55px;
	overflow: scroll;
}

tr {
	border: 0;
}

td,th {
	font: 11px verdana, arial, helvetica, sans-serif;
	/*Tamano espacio Lista de usuarios*/
	line-height: 13px;
}

td.datosConsulta{
	width:100px;
}

td.datosConsulta1{
	width:130px;
}

td.estadosBitacora{
	width:150px;
}

td.domiciliacionCuentaBancaria{
	width:160px;
}

td.pagoSinpe{
	width:160px;
}

td.bitacoraPagos{
	width:160px;
}

td.totales {
	font: 12px verdana, arial, helvetica, sans-serif;
	width: 120px;
	line-height: 13px;
}

td.tabCenter {
	text-align: center;
}

td.clienteTd {
	width:60px;
}


td {
	padding: 3px 3px;
}

td.rightBottonTelefonos {
	width: 68%;
	text-align: right;
}

td.leftBottonTelefonos {
	width: 1%;
	text-align: right;
}

td.leftBottonBusqueda {
	width: 68px;
	text-align: right;
}

td.rightPrincipal {
	width: 40%;
	text-align: right;
}

td.rightPrincipalCarga {
	width: 60%;
	text-align: right;
}

td.leftTexto{
	width: 60%;
	text-align: left;
}
td.rightPrincipalAccordion {
	width: 35%;
	text-align: right;
}
td.leftTextoAccordion {
	width: 15%;
	text-align: left;
}

td.edit {
	background: url("images/skin/database_edit.png") no-repeat scroll center
		center transparent;
	cursor: pointer;
}

th {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 0px;
}

th a:link,th a:visited,th a:hover {
	color: #333333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}

th.asc a,th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url('images/skin/sorted_asc.gif');
}

th.desc a {
	background-image: url('images/skin/sorted_desc.gif');
}

.odd {
	background: #eeeff1;
}

.even {
	background: #fff;
}

td.titulo,td.tituloCenter, td.tituloEncabezadoDomiciliacion {
	text-align: left;
	font-weight: bold;
	color: #1C94C4;
	padding-left: 2.2em;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #B69494;
	background: url("images/ui-bg_gloss-wave_35_d8d4d4_500x100.png")
		repeat-x scroll 50% 50% #D8D4D4;
	padding: 0.5em 0.5em 0.5em 0.7em
}

td.titulo,td.tituloCenter, td.tituloPagoSinpe{
	text-align: left;
	font-weight: bold;
	color: #1C94C4;
	padding-left: 2.2em;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #B69494;
	background: url("images/ui-bg_gloss-wave_35_d8d4d4_500x100.png")
		repeat-x scroll 50% 50% #D8D4D4;
	padding: 0.5em 0.5em 0.5em 0.7em
}

td.titulo,td.tituloCenter, td.tituloCliente{
	text-align: center;
	font-weight: bold;
	color: #1C94C4;
	padding-left: 2.2em;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #B69494;
	background: url("images/ui-bg_gloss-wave_35_d8d4d4_500x100.png")
		repeat-x scroll 50% 50% #D8D4D4;
	padding: 0.5em 0.5em 0.5em 0.7em
}

td.tituloCenter {
	text-align: center;
}

td.tituloEncabezadoDomiciliacion {
	text-align: center;
	border-radius: 15px 15px 1px 1px;
/* 	-moz-border-radius: 15px 15px 1px 1px; */
/* 	-webkit-border-radius: 15px 15px 1px 1px; */
}

td.titulo1,td.tituloCenter1 {
	text-align: left;
	font-weight: bold;
	color: #1C94C4;
	padding-left: 2.2em;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border: 1px solid #B69494;
	padding: 0.5em 0.5em 0.5em 0.7em
}

td.tituloCenter1 {
	text-align: center;
}

td.tituloEventoRojo {
	background-image: url("images/skin/cancel.png");
	background-repeat: no-repeat;
	padding: 0px 25px;
}

td.tituloEventoVerde {
	background-image: url("images/skin/apply.png");
	background-repeat: no-repeat;
	padding: 0px 25px;
}

td.tituloEventoAmarillo {
	background-image: url("images/skin/warn.png");
	background-repeat: no-repeat;
	padding: 0px 25px;
}

td.titulo-naranja {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #c47416;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* FORM */
form {
	padding: 10px;
}

input,select,textarea {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 2px 0;
	padding: 2px 4px;
}

/* input,select,textarea.cliente { */
/* 	background-color: #fcfcfc; */
/* 	border: 1px solid #ccc; */
/* 	font: 11px verdana, arial, helvetica, sans-serif; */
/* 	margin: 2px 0; */
/* 	padding: 2px 20px; */
/* } */


select {
	padding: 2px 2px 2px 0;
}

textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #015EB2;
}

.sinBorde{
	border: none;
}

/* ACTION BUTTONS */
.buttons_tamanoLargo {
	width: 200px !important;
	height: 27px !important;
}
.buttons_tamano {
	width: 150px !important;
	height: 27px !important;
}
.buttons {
	background-color: #efefef;
	border: 1px solid #CCC;
	border-style: solid solid solid solid;
	font-size: 10px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 12px;
	text-align: left;
}

.buttons_search {
	background: transparent url('images/skin/info.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
	border: none;
/* 	border-style: solid solid solid solid; */
	font-size: 10px;
	overflow: hidden;
	width: 20px;
}

.buttons_update {
	background: transparent url('images/skin/refresh16x16.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
	border: none;
/* 	border-style: solid solid solid solid; */
	font-size: 10px;
	overflow: hidden;
	width: 20px;
}

.buttons_search_domiciliacion {
	background: transparent url('images/skin/info.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
/* 	border: none; */
/* 	border-style: solid solid solid solid; */
/* 	font-size: 11px; */
	overflow: hidden;
	width: 90px;
}

.buttons_search_clientes_pagos {
	background: transparent url('images/skin/info.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
/* 	border: none; */
/* 	border-style: solid solid solid solid; */
/* 	font-size: 11px; */
	overflow: hidden;
	width: 90px;
}

.buttons_inactivar{
/* 	background: transparent url('images/skin/delete.png') 5px 50% no-repeat; */
	background: url("images/skin/delete.png") 5px 50% no-repeat;;
	
	padding-left: 20px;
/* 	border: 1px solid #CCC; */
/* 	border: none; */
/* 	border-style: solid solid solid solid; */
/* 	font-size: 11px; */
/* 	overflow: hidden; */
	width: 70px;
}

.buttons_bar {
	background: transparent url('images/skin/grafico_barras.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
	border: none;
/* 	border-style: solid solid solid solid; */
	font-size: 10px;
	overflow: hidden;
	width: 20px;
}

.buttons_line {
	background: transparent url('images/skin/grafico_lineal.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
	border: none;
/* 	border-style: solid solid solid solid; */
	font-size: 10px;
	overflow: hidden;
	width: 20px;
}

.buttons_column {
	background: transparent url('images/skin/grafico_columnas.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
	border: none;
/* 	border-style: solid solid solid solid; */
	font-size: 10px;
	overflow: hidden;
	width: 20px;
}

.buttons_pie {
	background: transparent url('images/skin/grafico_pastel.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
	border: none;
/* 	border-style: solid solid solid solid; */
	font-size: 10px;
	overflow: hidden;
	width: 20px;
}

.buttons_pdf {
	background: transparent url('images/skin/pdf_16x16.png') 5px 50% no-repeat;
	padding-left: 28px;
/* 	border: 1px solid #CCC; */
	border: none;
/* 	border-style: solid solid solid solid; */
	font-size: 10px;
	overflow: hidden;
	width: 20px;
}
.buttons_excel {
	background: transparent url('images/skin/excel.png') 5px 50% no-repeat;
	border: 1px solid #CCC;
	border-style: solid solid solid solid;
	font-size: 10px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 12px;
	text-align: left;
}

.buttons input {
	background: #fff;
	border: 0;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 4px 6px;
}

.buttons input.add,.menuButton input.add {
	background: transparent url('images/skin/database_add.png') 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.delete {
	background: transparent url('images/skin/database_delete.png') 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.edit,a.edit {
	background: transparent url('images/skin/database_edit.png') 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.save {
	background: transparent url('images/skin/database_save.png') 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.send {
	background: transparent url('images/skin/database_save.png') 5px 50%
		no-repeat;
	padding-left: 28px;
}


.buttons input.login {
	background: transparent url('images/skin/login.png') 1px 50% no-repeat;
	padding-left: 28px;
}

.button input.apply {
	background: transparent url('images/skin/apply.png') 5px 50% no-repeat;
	padding-left: 28px;
}

.button input.clear {
	background: transparent url('images/skin/clear.png') 5px 50% no-repeat;
	padding-left: 28px;
}

.button input.cancel {
	background: transparent url('images/skin/cancel.png') 5px 50% no-repeat;
	padding-left: 28px;
}

.buttons input.search {
	background: transparent url('images/skin/info.png') 5px 50% no-repeat;
	padding-left: 28px;
}

/* Footer */
.footer {
	padding: 10px 0 25px 0;
	width: 100%;
	height: 1px;
	font-family: Arial, Helvetica, sans-serif;
	background: linear-gradient(#EBF1F6, #FFF, #FFF) repeat;
	color: grey;
        text-align: center;
}

.footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #1E72CB;
}

.footer a {
	color: #576475;
}

/* ::::::: Sidebar Accordion::::::: */
#sidebar {
	display: block;
	width: 200px;
	height: auto;
	float: left;
}

#content {
	display: block;
	width: 710px;
	height: auto;
	padding-left: 205px;
}

#content table {
	width: 100%;
}

#sidebar .top {
	display: block;
	float: left;
	width: 216px;
	height: 8px;
	background: url(images/skin/gice_av_content_sidebar_top_bg.png)
		no-repeat
}

#sidebar .center {
	display: inline-block;
	float: left;
	width: 210px;
	height: auto;
	padding: 0 3px;
	background: url(images/skin/gice_av_content_sidebar_center_bg.png)
		repeat-y
}

#sidebar .bottom {
	display: block;
	float: left;
	width: 216px;
	height: 20px;
	background: url(images/skin/gice_av_content_sidebar_bottom_bg.png)
		no-repeat
}

#sidebar .center ul#sidemenu,#sidebar .center  ul#sidemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sidebar .center ul#sidemenu a {
	display: block;
	text-decoration: none;
}

#sidebar .center ul#sidemenu li {
	margin-top: 1px;
	text-align: left
}

#sidebar .center ul#sidemenu li a {
	font-size: 13px;
	font-weight: normal;
	color: #686E73;
	width: 168px;
	height: 24px;
	padding: 10px 0 0 15px
}

#sidebar .center ul#sidemenu li a:hover,#sidebar .center ul#sidemenu li a:focus,#sidebar .center ul#sidemenu li a:active
	{
	height: 24px;
}

#sidebar .center ul#sidemenu li ul li,#sidebar .center ul#sidemenu li ul li ul li
	{
	margin: 0;
	width: 168px
}

#sidebar .center ul#sidemenu li ul li a {
	display: list-item;
	width: 168px;
	background: none;
	color: #686E73;
	list-style: disc inside;
	padding: 5px 0 0 5px
}

#sidebar .center ul#sidemenu li ul li a:hover,#sidebar .center ul#sidemenu li ul li a:focus,#sidebar .center ul#sidemenu li ul li a:active
	{
	background: #686E73;
	color: #fff
}

#sidebar .center ul#sidemenu li ul li ul li a {
	display: list-item;
	width: 150px;
	background: #fff;
	color: #686E73;
	list-style: disc inside;
	padding: 5px 0 0 20px
}

#sidebar .center ul#sidemenu li ul li ul li a:hover,#sidebar .center ul#sidemenu li ul li ul li a:active,#sidebar .center ul#sidemenu li ul li ul li a:focus
	{
	background: #686E73;
	color: #fff
}

#sidebar .center ul#sidemenu li ul li ul li a {
	font-size: 11px;
}

.ui-jqgrid {
	position: relative;
	display: inline-block;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 0.3em;
}

.h1blockUI {
	font-size: 18px;
}

.ui-jqgrid tr.jqgrow td {
	padding: 4px 0px 0px 0px;
	padding-right: 4px;
	padding-left: 4px;
}

.texttablarojo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.tit_04_celeste {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1c94c4;
	text-align: center;
}

.tit04tabla {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 30px;
	color: black;
	text-align: center;
	font-weight: bold;
/* 	background-image: url(../images/tableHead.gif); */
	background-repeat: repeat-x;
	padding: 4px;
}

.ayudaSINPEProp {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #1c94c4;
	text-align: center;
}
	
	
	.lineaDivisora{
	width: 60%;
	text-align: center;
}

div.errorServerSideJgrid {
    color: red;
    font-weight: bold;
}

label.errorServerSideJgrid {
    color: red;
    font-weight: bold;
    width: 120px;
    padding-left: 0.3cm;
}

label.errorServerSideJgrid1 {
    color: blue;
    font-weight: bold;
    width: 120px;
    padding-left: 0.3cm;
}

table.encabezadoInicio {
	border: 1px solid #ccc;
	width: 698px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;	
	opacity: 0.46;
	background-color: #F0F0F0;
/* 	text-align:center; */
}

td.inicio {
	text-align:right
}

td.inicioAdministrador {
	text-align:center
}


table.gruposDrop { /*Color Franja de Recuadro Area de trabajo*/
	border: 1px solid #ccc;
	width: 906px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	display: block;
    margin: auto;
    height: 460px;
}

td.gruposDrop { 
 	background: #d8d4d4 url("images/ui-bg_gloss-wave_35_d8d4d4_500x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #b69494;
    border-radius: 4px;
    color: #1c94c4;
    font-weight: lighter;
    padding: 1.4em 0.5em 0.5em 0.7em;
    text-align: left;
    font-size: 13px;
}

li.agregarGrupos { 
 	background: #d8d4d4 url("images/ui-bg_gloss-wave_35_d8d4d4_500x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #b69494;
    border-radius: 14px;
    color: #1c94c4;
    font-weight: bold;
    font-size: 11px;
/*     padding: 0.5em 0.5em 0.5em 0.7em; */
    text-align: center;
}

.iconoAgregarGrupo {
	display: block;
	float: left;
	margin-top: 4px;
	width: 22px;
	height: 17px;
	background: url(images/agregarGrupo.png)
		no-repeat
}

.salirFielSetagregar {	
	position:relative;
	right:-91px;
	top:-36px;
	outline:0px solid #1E72CB; 
	width:31px; 
	height:20px;
	display:inline-block;
	background: url(images/agregarGrupo.png)
		no-repeat
}
.iniconQuitarFieldSet {
	position: relative;
	right:-81px;
	top:-41px;
	width: 22px;
	height: 19px;
	outline:0px solid #1E72CB;
	background: url(images/salirGrupoFieldset.png)
		no-repeat
}

.iconoEditarGrupo {
	display: block;
	float: left;
	margin-top: 4px;
	width: 22px;
	height: 17px;
	background: url(images/editarGrupo.png)
		no-repeat
}

.iconoPagar {
	display: inline-block;
	margin-top: 4px;
	width: 21px;
	height: 17px;
	background: url(images/pagar.png)
		no-repeat
}

.iconoApropiar {
	display: inline-block;
	margin-top: 4px;
	width: 21px;
	height: 17px;
	background: url(images/apropiar.png)
		no-repeat
}

.entry-tooltip-positioner {
    position: fixed !important;
    right: -148px !important;
    background: #f3f3f3;
    color: #1c94c4;
    font-weight: bold;
    width: 120px;
}

td.pagoSinpeTd {
	width:107px;
}

.found{background-color:yellow;}
#test{
 height:80px;   
 overflow:scroll;
}

.zIndex{
  z-index: 2147483647;
}

.buttons_formato {
/* 	width: 60px;  */
/* 	height: 31px;  */
/* /* 	position: fixed !important; */ 
/* /*     right: -148px !important; */ 
/*     background: #f3f3f3; */
    color: #1c94c4;
    font-weight: bold;
    border-width: 1px;
}

.custom-class {
/*   width: #60px  !important; */
	padding-left: 4px;
	padding-right: 4px;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}

.hideBorder{ border: transparent !important; }

.iconoTamano {
    font-size: 17px;
    text-align: center;
    width:20px;
}

.iconoTamanoSearch {
    font-size: 17px;
    text-align: center;
    width:20px;
}


/* .derecho { */
/*   position: static; !important; */
/* } */
