body
{
	font-family: 'Roboto', 'Raleway', sans-serif,'arial';
	font-size: 11px;
	background: #f5f5f5;
	background: #f5f5f5 !important\0; /* IE8, IE9 */
	text-align: center !important\0; /* IE8, IE9 */
  	margin: 0;
}

header {
	width: 100%;
    height: 59px;
    background: #fafafa !important;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    z-index: 1;
}

header h1, header h2 {
    font-family: 'Raleway', sans-serif,'arial';
}

header h1 {
    display: inline-block;
    margin: 5px 10px 0 35px;
    height: 50px;
    line-height: 50px;
    color: #979797;
    font-weight: 100;
    font-size: 28px;
}

header h2 {
    color: #979797;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

header .iconoEntidad figure {
    position: relative;
    margin: 0px 80px 0px 0px;
    padding: 0px 0px;
    width: 22%;
    top: -50px;
    line-height: 50px;
    text-align: right;
    float: right;
}

header .iconoEntidad figure img {
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}

header .iconoEntidad figure .logo-entidad {
	height: 50px;
}

header .iconoEntidad figure .logo-hermesti {
	height: 18px;
    margin-bottom: 5px;
}

.navegacion-principal {
    position: fixed;
    background-color: #fff;
    right: 0;
    padding: 5px 32px 5px;
    height: 37px;
    top: 60px;
    border-bottom: 1px solid #e0e0e0;
    overflow: visible;
    transition: none;
    width: 100%;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.envoltorio-navegacion-principal {
	width: 1000px;
    margin: auto;
}

.tabs-navegacion {
	margin-left: auto;
    margin-right: auto;
    width: 72%;
}

.tab-navegacion {
   	font-size: 14px;
    text-align: center;
    line-height: 20.5px;
    padding: 8px 24px 12px 24px;
    -webkit-transition: background-color .35s cubic-bezier(.35,0,.25,1);
    transition: background-color .35s cubic-bezier(.35,0,.25,1);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    float: left;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(0,0,0,0.54);
    font-family: 'Roboto', 'Raleway', sans-serif,'arial';
}

.tab-navegacion:focus {
	background: rgba(16, 108, 200, 0.1);
}

.tab-navegacion-seleccionada {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(16,108,200);
    cursor: default;
    color: rgb(16,108,200);
}

.tab-navegacion-validador {
    color: rgb(15, 157, 88);
}

#contenedor
{
	width: 1000px;
	margin: 0 auto;
	text-align: left !important\0; /* IE8, IE9 */
}

#titulo
{
	float: left;
	width: 100%;
	text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.cuadro
{
	float: left;
   	margin: 0 10px 15px 10px;
	width: 100%;
	border: solid;
	border-width: 1px;
	border-radius: 2px;
	-moz-border-radius: 5px;
	background: white !important\0; /* IE8, IE9 */
	padding: 10px;
}

.guiafacil
{
	margin: 10px;
	padding: 10px;
	border-radius: 6px;
	border: solid;
	border-width: 1px;
	background: #EFEFEF !important\0; /* IE8, IE9 */
}

.informe
{
	float: left;
	width: 755px;
	border: solid;
	margin: 10px;
	padding: 10px;
	border-width: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.contenedor-cerrar-dialog {
    text-align: right;
    padding: 0;
}

.boton-cerrar-dialog {
	margin-top: -20px;
    margin-right: -20px;
    margin-bottom: -10px;
    width: 36px;
    min-width: 0px;
}

input[type=button].boton-estandar {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 85px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;
    background: transparent;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    font-weight: 600;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    letter-spacing: .01em;
    -webkit-appearance: button;
    text-rendering: auto;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    -webkit-writing-mode: horizontal-tb;
    -webkit-box-direction: normal;
}

input[type=button].boton-azul {
	color: rgb(16,108,200);
}

input[type=button].boton-verde {
	color: rgb(15, 157, 88);
}

input[type=button].boton-gris {
	color: rgb(112,112,112);
}

input[type=button].boton-estandar:hover {
	background-color: rgba(158,158,158,0.2);
}

input[type=button].boton-azul:focus {
	background-color: rgba(16,108,200, 0.1);
}

input[type=button].boton-verde:focus {
	background-color: rgba(15, 157, 88, 0.1);
}

input[type=button].boton-gris:focus {
	background-color: rgba(112,112,112, 0.1);
}

input[type=button].boton-estandar:disabled {
	background-color: #eeeeee;
	font-weight: normal;
}

.listaDeBloques
{
	border: solid;
	border-width: 1px;
	float: left;
	width: 100%;
	height: 220px;
	margin-top: 10px;
	overflow: auto;
	border-radius: 4px;
}

.bloqueImpar
{
	padding: 5px;
}

.bloquePar
{
	padding: 5px;
}

.margenColumnas
{
	margin-right: 10px;
}

.tituloDetalle
{
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.descripcionError
{
	font-weight: normal;
}

.divTablaDatosRemesa{
	width: 100%;
	float: left;
}

.tablaHeaderFijo{
	font-size: 11px;
	width: 98%;
	text-align: center;
}

.filaCabeceraTabla{

}

.filaCuerpoTabla{

}

.divTablaContenido{
	height: 100px;
	overflow-y: scroll;
	float: left;
	width: 100%;
	border: solid;
	border-width: 1px;
}

.bodyTabla{
	width: 100%;
}

.columnaNombreOrd{
	width: 48%;
}

.columnaIdOrd{
	width: 15%;
}

.columnaFechaEmision{
	width: 12%;
}

.columnaNDocs{
	width: 10%;
}

.columnaImporte{
	width: 15%;
}

.alineacionIzquierda{
	text-align: left;
}

.alineacionCentrada{
	text-align: center;
}

.alineacionDerecha{
	text-align: right;
}

.celdaConMargen{
	padding: 3px;
}

.textoConclusion
{
	font-weight: bold;
	font-size: 13px;
}

#seleccion_opciones
{
	float: left;
	width: 100%;
	margin: 10px;
    font-weight: bold;
}

#seleccion_norma
{
	width: 100%;
}

#seleccion_norma #fichero
{
	width: 400px;
}

#contenedorResultado
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#cuadroResultado
{
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin: 10px;
	padding: 10px;
	border-width: 1px;
	-moz-border-radius: 5px;
}

#botoneraResultado
{
	width: 100%;
	text-align: right;
}

#botoneraDescargaError
{
	float: right;
	margin-right: 15px;
}

.divContenedorMensajeResultado
{
	margin: 10px;
	padding: 10px;
}

.mensajeResultado
{
	float: left;
	width: 100%;
}

.spanBotonDescarga
{
	float: right;
	width: 20%;
}

.contenedorBotonDescarga
{
	float: right;
}

#seleccion_modalidad
{
	margin-left: 20px;
}

#seleccion_sufijo
{
	margin-left: 60px;
}

#columna_izqda
{
	float: left;
	height: 200px;
	width: 10%;
}

#columna_central
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	float: left;
	width: 80%;
	height: 200px;
}

#columna_derecha
{
	height: 200px;
	width: 10%;
	float: left;
}

#columna_errores
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 10px;
	border: solid;
	border-width: 1px;
	border-radius: 5px;
    -moz-border-radius: 5px;
	text-align:left;
	font-size:14px;
}

.fila
{
	margin: 10px 15px 0 15px;
	font-weight: bold;
}

.apartado
{
	margin: 15px;
}

.textoResaltado, .textNegr
{
	font-weight: bold;
}

#botonera
{
    margin: 15px;
    text-align: center;
}

#botonera_opciones_conversion
{
	width: 100%;
	text-align: center;
}

#contenedor_botones_opciones_conversion
{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

#contenedor_botones_opciones_conversion input[type=button]
{
	margin: 0px;
}

#contenedor_botones_opciones_conversion #btnCancelar
{
	margin-left: 10px;
}

input[type=text] {
	border-width: 1px !important;
	border: solid;
	padding: 3px 3px 2px 3px;
	border-radius: 5px;
	text-transform: uppercase;
	border-color: #B1B1B1;
}

#seleccion_modalidad
{
	display: none;
}

#seleccion_sufijo
{
	display: none;
}

#sufijo
{
	text-transform: uppercase;
}

.tituloExplicacionArchivoResultado
{
	margin: 15px 5px 5px 5px;
}

.puntoExplicacionArchivoResultado
{
	margin: 5px;
}

.monoespaciada
{
	font-family: Verdana;
	font-size: 13px;
}

.textoColorRojo
{
	color: red !important;
}

.select {
	border: solid;
	border-width: 1px;
	padding: 2px 3px;
	margin: 0px;
	border-radius: 5px;
	background: transparent;
	cursor: pointer;
}

.tituloAplicacion {
	margin-left: 20px;
}

.tituloNombreAplicacion {
	font-size: 25px;
}

.tituloVersionAplicacion {
	font-size: 13px;
	margin-left: 10px;
}

.subtituloAplicacion {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 23px;
	font-style: normal;
	font-size: 13px;
}

#contenedor_tablas_formato_conversion
{
	width: 600px;
	margin-left: 80px;
}

.tablaFormatoConversion
{
	width: 100%;
	font-size: 10px;
	margin-bottom: 3px;
}

.columnaIzqTablaFormatoConversion
{
    width: 25%;
}

.columnaIzqTablaFormatoConversionLK
{
    width: 38%;
}

.columnaCentralTablaFormatoConversion
{
    width: 15%;
}

.tdImagenFlecha
{
	text-align: center;
}

.fieldsetOpciones
{
	border-radius: 5px;
	margin-bottom: 20px;
	border: solid;
	border-width: 1px;
}

#bloque_opciones_conversion
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-left: 25% !important\0; /* IE8, IE9 */
}

.opcionDeUna
{
	float: left;
	width: 100%;
}

.opcionDeDos
{
	float: left;
	width: 50%;
}

.opcionDeTres
{
	float: left;
	width: 33.33%;
}

.tituloOpcionesConversion
{
	font-weight: bold;
	text-align: center;
}

.filaTituloInputs
{
	margin-bottom: 20px;
}

.opcionesConversionVertical
{
	width: 100%;
	margin-bottom: 20px;
}

.logoConversor
{
	margin-bottom: 15px;
}

div.anadir-archivo {
    width: 124px !important;
    height: 36px !important;
}

div.anadir-archivo input {
	padding-top: 33px;
}

.fila-seleccionar-archivo {
    display: inline-flex;
    display: -ms-inline-grid;
}

.fila-seleccionar-archivo td {
	height: 50px;
}

.literalSeleccioneRemesa
{
	font-size: 10.5px;
}

.colocacionBotonSepaTools
{
	text-align: right;
	padding-top: 19px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
	position: absolute\9; /* IE6, IE7, IE8, IE9 */
    z-index: 1; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
	border-radius: 6px;
	border: 2px solid #909090;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	width: 350px;
}

.textoPanelCarga {
	font-size: 12px;
	color: #808080;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.botonCerrar {
    float: right;
    padding: 10px !important;
    margin-right: -24px !important;
    margin-top: -16px !important;
}

.botonCerrar:hover {
	background-color: transparent !important;
	outline: none !important;
}

.logo {
	height: 60px;
}

.version {
	text-align: center;
    color: #707070;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 2;
    font-size: 10.5px;
}
