/* --------------------------------------- SITIO EN GENERAL */
.horizLine1
{
	border-bottom:1px solid #ccc;
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;
	width:200px;
}

.horizLine2
{
	width:885px;
	background-color:#666;
	height:4px;
	display:block;
	margin-bottom:10px;
}

/* --------------------------------------- PUBLIC.MASTER */



/* --------------------------------------- PRIVATE.MASTER */
.header
{
	width:100%;
	height:85px;

	background-position:bottom;
	background-repeat:no-repeat;
}

#header-informacion
{
	float:left;
	color:#999999;
	font-size:11px;		
	width: 100%;
	margin-top:4px;
}

.fuente-tarjeta-prepaga
{
	font-family:Helvetica;
}

.fuente-tarjeta-credito
{
	font-family:Tahoma,Geneva,sans-serif;
}

.fuente-titulo-tarjeta-credito
{
	font-family:"Times New Roman", Times, serif;
}

.fuente-titulo-tarjeta-prepaga
{
	font-family:Helvetica;
}

/* -- cambio de colores -- */
/* datos utiles */



/* letras utilizadas para mostrar los datos de la tarjeta que se tiene seleccionada */
.alertColor
{
	font-weight:bold;
}

/* -- fin de cambio de colores -- */

#header-informacion-fecha
{
	float:right;
	margin-right:5px;
    margin-top: 5px;
}

.headerDatePublic
{
	color:#999999;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	text-align:right;
	margin-top: 9px;
}

#header-informacion-datos a:hover	
{
	text-decoration: underline;
}

#titulo-contenido
{
	float:left;
	font-size: 28px;
	color: #666;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	width: 100%;
}

#subtitulo-contenido
{
	font-size:11px;
	font-weight:bold;
	color:#999;
	display:block;
	padding-bottom:5px;
	border-bottom:3px solid #666;
	float: left;
	width: 100%;
}

#subtitulo-contenido span
{
	font-weight:bold;
}

#subtitulo-contenido .active
{
	font-weight:normal;		
}

#registracion-paso2-email1 span
{
	color:#666;
}

#registracion-paso2-email2 span
{
	color:#666;
}

/* --------------------------------------- FOOTER */
.footer
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:220px;
}

.innerFooter
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:130px;
}
.innerFooter a
{
	font-size:11px;
	color:#666;
	text-decoration:none;
}
.innerFooter a:hover, .innerFooter .active
{
	font-size:11px;
	color:#ff9900;
	text-decoration:none;
}
.innerFooter span
{
	font-size:11px;
	color:#999;
	text-decoration:none;
	display:block;
}
.footerLine
{
	width:100%;
	height:4px;
	display:block;
	margin-bottom:10px;
}


/* --------------------------------------- INFORMACION SOBRE TARJETA SELECCIONADA */

.divLinkTarjeta
{
	padding-top:15px;
	color:#999999;
	font-size:11px;	
	font-weight:normal;
	margin-bottom: -20px;
	margin-top: 5px;
}

.divLinkTarjeta a
{
	color:#666666;	
	text-decoration: none;
}

.divLinkTarjeta a:hover
{
	text-decoration: underline;
} 


/* --------------------------------------- MENU TARJETA CREDITO */
.botoneraAlta
{
 	float:left;
 	width: 100%;
}

 /* Reset */
div.botoneraAlta ul, li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

/* Style */
div.botoneraAlta ul {
    list-style: none;
    width:850px;
    height:30px;
    margin-top:20px;
}

div.botoneraAlta ul li {
    display: inline;
    float: left;
    position: relative;
}

div.botoneraAlta ul li ul {
    position: relative;
    top: 20px;
}

div.botoneraAlta ul li a 
{
	width:271px;
    height:26px;
    /*background-image:url(../img/images-backtopbuttons.gif);*/
    background-repeat:no-repeat;
    float:left;
    padding-left:10px;
    padding-top:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFF;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}

div.botoneraAlta ul li a:hover, ul li a:active {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ccc;
    text-transform:uppercase;
    font-weight:bold;		
    text-decoration:none;	
    float: left;
}

div.botoneraAlta ul li ul 
{	
    width:206px;
    position:absolute;
    margin-top:0px;
    left:0;
    background-color:#F0F0F0;
    font-weight:bold;
    border-bottom:5px solid #666;
    z-index: 1;
}



div.botoneraAlta ul li ul li 	
{	
	height:26px;
}

div.botoneraAlta ul li ul li a 
{	
    background-image:url(../img/images-backtoptablebutton.jpg);
    background-repeat:no-repeat;
    width:230px;
    height:20px;
    font-family:arial;
    font-size:11px;
    color:#666;
    text-decoration:none;
    float:left;
    margin-bottom:3px;
    padding-top:3px;
    padding-left:10px;
}

div.botoneraAlta ul li ul 
{       
    display: none;
    width: 230px;
}

/* ------------------------------------ MENU TARJETA PREPAGA */ 
.botoneraAlta-tarjeta-prepaga
{
	float:left;
	width: 100%;
}
 
 /* Reset */
div.botoneraAlta-tarjeta-prepaga ul, li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

/* Style */
div.botoneraAlta-tarjeta-prepaga ul {
    list-style: none;
    width:850px;
    height:30px;
    margin-top:20px;
}

div.botoneraAlta-tarjeta-prepaga ul li {
    display: inline;
    float: left;
    position: relative;
}

div.botoneraAlta-tarjeta-prepaga ul li ul {
    position: relative;
    top: 20px;
}

div.botoneraAlta-tarjeta-prepaga ul li a 
{
	width:271px;
    height:26px;
    /*background-image:url(../img/images-backtopbuttons.gif);*/
    background-repeat:no-repeat;
    float:left;
    padding-left:10px;
    padding-top:2px;
    font-family:Helvetica;
    font-size:12px;
    color:#FFF;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}



div.botoneraAlta-tarjeta-prepaga ul li ul 
{	
    width:235px;
    position:absolute;
    margin-top:0px;
    left:0;
    background-color:#F0F0F0;
    font-weight:bold;
    border-bottom:5px solid #666;
    z-index: 1;
}

div.botoneraAlta-tarjeta-prepaga ul li ul#opcion1 
{
	height: 123px;
}

div.botoneraAlta-tarjeta-prepaga ul li ul#opcion2
{
	height: 50px;
}

div.botoneraAlta-tarjeta-prepaga ul li ul#opcion3 
{
	height: 75px;
}

div.botoneraAlta-tarjeta-prepaga ul li ul li 	
{	
	height:26px;
}

div.botoneraAlta-tarjeta-prepaga ul li ul li a 
{	
    background-image:url(../img/images-backtoptablebutton.jpg);
    background-repeat:no-repeat;
    width:235px;
    height:20px;
    font-family:arial;
    font-size:11px;
    color:#666;
    text-decoration:none;
    float:left;
    margin-bottom:3px;
    padding-top:3px;
    padding-left:10px;
}

div.botoneraAlta-tarjeta-prepaga ul li ul 
{       
    display: none;
}

/* --------------------------------------- LIMITES Y DISPONIBLES */

.divLimitesYDisponibles
{
	font-weight:normal;
	display: inline-table;
	text-align:left;
	clear:both;
}

.tablaLimites
{
	line-height:15px;
	margin-bottom: 5px;
	display: inline-table;
	background-color:#ededed;
}

.tdTituloDeLinea
{
	color:White;
	border-top:1px solid #ccc;
	background-color:#999;
	padding-right: 10px;
}

.tdTituloColumna
{
	color:White;
	padding-right: 10px;
}

.divComentariosAlPie
{
	float:left;
	width:100%;
	font-size: 11px;
	margin-top: 20px;
	*margin-top: 50px;
}

/* ------------------------------------ DISPONIBLES */
.disponibles
{
	float:left;
	font-weight:normal;
	margin-left:8%;
	display: inline-table;
	text-align:left;
	clear:both;
	width:100%;
}

/* ------------------------------------ AVISOS Y MENSAJES TARJETA PREPAGA */
/*** ALERTA DE RECARGA */
#aviso-recarga
{
	float:left;
	width: 100%;
	margin-bottom: 15px;
}

#aviso-recarga input
{
	float:left;
}

#aviso-recarga-titulo
{
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top: 0px;
	margin-left: 5px;
}

#aviso-recarga-mensaje
{
	float:left;
	clear:both;
	margin-top: 0px;
	margin-left: 25px;
}

/*** ALERTA DE INGRESO DE CONSUMOS */

#aviso-consumos
{
	float:left;
	width: 100%;
}

#aviso-consumos input
{
	float:left;
}

#aviso-consumos-titulo
{
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top: 0px;
	margin-left: 5px;
}

#aviso-consumos-mensaje-1
{
	float:left;
	clear:both;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 2px;
}

#aviso-consumos-mensaje-2
{
	float:left;
	clear:both;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 2px;
	width: 100%;
}

#aviso-consumos-importe
{
	float:left;
	clear:both;
	width:100%;
}

#aviso-consumos-importe input
{
	float: left;
	margin-left: 8px;
	margin-top: 8px;
}

#aviso-consumos-importe-valor
{
	float:left;
	margin-left:25px;
	font-weight:bold;
	margin-bottom: 5px;
}

#aviso-consumos-monto-minimo
{
	float: left;
	margin-left: 25px;
	clear: both;
}

#aviso-error
{
	float:left;
	width:100%;
}

/* ------------------------------------ AVISOS Y MENSAJES TARJETA CREDITO */

#avisos-submit
{
	float:left;
	margin-bottom: 15px;
	width:100%;
}

#avisos-submit input
{
	margin-left: 350px;
	margin-top: 5px;
}

.aviso
{
    width: 600px;
    clear: both;
}

.aviso input, .aviso select, .aviso label
{
    float: left;
}

.aviso label
{
    width: 250px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.avisoNota
{
    font-size: 11px;
    clear: both;
    margin-left:22px;
}

.aviso p
{
    font-size: 11px;
    clear: both;
    margin-left:22px;
}

#ingreso-de-compras-2
{
	margin-top: -10px;
	width: 850px;
}

.detalle-tarjetas
{
	text-align: center;
}

.detalle-tarjetas #col1
{
	text-align: center;
	width: 30px;
}

.detalle-tarjetas #col2
{
	text-align: center;
	width: 150px;
}

.detalle-tarjetas #col3
{
	text-align: center;
	width: 70px;
}
.detalle-tarjetas #col4
{
	text-align: center;
	width: 50px;
}

form .inputFieldAvisos{
	border:1px solid #d6d6d6;
	color:#999;
	width:40px;
	height:20px;
}

/* ------------------------------------ ULTIMO RESUMEN MENSUAL */

 .tablaDPROresumen
{
	margin-top: 20px;
	padding-bottom: 50px;
	font-size: 12px;
	margin-bottom: -40px;
	*margin-bottom: 10px;
}

.logoMastercardPrepaga
{
	margin-bottom: 0px;
	margin-top: -85px;
	max-width: 15%;
	margin-left: 120px;
	*position: relative;
}

#tipo-tarjeta-seleccionada
{
	float:left;
	width:100%;
	height: 135px;
}

/* ------------------------------------ DATOS UTILES */

.DatosUtiles a
{
	color:#FF9900;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

.DatosUtiles a:hover
{
	text-decoration: underline;
}

.pContenido
{
	color:#333333;
	font-size:12px;
	line-height:25px;
	margin-bottom:25px;
	margin-top:-15px;
}

.pTitulo
{
	color:#FF9900;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
}

/* --------------------------------------- ACTUALIZACION DE EMAIL */

#actualizar-email
{
	float:left;
	height: auto;
	width: 100%;
}

#actualizar-email ul
{
	float:left;
	color:red;
	font-weight:bold;
	list-style-type: none;
	margin-bottom: -10px;
	margin-top: 20px;
	margin-left: -40px;
}

#actualiza-email-actualizacion-exitosa
{
	float:left;
	width:100%;
	margin-top: 30px;
}

/* --------------------------------------- MENSAJE / ACTUALIZAR PASSWORD / ACTUALIZAR EMAIL */

#avisos-mensaje-exito
{
	float:left;
	width:100%;
	margin-top: 25px;
	margin-left:10px;
}

#avisos-botones-navegacion
{
	float:left;
	width: 100%;
}

#avisos-botones-navegacion a
{
	font-size:11px;
	margin-top:30px;
	margin-bottom:50px;
	width:120px;
	height:16px;
	float:left;
	background-color:#FF9900;
	border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style:none none none solid;
	border-width:0 0 0 4px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
}

.avisos-boton-volver
{
	margin-left:250px;
}

.avisos-boton-consumos
{
	margin-left:10px;
}

/* --------------------------------------- TALON DE RECARGA TALON */

#talon-montos
{
	float:left;
	text-align:center;
	width:100%;
	margin-top:10px;
}


/* --------------------------------------- TALON DE RECARGA A IMPRIMIR */

.talon-recarga-a-imprimir
{
	background-color:white;
	margin:0px;
	padding:0px;
	font-family:Helvetica;
	font-weight:normal;
	color:black;	
}

.talon-recarga-titulo
{
	width: 150px;
	font-size: 7.5px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom:20px;
}

.talon-recarga-titulo span
{
	float:left;
	margin-top:6px;
}

.talon-recarga-titulo img
{
	width:24px;
	height:20px;
}

.talon-recarga-grande-titulo
{
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	text-align:center;
}

.talon-recarga-grande-titulo span
{
	margin-top: 6px;
}

.talon-recarga-grande-imagen
{
	float:right;
	width:36px;
	height:22px;
}

.talon-recarga-nombre-titular
{
	font-size:12px;
	text-align:center;
}

/* --------------------------------------- TALON DE PAGO A IMPRIMIR */

.talon-a-imprimir
{
	border:2px solid #F90;
}

.talon-pago-titulo
{
    font-size:8px;
    text-align: center;
}

.talon-pago-titulo img
{
	width:36px;
	height:22px;
}


/* --------------------------------------- MENSAJE BLOQUEO DE CUENTA */
#bloqueo-cuenta
{
	float:left;
	width: 100%;
}

#bloqueo-cuenta a
{
	font-size:11px;
	width:120px;
	height:16px;
	float:left;
	background-color:#FF9900;
	border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style:none none none solid;
	border-width:0 0 0 4px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
}

.bloqueo-cuenta-boton-volver
{
	margin-bottom: 10px;
	margin-left: 80px;
}

/* ---------------------------------------  FIN REFACTOR */


.horizLine2{
	width:885px;
}

/* CONTENT ITEMS */



	
.homeUl{
	width:370px;
}
	.homeUl li{
		list-style-image:url(../img/images-ulitem.gif);
		border-bottom:1px solid #ccc;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;
		color:#333;
		line-height:25px;
		padding-left:5px;
	}	
	.homeUl li a:hover{
		color:#ff9900;
		text-decoration:underline;
	}	
	.pHome
	{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;
		color:#333;
	}	
	
/* TABLAS */	

.tdTamanoLetra
{
    font-size: 8px;
}

div.titulo
{
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
        
.tableTR{
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin-top:10px;
	margin-bottom:30px;
	width: 100%;
	clear: both;
}

.tableTD{
	border-right:1px solid #999;
	padding:5px;
	font-weight:bold;
	line-height:15px;
	width:20%;
}
.tableTDLast{
	padding:5px;
	font-weight:bold;
	line-height:15px;
	width:20%;	
}

.showCardFloatInTable{
	margin-bottom:-20px;
}

.showCardFloatInTable img
{
	/* height: 67px; */
	/* width:103px; */
}

.seleccionarTarjeta{
    cursor:pointer;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    height:19px;
    margin-bottom:20px;
    margin-top:-25px;
    position:relative;
    width:90px;    
	background-repeat:no-repeat;
	width:82px;
	height:19px;
	color:#FFFFFF;
	font-size:9px;
	clear:both;
	text-decoration:none;	
    padding-top: 3px;    
    text-align: center;
}

.seleccionarTarjeta:hover{
    text-decoration: underline;
}

/* ESTO TIENE QUE SER MANUAL PORQUE POR LA MANERA EN QUE QUIEREN EL HOVER DE LA TABLA (LA BARRA GRIS) */
/* A CADA selectTable que agregas le tenes que agregar el número de ID y sumarle 110px al margin-top */
.selectTable1{
	background-color:#CCC;
	height:55px;
	margin-top:58px;   
	position:absolute;
	width:865px;
	z-index:0;
}
.selectTable2{
	background-color:#CCC;
	height:55px;
	margin-top:165px;
	position:absolute;
	width:865px;
	z-index:0;
}

.bannerBottom{
	width:100%;
	height:84px;
	text-align:center;
	float:left;
	margin-top: 20px;
}

.paginador{
	width:100%;
	text-align:center;
	height:30px;
	float:left;
}
	.paginador a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:3px;
		font-weight:bold;
		text-decoration:none;
		color:#666;
	}
	.paginador a:hover{
		background-color:#ff9900;
		padding:3px;
		color:#FFF !important;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#666;
	}
	.activePag{
		background-color:#ff9900;
		padding:3px;
		color:#FFF !important;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#666;
	}
	
.topBarButtons a, .topBarButtons a:hover{
	text-decoration:none;
	color:#666;
}
.topBarButtons img{
	border:0px;
	vertical-align:middle;
	margin-right:5px;
}

.tableTR2
{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
	padding-left:20px;
}

.fullTableTD{
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	border-right:1px solid #ccc;
	font-size:11px;
	text-align:center;
}

.tdContenido
{
	color: #666666;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	padding-right:10px;
	height:25px;
}

.fullTableTDLast{
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	border-bottom:1px solid #ccc;
	font-size:11px;
	text-align:center;
}

.dataTables{
	background-color:#ededed;
	color:#666;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
.dataTables TD{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;	
	padding-left:10px;
}

.dataTablesSubtotal TD
{
	font-weight: bold;
	font-size: 12px;
	border-top:1px solid #000;
	border-bottom:1px solid #ccc;
}

.rightAligned{
	text-align:right;
}
.dataTablesTDTop{
	background-color:#ededed;
	color:#666;
	font-size:11px;
	font-weight:normal;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:2px solid #ff9900;
	padding:5px;	
	padding-left:10px;
}

.dataTablesName
{
	background-color:#ededed;
	color:#666;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #ccc;
	padding:5px;	
	padding-left:10px;
}

/* Estilos para paginas puntuales*/

.tablaConsumos
{
	width: 100%;
	text-align: left;
	background-color:#ededed;
	margin-bottom: 20px;
	display: inline-table;	
	clear:both;
}

.tableTDLastTarjeta{
	padding:5px;
	font-weight:bold;
	line-height:15px;
	width:20%;	
	padding:6px 5px 25px;
	height:50px;
}
.tablaVencimientos{
	line-height:15px;
	width:100%;
	margin-bottom: 5px;
	display: inline-table;
	background-color:#ededed;
}
.tableTDTarjeta{
	border-right:1px solid #999;
	padding:6px 5px 25px;
	font-weight:bold;
	line-height:15px;
	width:20%;
	height:50px;
}
.divVencimientos
{
	font-weight:normal;
	width:40%;
	margin-left:30%;
	margin-bottom: 20px;
	display: inline-table;
	text-align:center;
	font-size:x-small;
	clear:both;
}
.divTerminosYCondiciones
{
	margin-top:7px;
	text-align:justify;
	width:140%;
}

.tablaCuotas{
    line-height:15px;
    max-width:100%;
    max-height:100%;
    position:inherit;
    display: inline-table;
    background-color:#ededed;
}

.dataTablesCuotasAimprimir{
	background-color:#ededed;
	color:#666;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
.dataTablesCuotasAImprimirTd{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;	
	padding-left:10px;
}
.dataTablesCuotasAImprimirTdFecha
{
	font-size:12px;
	font-weight: bold;
}
	
.tablaCuotasAImprimir{
	margin-top: 20px;
	line-height:15px;
    position:inherit;
    background-color:#ededed;
    width: 80%;
	text-align: left;
	background-color:#ededed;
	margin-bottom: 20px;
	clear:both;
	margin-left:10%;
	border-left:1px solid #ccc;
	border-top: 1px solid #ccc;
}
.tdtotalCuotas
{
	border-bottom-style:none;
	border-right-style:none;
}

.divCuotas{
    overflow-x:auto;
    overflow-y:hidden;
    max-width:100%;
    max-height:100%;
    font-weight:normal;
    margin-bottom: 20px;
    text-align:center;
    clear: both;
    *padding-bottom:15px;
}

.divCuotasSinScroll{
    font-weight:normal;
    margin-bottom: 20px;
    text-align:center;
    clear: both;
    *padding-bottom:15px;
}
.divCuotasSinScrollAImprimir{
	width:100%;
	height:100%;
}
.fullTableTDCuotas{
	color:#fff;
	font-weight:bold;
	border-right:1px solid #ccc;
	font-size:11px;
	text-align:center;
	width:80px;
	padding-left:8px;
	padding-right:8px;
}
.tdCuotas{
    border-bottom:1px solid #CCCCCC;
}

.fullTableTDCuotasAImprimir{
	color:#fff;
	font-weight:bold;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:11px;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
}

.terminosYCondicionesButton{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -140px;
}



.dataTablesTotales{
	background-color:#ededed;
	color:#666;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
.dataTablesTotales TD{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:3px solid #ccc;
	padding:5px;	
	padding-left:10px;
}

.dataTableCupon{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:3px solid #ccc;
	padding:5px;	
	padding-left:10px;
	
}
.fullTableTDTalon{
    background-color:#999;
    color:#fff;
	font-weight:bold;
	padding-left:10px;
	border-right:1px solid #ccc;
	font-size:11px;
	border-bottom:1px solid #CCCCCC;
	width:150px;
	height:30px;
}
.tdTalon{
    border-bottom:1px solid #CCCCCC;
    width:140px;
    padding-left:9px;
    border-right:1px solid #CCCCCC;
}
.tablaTalon{
    line-height:15px;
	margin-bottom: 5px;
	/*display: block;*/
	background-color:#ededed;
	margin-left:33%;
	*clear:both;
	display:inline-block;
}

.botonTalon
{
    float: none;
    margin-left:47%;
    margin-top:20px;
}

.tdTablaDcliVencLiquidacion
{
    width:70%;
}

.tdliquidacionImporte
{
	text-align: right;
}

.tdLiquidacionTitulo
{
	font-weight:bold;
}

.tdLiquidacion
{
	width:auto;
}

.divTituloBanco
{
	margin-bottom:25px;
	margin-top: -10px;
	max-width: 15%;
}

.tablaParaliquidacion
{
    width:100%;
    border-bottom:1px solid #666666;   
    font-size: 12px;
}

.tablaDPROliquidacion {
	margin-top:20px;
	padding-bottom:50px;
	font-size: 12px;
}

.TablaDcliLiquidacion
{
	font-size:12px;
}

.divBordeLiquidacion
{
   border-bottom:1px solid #666666;
   width:100%; 
}

.pLeyenda
{
    font-size:9px;
}

.divLiquidacion
{
    clear:both;
    background-color:whiteSmoke;
    color:Black;
}

/*.tablaLiquidacionGris
{
    background-color: lightGrey;
}*/

.tdNegritaLiquidacion
{
    font-weight: bold;
}
/*ESTILOS DE TALON A IMPRIMIR*/

.tdTalonAImprimirChico
{
    border-right: 2px dotted;
}

.tdTalonAImprimirGrande
{
}

.bodyTalon{
	background-color:white;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-weight:normal;
	color:black;	
}

.headerTalon{
    float:right
}

.tdTitulo
{
    text-align:center; 
    border-top:1px solid black;
}

.tdUltimoTalonAImprimir
{
   font-size:7px;
   padding-top:4px;
}
.tdTalonAImprimir
{
    font-size:8px;
    text-align: center;
}

.tdBottomTitulo
{
    border-bottom: 1.5px dotted; 
    padding-bottom: 8px;
}

.tablaInterna
{
    border-collapse:collapse; 
    border-color:Black; 
    border-spacing:0px;
}

.tdInterno
{
    width:30px;
    border-width: thin;
    border-style:solid;
    border-color:Black;
}

.pVencimientoActual
{
	text-align:center;
	font-size:x-small;
}

.divVencimientoActual
{
	font-weight:normal;
	margin-bottom: 20px;
	display: inline-table;
	text-align:left;
	clear:both;
	margin-left:27%;
	max-width:380px;
}

.verLiquidacion
{
	margin-left:15px;
	margin-top:1px;
	width:120px;
}
.volverLiquidacion
{
	margin-top:15px;
}
.tablaliquidacionAnterior
{
	margin-left:27%;
	clear:both;
	margin-bottom:30px;
}

.mensajeDeError
{
	clear: both;
}

.divParaImprimirLiquidacion
{
	font-size: 8px;
	width: 865px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tasaImpresion
{
	font-size: 11px;
	*font-size: 9px;
}

#popupInicial { 
   z-index:2; 
   position:absolute; 
   border: 1px solid #333333; 
   text-align:center; 
   background:#000000; 
} 
#cerrarPopup { 
   float:right; 
   margin-right:5px; 
   cursor:pointer; 
   font: Verdana, Arial, Helvetica, sans-serif; 
   font-size:12px; 
   font-weight:bold; 
   color:#FFFFFF; 
   background-color:#666666; 
   width:12px; 
   position:relative; 
   margin-top:-1px; 
   text-align:center; 
}

#leyenda_home
{
   clear:both;
   padding-top: 10px;
   width:382px;
}

.margin_text_consumo
{
    margin-top: 10px;
}

.recuadro-avisos
{
    border: solid 1px; 
    margin-top: 50px; 
    padding: 10px;
    list-style-type: none;
    font-family: Sans-Serif, Arial;
    font-size: 10px;
}

.recuadro-avisos li
{
    margin-bottom: 10px;
}

.inputFieldTransferencia
{
	margin-left:30px;
	position:relative;
}

#tableInput span
{
	color:#666;
	color:#666;
}

.bodyTalon div.ui-dialog
{
    font-size: smaller;    
}

.pantalla-impresion div.ui-dialog
{
    font-size: smaller;    
}

.talon-recarga-a-imprimir
{
    font-size: smaller;    
}

#divTerminos
{
        width :100%;
}

#divTerminos ul
{
    padding-left: 15px;
    width :100%;
}

