﻿@charset "utf-8";
/* CSS Document */

.clearfix{clear:both;}
/* grid de 12 columnas de ancho 960px */
.columna{float:left;margin:5px 10px;}
.columna1{width:40px;}
.columna2{width:100px;}
.columna3{width:160px;}
.columna4{width:220px;}
.columna5{width:280px;}
.columna6{width:340px;}
.columna7{width:400px;}
.columna8{width:460px;}
.columna9{width:520px;}
.columna10{width:580px;}
.columna11{width:640px;}
.columna12{width:700px;}
.columna13{width:760px;}
.columna14{width:820px;}
.columna15{width:880px;}
.columna16{width:940px;}
.fullwidth{width:960px;}
.alpha{margin-left:0px;}
.beta{margin-right:0px;}
.centrado{margin:0 auto;} /* quiere decir 0 arriba y abajo, automático a la izquierda y derecha*/
/* fin grid */
@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/trajanpro-regular-webfont.eot?') format('eot'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg#webfontnHVBMu2P') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, #site-title, .menuvertical a, #contenidotitulo, .subtitulo, .boton, .tituloResultado, .tituloInstrucciones, .subtituloInstrucciones
{
	font-family:Verdana;
}
body
{
	background-color:#ffffff;
	background-image:url(../imagen/mallaFooter.png);
	background-repeat:repeat;
	font-family:Calibri;
	color:#2E2E2E;
	font-size:12px;
	margin:0;
}
.resaltado
{
	color:#E77817;
}
#user, .menuhorizontal a, .menuhorizontal a:visited
{
	color:#0F0F0F;
}
/* gradiente */
.gradiente, .menuvertical, .tabla thead tr, .tabla .encabezado
{
    background: #E77817; /* Old browsers */
    background: -moz-linear-gradient(top,  #E77817 1%, #b35d11 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #E77817 1%,#b35d11 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #E77817 1%,#b35d11 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E77817', endColorstr='#b35d11',GradientType=0 ); /* IE6-9 */
}
/* fin gradiente */

.imagenes
{
	margin-left:0px;
}

/* menú horizontal */
.menuhorizontal
{
	list-style:none;
	padding:0;
	margin:0;
}
.menuhorizontal li 
{
	float:right;
	position:relative;
	border-right: 1px solid #e2dfd5;
}
.menuhorizontal a 
{
	display:block;
	margin:0 10px;
	font-size:11px;
	text-decoration:none;
}
.menuhorizontal a:hover
{
	color:#E77817;
	text-decoration:underline;
}
#mhlifinal, #lnbDesconectar
{
	margin-right:0;
	padding-right:0;
	border:0;
}
/* fin menú horizontal */

/* menú vertical */
.menuvertical
{
	width:160px;	
	list-style:none;
	padding:0;
	margin-right:0;
	margin-left:0;
	/* esquinas redondeadas */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* fin esquinas redondeadas */
}
.menuvertical .superior
{
	/* esquinas redondeadas */
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	-webkit-border-radius-bottomright: 0px;
	-webkit-border-radius-bottomleft: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	/* fin esquinas redondeadas */
	
	border-top-width:0px;
}
.menuvertical .inferior
{
	/* esquinas redondeadas */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;
	-webkit-border-radius-bottomright: 6px;
	-webkit-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	/* fin esquinas redondeadas */
	
	border-bottom-width:0px;
}
.menuvertical a 
{
	display:block;
	padding:15px 15px;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	border-top:1px #8E4200 solid;
}
.menuvertical a:visited
{
	color:#FFFFFF;
}
.menuvertical a:hover
{
	background-color:#0F0F0F;
}
#mvfinal
{
	border-bottom:0px;
}
.menuvertical li 
{
	position:relative;
}
.submenuvincrustado
{
	display:none;
	width:160px;
	padding:0;
	margin:0;
	list-style:none;
	background-color:#DBDBDB;
}
.submenuvincrustado a, .final a 
{
	padding:18px 20px;
	color:#2E2E2E;
	font-size:11px;
	border-top-width:0px;
	border-bottom:thin #999999 solid;
}
.submenuvincrustado a:visited
{
	color:#2E2E2E;
}
.submenuvincrustado a:hover
{
	background-color:#999999;
}
.final a {
	border-bottom-width:thin;
}
.inicio
{
	background-image: url(../imagen/topsubmenu.gif);
	background-repeat:repeat-x;
}
/* fin menú vertical */

/* estilos de header */
#header-grande
{
	background-image: url(../imagen/bgHeader.gif);
	background-repeat:repeat-x;
	height: 85px;
}
#logo
{
	margin-top: 0px;
}
#site-title
{
    color:#0F0F0F;
	font-size:18px;
	text-align:right;
}
#site-title .resaltado
{
    color:#E77817;
}
#user
{
	font-size:11px;
	text-align:right;
}
/* fin estilos de header */

/* estilos de footer */
#footer-grande
{
	background-color:#ffffff;
	height:40px;
	margin-bottom: 15px;
}
#footer
{
	line-height:40px;
	font-size:11px;
	color:#0F0F0F;
}
#version
{
	margin-bottom:0px;
	
}
#version:after
{
	content:' Versión 27/08/2026';
}
#desarrollado{
	text-align:right;
	margin-bottom:0px;
}
#desarrolladopor
{
	margin-right:10px;
}
#logodesarrollado
{
	float: right;
	margin-top: 0px;
}
/* fin estilos de footer */

/* estilos de contenido */
#content-grande
{
	background-color:#ffffff;
}
#contenido-titulo
{
	margin:5px 0px 10px 0px;
}
#contenidotitulo
{
	font-size:16px;
	color:#0F0F0F;
}
#contenidotitulo .resaltado
{
	color:#e77817;
}
#contenidobarra
{
	color:#867a53;
	font-size:12px;
}
/* estilo botón barra */
.botonbarra
{
	display:block;
	text-decoration:none;
	float:right;
	font-size:12px;
	color:#0F0F0F;
	margin-left: 20px;
	padding: 1px 4px 0 4px;
	vertical-align:middle;
    height: 17px;
}
.botonbarra:visited{color:#0F0F0F;}
.botonbarra:hover{
	background-color:#E77817;
	color:#FFFFFF;
}
.botonbarra img
{
	border:0;
	margin-right:5px;
}
/* fin estilo botón barra */

/* estilo formulario */
#formulario, .formulario
{
	clear:both;
}
.obligatorio:before
{
	content:'*';
}
.entradafull
{
	float:left;
	margin: 0 15px 10px 15px;
	width:730px;
}
.entrada
{
	float:left;
	margin: 0 15px 10px 15px;
	width:350px;
}
.entradafull label, .entrada label
{
	line-height:24px;
	display:block;
	width:150px;
	float:left;
}
input[type="text"], input[type="password"], input[type="file"], select, textarea, .opciones, .opcion, .controlLabel, .controlSeleccionar
{
	color:#0F0F0F;
	font-size:12px;
	font-family: Arial;
	line-height:20px;
	background-color:#ffffff;
	float:left;
}
input[type="text"], input[type="password"], input[type="file"], select, textarea, .opciones, .opcion
{
	border:solid 1px #919191;
}
input[type="text"], input[type="password"], input[type="file"], textarea
{
	padding: 1px;
}
select
{
	display:block;
}
.controlLabel, .controlSeleccionar
{
	padding: 2px 3px 2px 3px;
	display:block;
	border-width:0;
}
.opciones
{
	border-collapse: separate;
	border-spacing: 0px;
}
.opciones label, .opcion label
{
	width:auto;
	float:none;
	display:inline;
	margin-right:15px;
	line-height:20px;
}
.opciones td
{
	padding-top:0px;
	padding-bottom:0px;
}
input[type="text"], input[type="password"], input[type="file"], .controlLabel, .controlSeleccionar
{
	height:20px;
}
input[type="text"], input[type="password"]
{
	width:196px;
}
input[type="file"]
{
	width:576px;
}
.controlLabel
{
	width:194px;
}

.controlLabelTexarea {
    width: 570px;
}
.controlLabelRojo
{
	background-color:RED;
}
select
{
	height:24px;
	width:200px;
}
textarea
{
	height:37px;
	width:576px;
	overflow:auto;
}
.controlSeleccionar
{
	width:479px;
}
.entradafull .opciones
{
	width:580px;
}
.entrada .opciones
{
	width:200px;
}
.opcion
{
	width:198px;
}
#ui-datepicker-div
{
	width: 193px;
}
.entradafull .controlLargo
{
	width:576px;
}
.entradafull .controlLabelLargo
{
	width:574px;
}
.entradafull .controlLabelAncho
{
	height:72px;
}
#cboTipo, #cboTipoBuscar, #cboTipoCredito
{
	width:95px;
	margin-right: 15px;
}
#txtRif, #txtRIFBuscar, #txtRifCredito
{
	width:86px;
}
.frmboton
{
	clear:both;
}
/* Lista de motivos de rechazo */
.entradafull .motivosRechazoContenedor
{
	display: block;
	margin-left: 150px;
	margin-top: 2px;
	margin-bottom: 0;
}
.entradafull .motivosRechazoLista
{
	display: block;
	margin: 0;
	padding-left: 1.2em;
	list-style-type: disc;
	list-style-position: outside;
	background-color: #FFFFFF;
}
.entradafull .motivosRechazoLista li
{
	display: list-item;
	margin-bottom: 2px;
}
/* fin estilo formulario */
.subtitulo
{
	margin-left:15px;
	line-height:30px;
	font-size:14px;
	color:#0F0F0F;
}

.subtitulo2 {
    margin-left: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #0F0F0F;
    margin-top: 40px;
    font-family: Verdana;
}

.contenidocuadro
{
	background-color:#DBDBDB;
	
	/* esquinas redondeadas */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* fin esquinas redondeadas */
	
	/* sombra */
	-webkit-box-shadow: 0px 0px 2px #BFBFBF;
	-moz-box-shadow: 0px 0px 2px #BFBFBF;
	box-shadow: 0px 0px 2px #BFBFBF;
	/* fin sombra */
	
	margin-bottom:15px;
}
/* estilo botón */
.boton, .botonSel
{
	display:block;
	text-decoration:none;
	width:80px;
	line-height:25px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	
	/* esquinas redondeadas */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* fin esquinas redondeadas */
	
	/* sombra */
	-webkit-box-shadow: 0px 0px 2px #331a05;
	-moz-box-shadow: 0px 0px 2px #331a05;
	box-shadow: 0px 0px 2px #331a05;
	/* fin sombra */
	
	/* gradiente */
	background: #e77817; /* Old browsers */
    background: -moz-linear-gradient(top,  #e77817 0%, #66350a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e77817 0%,#66350a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e77817 0%,#66350a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77817', endColorstr='#66350a',GradientType=0 ); /* IE6-9 */
    /* fin gradiente */
	
	margin:5px 114px 15px 15px;
	
	float:right;
}
/* estilo botón */
.botonGrande
{
	width:120px;
}
.botonExtraGrande
{
	width:180px;
}
.botonSinConfirmar
{
	width:140px;
}
.boton:visited{color:#FFFFFF;}
.boton:hover{
	background:none; /* hay que poner esto para eliminar el efecto del gradiente */
	background-color:#0F0F0F;
	text-decoration:none;
}
.entrada .boton, .entradafull .boton
{
	margin: 0px 0px 0px 15px;
	padding: 1px 0 1px 0;
	float: left;
	line-height: 22px;
}
/* fin estilo botón */
#resultado
{
	overflow:visible;
}
.resultado
{
	overflow:visible;
}
.tituloResultado
{
	margin-left:15px;
	line-height:50px;
	font-size:14px;
	color:#06173D;
}
.labelLlamativo
{
	font-size:22px;
	color:blue;
}
/* estilo tabla */
.tabla
{
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
}
.tabla th, .tabla .encabezado td
{
	padding:1px;
	font-size:14px;
	color:#FFFFFF;
	height:25px;
	text-align:center;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	border-color: #66350a;
}
.tabla tbody
{
	font-size:12px;
}
.tabla tbody tr
{
	height:20px;
	background-color:#ffffff;
}
.tabla tbody .filapar
{
	background-color:#DBDBDB;
}
.tabla tbody td
{
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#8d8d8d;
	padding:7px;
	white-space:nowrap;
}
.tabla a 
{
	color:#0F0F0F;
}
.tabla a:hover
{
	color:#0F0F0F;
}
.tabla tfoot, .tabla .pie
{
	background-color: #DBDBDB;
	border-width: 1px;
	border-style:solid;
	border-color:#8d8d8d;
	font-size:14px;
	color:#0F0F0F;
	line-height:25px;
	font-weight:normal;
}
/*Estilo de Filas con cierres sospechosos no revisados*/
.tabla .cierresSospechosos
{
	background-color: #FF9999;
}

.tabla .noCoincidencia
{
	background-color: #FF0000;
}
.pieFila
{
	font-size:14px;
	font-weight:bold;
	border-width: 0 0 1px 0;
	border-style:solid;
	border-color:#8d8d8d;
	line-height:25px;
}
/* fin estilo tabla */
/* estilo grupo */
.grupo
{
	background-color:#ffffff;
}
/* fin estilo grupo */
.filtro
{
	display:block;
	margin-bottom:5px;
}
.lblfiltro
{
	font-weight:bold;
}
.error
{
	font-weight:bold;
	color:Red;
}
.mensajes
{
	font-weight:bold;
	color:Blue;
}
/* fin estilos de contenido */
/* estilos pantalla de acceso */
.botonEntrar {
    margin-left:175px;
}
/* fin estilos pantalla de acceso */
/* estilos de ayuda */
.listaDefiniciones
{
	list-style:none;
	padding:0;
	margin:0;
}
.listaDefiniciones dfn
{
	font-style:normal;
	font-weight:bold;
}
/* fin estilos de ayuda */

/* estilos de instrucciones */
.tituloInstrucciones {
    font-weight:bold;
    margin-left:15px;
	line-height:30px;
	font-size:14px;
	color:#0F0F0F;
}
.subtituloInstrucciones {
    font-weight: bold;
    margin-left:15px;
	line-height:30px;
	font-size:12px;
	color:#0F0F0F;
}
.instruccion {
    float:left;
	margin: 0 15px 10px 15px;
	width:350px;
    font-size: 14px;
}
.instruccion a, .instruccion a:visited
{
    color:#E77817;
	margin:0 10px;
    padding: 5px;
	font-size:16px;
    background-color:none;
}
.instruccion a:hover
{
    background-color:#0F0F0F;
}
/* fin estilos de instrucciones */

/*modal transferencia*/
.fondo_transparente {
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.226);
	position: absolute;
	height: 100vh;
	width: 100%;
	display: none;
}

.modal {
	background: linear-gradient(0deg,white 70%, #8E4200 30%);
	width: 600px;
	height: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border-radius: 30px;
	padding-right: 0 !important;
	align-items: center;
	align-content: stretch;
	flex-wrap: nowrap;
}

.modal_cerrar {
	background: white;
	position: absolute;
	right: -20px;
	color: crimson;
	top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.modal_titulo {
	color: white;
	font-size: 40px;
}

.modal_mensaje {
	padding: 20px 30px;
	font-size: 20px;
}

.modal_botones {
	width: 100%;
	background: whitesmoke;
	border-top: whitesmoke 1px;
	padding-top: 20px;
	display: flex;
	justify-content: space-evenly;
}

/*fin modal transferencia*/

/* Estilos para el cuadro de acceso (acceso.aspx) */
.inicioBorde
{
	BORDER-BOTTOM: #EEE5DE thin solid;
	BORDER-LEFT: #EEE5DE thin solid;
	WIDTH: 100%;
	HEIGHT: 111px;
	BORDER-TOP: #EEE5DE thin solid;
	BORDER-RIGHT: #EEE5DE thin solid;
}
.inicioBorde input[type="text"], .inicioBorde input[type="password"]
{
	float: none;
}
.inicioBorde .inicio
{
	background-image: none;
	background-color: #EEE5DE;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
