/* Minification failed. Returning unminified contents.
(41,43): run-time error CSS1031: Expected selector, found ')'
(41,43): run-time error CSS1025: Expected comma or open brace, found ')'
(3224,1): run-time error CSS1019: Unexpected token, found '}'
(4257,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(4258,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(4263,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4264,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(4269,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4270,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(4593,42): run-time error CSS1046: Expect comma, found '0'
(4593,46): run-time error CSS1046: Expect comma, found '/'
(4595,34): run-time error CSS1046: Expect comma, found '0'
(4595,38): run-time error CSS1046: Expect comma, found '/'
 */
.CajaContenedor {
    /*padding: 30px; no es necesario aunque serviría para que nunca dos cajas estén demasiado pegadas*/
    text-align: center;
}

.CajaInterna {
    z-index: 200;
    margin-top: -17px; /*levantamos la caja para que las letras del titulo queden cortadas por el borde*/
    padding: 30px 30px; /*ojo el padding de la caja va relacionado con el margen izquierdo de las listas*/
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 2px 100%;
    -moz-background-size: 2px 100%;
    background-size: 2px 100%;
}

.CajaParaFondoBlanco {
    color: #263b46;
    border-top: 2px solid rgb(250,176,0);
    /*border-left: 20px solid rgb(227,3,46);
        border-right: 20px solid rgb(227,3,46);*/
    border-bottom: 2px solid rgb(97,18,20);
    background-image: -webkit-linear-gradient(top, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)), -webkit-linear-gradient(top, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)); /* For Safari 5.1 to 6.0 */
    background-image: -moz-linear-gradient(top, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)), -moz-linear-gradient(top, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)); /* For Firefox 3.6 to 15 */
    background-image: -o-linear-gradient(top, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)), -o-linear-gradient(top, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)); /* For Opera 11.1 to 12.0 */
    background-image: linear-gradient(to bottom, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)), linear-gradient(to bottom, rgb(250,176,0), rgb(227,3,46), rgb(97,18,20)); /* Standard syntax */
}

.CajaParaFondoColor {
    color: #ffffff;
    border-top: 2px solid rgb(255, 255, 255);
    border-left: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
}

.CajaParaFondoBlanco ul:not(.mostrarlista)){
    margin-left: -40px; /*ojo va relacionado con el padding de la caja*/
    list-style: none;
}


.CajaParaFondoBlanco ul.k-upload-files{
    margin-left:0;
}

.CajaParaFondoColor ul {
    margin-left: -40px; /*ojo va relacionado con el padding de la caja*/
    list-style: none;
}

.CajaParaFondoBlanco .lista_check li {
    background: url(./Imagenes/check_degradado.png) no-repeat left center;
    background-color: #ffffff;
    padding-left: 44px; /* separación del texto respecto a la imagen */
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: -40px; /*colocación de la imagen en linea con el borde*/
}

.CajaParaFondoColor li {
    background: url(./Imagenes/check_blanco.png) no-repeat left center;
    /*background-color:#?????? lo tendrá que poner el desarrollador a mano*/
    padding-left: 44px; /* separación del texto respecto a la imagen */
    line-height: 38px; /*tamaño de la linea*/
    margin-left: -40px; /*colocación de la imagen en linea con el borde*/
}

.CajaContieneTituloSpan {
    -webkit-align-content: center;
    align-content: center;
}

.CajaContieneTituloDiv {
    position: absolute;
    padding: 0 15px; /*espacio que simula que la linea se corta antes de llegar al boton*/
    margin-top: -28px; /*levantamos la caja para que las letras del pie queden cortadas por el borde*/
}

.CajaTituloTexto {
    z-index: 300;
    -webkit-align-content: center;
    align-content: center;
    padding: 0 25px;
    font-size: 26px;
    font-weight: bold;
}

.CajaContienePieRectangular {
    position: relative;
    /*padding: 0 15px; espacio que simula que la linea se corta antes de llegar al boton*/
    margin: -21px auto 0 auto; /*levantamos la caja para que las letras del pie queden cortadas por el borde y la centramos con auto*/
}

.CajaContienePieRectangularIzquierda, .CajaContienePieRectangularDerecha {
    position: absolute;
    margin-top: -21px; /*levantamos la caja para que las letras del pie queden cortadas por el borde*/
    background-color: transparent !important;
    width: 396px !important;
}

.CajaContienePieRectangularIzquierda {
    padding: 0 6px 0 15px; /*espacio que simula que la linea se corta antes de llegar al boton*/
    margin-right: 3px;
    margin-left: 0px !important;
}

.CajaContienePieRectangularDerecha {
    padding: 0 15px 0 6px; /*espacio que simula que la linea se corta antes de llegar al boton*/
    margin-left: 3px;
    margin-left: 427px !important;
}

.CajaContienePieRectangularInterna {
    -webkit-align-content: center;
    align-content: center;
    padding: 6px 0;
    cursor: pointer;
    min-width: 189px;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
}

.CajaContienePieRectangularIzquierda .CajaContienePieRectangularInterna {
    float: right;
}

.CajaPieRectangularTextoBlanco {
    z-index: 400;
    -webkit-align-content: center;
    align-content: center;
    font-size: 21px;
    font-weight: 500;
}

.CajaPieRectangularTextoColor {
    z-index: 400;
    -webkit-align-content: center;
    align-content: center;
    font-size: 21px;
    font-weight: 500;
}

.CajaPieRectangularSubmit {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    width: 100%;
    height: 26px;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-weight: 500
}

.CajaPieRectangularTextoBlanco a:link {
    color: white;
    text-decoration: none;
}

.CajaPieRectangularTextoBlanco a:visited {
    color: white;
    text-decoration: none;
}

.CajaPieRectangularTextoColor a:link {
    color: rgb(38, 59, 70);
    text-decoration: none;
}

.CajaPieRectangularTextoColor a:visited {
    color: #263b46;
    text-decoration: none;
}

.CajaContienePieRedondo {
    position: relative;
    padding: 0;
    margin-top: -31px; /*levantamos la caja para que las letras del pie queden cortadas por el borde*/
    width: 100%;
    background: none !important;
    margin-left: 0 !important;
}

.CajaContienePieRedondoInterna {
    -webkit-align-content: center;
    align-content: center;
    width: 62px;
    height: 42px;
    margin: 9px auto 0 auto;
}

.CajaPieRedondoBotonBlanco {
    margin: auto;
    font-size: 25pt;
    width: 40px;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .CajaPieRedondoBotonBlanco a:link {
        color: #ffffff;
        text-decoration: none;
    }

    .CajaPieRedondoBotonBlanco a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.CajaPieRedondoBotonColor {
    margin: auto;
    font-size: 25pt;
    width: 40px;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


    .CajaPieRedondoBotonColor a:link {
        color: #263b46;
        text-decoration: none;
    }

    .CajaPieRedondoBotonColor a:visited {
        color: #263b46;
        text-decoration: none;
    }

.cajaproductoexpres,
.cajanuestrosnumeros {
    float: left;
    margin-bottom: 50px;
}

.cajaproductoexpres_descripcion {
    min-height: 120px;
}

.cajanuestrosnumeros .imagen {
    text-align: center;
    display: inline-block;
    background-image: url(./Imagenes/sprite-numeros.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    margin: 0;
    padding: 0;
}

    .cajanuestrosnumeros .imagen.solicitudes {
        background-position: 0 0;
    }

    .cajanuestrosnumeros .imagen.importe {
        background-position: -75px -75px;
    }

    .cajanuestrosnumeros .imagen.concedidos {
        background-position: 0 -75px;
    }

    .cajanuestrosnumeros .imagen.aprobadas {
        background-position: -75px 0;
    }


.cajaamarilla {
    border: 2px solid #fab000 !important;
    background-image: none !important;
}

.cajaroja {
    border: 2px solid #e3032e !important;
    background-image: none !important;
}

.cajamarron {
    border: 2px solid #611214 !important;
    background-image: none !important;
}

.cajaverde {
    border: 2px solid #126112 !important;
    background-image: none !important;
}

.cajaazul {
    border: 2px solid #263b46 !important;
    background-image: none !important;
}

.cajaproductoexpres h3, .cajaproductoexpres h4 {
    margin-top: 16px;
}

.CajaBotonesContenedor {
    width: 100%;
    margin: 0 auto;
    margin-top: -19px;
}

    .CajaBotonesContenedor input, .CajaBotonesContenedor span {
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 21px;
        cursor: pointer;
        font-family: 'Roboto Condensed';
        border-left: 6px solid #fff;
        border-right: 6px solid #fff;
        border-top: 0px;
        border-bottom: 0px;
        padding: 5px 10px;
        margin: 0;
        background-color: #263b46;
        background-clip: padding-box;
    }

    .CajaBotonesContenedor a {
        margin: 0;
        border: 0;
        padding: 0;
    }

        .CajaBotonesContenedor a span {
            background-color: #263b46;
            color: #fff;
        }

    .CajaBotonesContenedor .DosBotones:last-child {
        margin-left: 4px;
    }

    .CajaBotonesContenedor h3 {
        font-size: 21px;
        font-weight: normal;
    }

    .CajaBotonesContenedor h4 {
        font-weight: normal;
    }

@media (max-width: 550px) {
    .CajaBotonesContenedor input, .CajaBotonesContenedor span {
        width: auto !important;
        font-size: 16px;
    }

    .CajaBotonesContenedor {
        margin-top: -15px
    }
}

#ConFondoRojo .CajaBotonesContenedor input, #ConFondoRojo .CajaBotonesContenedor span {
    border-color: #fbe5e5;
}


/* Adaptación Responsive */

/* Personalización de botones*/
/*.botoncajafinanciacion{left: 99.5px!important}

#ConsigueAval .CajaContienePieRectangular{width:209px!important}

#ConoceSGR .CajaPieRectangularTextoBlanco{padding: 6px}
#ConoceSGR .CajaContienePieRectangular{width:297px!important}

#MasHistorias{width:170px;}

#ConFondoRojo .CajaContienePieRectangular{width:209px!important}
#ConFondoRojo .CajaContienePieRectangularInterna{border-color:#fbe5e5}

#formulario_contacto .CajaContienePieRectangular{width:220px!important}
*/
@media (max-width: 1023px) {
    #DescubreAvales {
        width: 260px
    }

    #MasHistorias {
        width: 162px;
    }
}


@font-face {
	font-family: 'Roboto Condensed';
    font-display: swap;
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('fonts/RobotoCondensed-Bold.eot');
	src: url('fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/RobotoCondensed-Bold.woff') format('woff'),
         url("fonts/RobotoCondensed-Bold.ttf") format("truetype"),
		 url('fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
    unicode-range: U+000-5FF; /* Latin glyphs */
}

/*@font-face {
	font-family: 'Roboto Condensed'; 
    font-display: swap;
	src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url('fonts/RobotoCondensed-BoldItalic.eot');
	src: url('fonts/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/RobotoCondensed-BoldItalic.woff') format('woff'),
         url("fonts/RobotoCondensed-BoldItalic.ttf") format("truetype"),
		 url('fonts/RobotoCondensed-BoldItalic.svg#RobotoCondensed-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
    unicode-range: U+000-5FF; 
}*/

/*@font-face {
	font-family: 'Roboto Condensed';
    font-display: swap;
	src: local('Roboto Condensed LightItalic'), local('RobotoCondensed-LightItalic'), url('fonts/RobotoCondensed-LightItalic.eot');
	src: url('fonts/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/RobotoCondensed-LightItalic.woff') format('woff'),
         url("fonts/RobotoCondensed-LightItalic.ttf") format("truetype"),
		 url('fonts/RobotoCondensed-LightItalic.svg#RobotoCondensed-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
    unicode-range: U+000-5FF; 
}*/

@font-face {
	font-family: 'Roboto Condensed';
    font-display: swap;
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('fonts/RobotoCondensed-Light.eot');
	src: url('fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/RobotoCondensed-Light.woff') format('woff'),
         url("fonts/RobotoCondensed-Light.ttf") format("truetype"),
		 url('fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
	font-weight: 300;
	font-style: normal;
    unicode-range: U+000-5FF; /* Latin glyphs */
}

@font-face {
	font-family: 'Roboto Condensed';
    font-display: swap;
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('fonts/RobotoCondensed-Regular.eot');
	src: url('fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/RobotoCondensed-Regular.woff') format('woff'),
         url("fonts/RobotoCondensed-Regular.ttf") format("truetype"),
		 url('fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
    unicode-range: U+000-5FF; /* Latin glyphs */
}

@font-face {
	font-family: 'Roboto Condensed';
    font-display: swap;
	src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url('fonts/RobotoCondensed-Italic.eot');
	src: url('fonts/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/RobotoCondensed-Italic.woff') format('woff'),
         url("fonts/RobotoCondensed-Italic.ttf") format("truetype"),
		 url('fonts/RobotoCondensed-Italic.svg#RobotoCondensed-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
    unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
	font-family: 'FontAwesome';
    font-display: swap;
	src: local('FontAwesome'), local('webfonts/fa-regular-400'), url('fonts/webfonts/fa-regular-400.eot');
	src: url('fonts/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
		 url('fonts/webfonts/fa-regular-400.woff') format('woff'),
         url("fonts/webfonts/fa-regular-400.ttf") format("truetype"),
		 url('fonts/webfonts/fa-regular-400.svg#webfonts/fa-regular-400') format('svg');
	font-weight: normal;
	font-style: normal;
    unicode-range: U+000-5FF; /* Latin glyphs */
}
h1 {
    font-size:25px;
}
h2 {
    font-size:25px;
	color:#263b46;
    font-weight: normal;
}
h3 {
    font-size:16px;
}
h1, h2, h3, h4 {
    font-family:'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    margin: 0;
}
a:visited {
    text-decoration:none;
    color:#263b46;
}
a {
    text-decoration:none;
    color:#263b46;
}
#info_SGR h2 {
    font-size:13pt;
}

.encabezado-h1 {
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.encabezado-h2 {
    font-size: 1.4em;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.encabezado-h3 {
    font-size: 1.1em;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.encabezado-h4 {
    font-size: 0.9em;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.encabezado-h5 {
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.encabezado-h6 {
    font-size: 0.7em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
}

.mayusculas{
    text-transform:uppercase;
}


/*///////////////////////////////////////////// Grid Responsive //////////////////////////////////////////////////////*/

.row {
    max-width:1024px;
    margin: 0 auto;
    padding:0;
}
.container100 .row{
    max-width:100%;
}

.container100 .row .container .row{
    max-width:1024px;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.paddingzero {
    padding:0;
}

.marginnegativo {
    margin: 0;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

.text-left {
    text-align: left!important;
}

.text-justify {
    text-align: justify!important;
}

.visible {
  display: inline-block !important;
}
.oculto {
  display: none !important;
}

.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

#informacion_cookies{
    height:auto!important;
}


.row::after {
    content: "";
    clear: both;
    display: table;
}

    .col-1 {width: 8.33%}
    .col-2 {width: 16.66%}
    .col-3 {width: 25%}
    .col-4 {width: 33.33%}
    .col-5 {width: 41.66%}
    .col-6 {width: 50%}
    .col-7 {width: 58.33%}
    .col-8 {width: 66.66%}
    .col-9 {width: 75%}
    .col-10 {width: 83.33%}
    .col-11 {width: 91.66%}
    .col-12 {width: 100%}
    .off-1 {margin-left: 8.33%}
    .off-2 {margin-left: 16.66%}
    .off-3 {margin-left: 25%}
    .off-4 {margin-left: 33.33%}
    .off-5 {margin-left: 41.66%}
    .off-6 {width: 50%}
    .off-7 {margin-left: 58.33%}
    .off-8 {margin-left: 66.66%}
    .off-9 {margin-left: 75%}
    .off-10 {margin-left: 83.33%}
    .off-11 {margin-left: 91.66%}


@media (max-width: 768px) {
    .col-s-1 {width: 8.33%}
    .col-s-2 {width: 16.66%}
    .col-s-3 {width: 25%}
    .col-s-4 {width: 33.33%}
    .col-s-5 {width: 41.66%}
    .col-s-6 {width: 50%}
    .col-s-7 {width: 58.33%}
    .col-s-8 {width: 66.66%}
    .col-s-9 {width: 75%}
    .col-s-10 {width: 83.33%}
    .col-s-11 {width: 91.66%}
    .col-s-12 {width: 100%}
    .off-s-1 {margin-left: 8.33%}
    .off-s-2 {margin-left: 16.66%}
    .off-s-3 {margin-left: 25%}
    .off-s-4 {margin-left: 33.33%}
    .off-s-5 {margin-left: 41.66%}
    .off-s-6 {width: 50%}
    .off-s-7 {margin-left: 58.33%}
    .off-s-8 {margin-left: 66.66%}
    .off-s-9 {margin-left: 75%}
    .off-s-10 {margin-left: 83.33%}
    .off-s-11 {margin-left: 91.66%}



    .imgtriangulos {
        display: none;
    }

    .row .CajaTituloTexto {
        font-size: 17px;
    }

    .HistoriaFoto img{
        width:100% 
    }

    .nomobile{
        display:none;
    }

    #pie .titulo_lineas{
        width:80%!important;
        padding:5px;
    }
}

@media (min-width: 769px) and (max-width:1023px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    .off-m-1 {margin-left: 8.33%;}
    .off-m-2 {margin-left: 16.66%;}
    .off-m-3 {margin-left: 25%;}
    .off-m-4 {margin-left: 33.33%;}
    .off-m-5 {margin-left: 41.66%;}
    .off-m-6 {margin-left: 50%;}
    .off-m-7 {margin-left: 58.33%;}
    .off-m-8 {margin-left: 66.66%;}
    .off-m-9 {margin-left: 75%;}
    .off-m-10 {margin-left: 83.33%;}
    .off-m-11 {margin-left: 91.66%;}
}

@media (min-width: 1024px) {
    .col-l-1 {width: 8.33%;}
    .col-l-2 {width: 16.66%;}
    .col-l-3 {width: 25%;}
    .col-l-4 {width: 33.33%;}
    .col-l-5 {width: 41.66%;}
    .col-l-6 {width: 50%;}
    .col-l-7 {width: 58.33%;}
    .col-l-8 {width: 66.66%;}
    .col-l-9 {width: 75%;}
    .col-l-10 {width: 83.33%;}
    .col-l-11 {width: 91.66%;}
    .col-l-12 {width: 100%;}
    .off-l-1 {margin-left: 8.33%;}
    .off-l-2 {margin-left: 16.66%;}
    .off-l-3 {margin-left: 25%;}
    .off-l-4 {margin-left: 33.33%;}
    .off-l-5 {margin-left: 41.66%;}
    .off-l-6 {margin-left: 50%;}
    .off-l-7 {margin-left: 58.33%;}
    .off-l-8 {margin-left: 66.66%;}
    .off-l-9 {margin-left: 75%;}
    .off-l-10 {margin-left: 83.33%;}
    .off-l-11 {margin-left: 91.66%;}

}

/* End Grid Responsive*/

.padding-vertical {
    padding: 15px 0 !important;
}

.padding-horizontal {
    padding: 0 15px !important;
}

.margin-vertical {
    margin: 15px 0 !important;
}

.margin-horizontal {
    margin: 0 15px !important;
}

.medio-margin {
    margin: 5px !important;
}

.medio-padding {
    margin: 5px !important;
}

.medio-padding-vertical {
    padding: 5px 0 !important;
}

.medio-padding-horizontal {
    padding: 0 5px !important;
}

.medio-margin-vertical {
    margin: 5px 0 !important;
}

.medio-margin-horizontal {
    margin: 0 5px !important;
}

.margin-superior {
    margin-top: 15px !important;
}

.margin-inferior {
    margin-bottom: 15px !important;
}

.margin-left {
    margin-left: 15px !important;
}

.margin-right {
    margin-right: 15px !important;
}

.margin-total {
    margin: 15px !important;
}

.padding-superior {
    padding-top: 15px !important;
}

.padding-inferior {
    padding-bottom: 15px !important;
}

.padding-left {
    padding-left: 15px !important;
}

.padding-right {
    padding-right: 15px !important;
}

.padding-total {
    padding: 15px !important;
}

/*///////////////////////////////////////////// Grid Responsive //////////////////////////////////////////////////////*/

.row .cajaproductoexpres,
.row .cajanuestrosnumeros {
    margin-bottom: 0;
}

.row .CajaContenedor{
    margin:0;
}

/* End Mod cajas*/

#cuerpo 
{
    /*width:1024px;*/
    height:100%;
    /*min-height: 100%;*/
    margin:0 auto;

}
.caja_degradado{
    border-width: 2px; border-style: solid;
    border-image: -moz-linear-gradient(top, #fab000, #e3032e, #611214);
    border-image: -webkit-linear-gradient(top, #fab000, #e3032e, #611214);
    border-image: -o-linear-gradient(top,  #fab000, #e3032e, #611214);
    border-image: linear-gradient(#fab000, #e3032e, #611214);
	border-image-slice: 1;
    z-index: 1;
    margin:30px;
}
.cajablanca
{
	color:white;
	text-align:center;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	padding:30px;
	z-index: 1;
    min-width: 200px;
}
.cajablanca p {
    line-height: 0px;
}

.contenedor_titulo_lineas 
{
    text-align:center;
    height:40px;
    margin-top: 25px;
    margin-bottom: 15px;
}
/*@media (min-width:426px) and (max-width:768px) {
    .contenedor_titulo_lineas {height: 60px}
}*/
@media (min-width:375px) and (max-width:768px) {
    .noticias_ultimas_contenedor {margin-top:60px!important}
    .contenedor_titulo_lineas {height: 40px}
}
@media (max-width:374px) {
    .contenedor_titulo_lineas {height: 100px}
}
.titulo_lineas_contenedor {
    margin-top:-18px;
    width:100%;
    position:absolute;
}
.titulo_lineas  
{
    width:280px;
    font-size:25px;
    background-color:white;
    padding:5px;
    margin:0 auto;
}
.titulo_lineas_historias_exito {
    width:260px!important;
}
#pie .titulo_lineas {
   width:80%; 
}

.linea {
    margin:auto;
    width:100%;
    float: left;
    height:2px; 
    background-image: -moz-linear-gradient(left, #fab000, #db0025, #5d1012, #5d1012, #db0025, #fab000);
    background-image: linear-gradient(to left, #fab000, #db0025, #5d1012, #5d1012, #db0025, #fab000);
    background-image: -webkit-linear-gradient(left, #fab000, #db0025, #5d1012, #5d1012, #db0025, #fab000);
    background-image: -o-linear-gradient(top, left, #fab000, #db0025, #5d1012, #5d1012, #db0025, #fab000);
}
.lineablanca {
    margin:auto;
    width:100%;
    float: left;
    height:2px; 
    background-image: -moz-linear-gradient(left, #ffffff,#ffffff);
    background-image: linear-gradient(to left, #ffffff,#ffffff);
    background-image: -webkit-linear-gradient(left, #ffffff,#ffffff);
    background-image: -o-linear-gradient(top, left, #ffffff,#ffffff);
}

.imgcheck {
    background-image: url('./Imagenes/check_degradado.png');
    width:26px;
    height:36px;
    background-color:white;
    background-repeat:no-repeat;
}
.imgtriangulos {
    background-image: url('./Imagenes/ilustracion_triangulos.png');
    width:306px;
    height:222px;
    background-repeat:no-repeat;
    position:absolute;
    margin-top:-400px; 
    margin-left:718px;
}
.img{
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position:center;
}

/*adaptación imágenes con carga retardada*/
.noticias_ultimas_cuadro_img .img{
    width: 100%;
    height: 158px;
}

.HistoriaExito {
    width: 100%;
    height: 276px;
}
.HistoriaFoto {
 /*   float: left;
     width:50%;*/
   height:276px;
}
.HistoriaFoto div{
    background-repeat: no-repeat;
    height: 276px;
}
.HistoriaTexto {
    /*float: left;
    width:50%;*/
    height:276px;
    background-color:#fffaf2;
    text-align:center;
    font-weight:lighter;
    padding:15px;
}
.HistoriaTexto p {
    margin:5px 0;
}
.historianombre, .historiaapellidos{
    font-size:18pt;
    font-weight: normal;
    text-align:center;
    min-height: 5px;
}
.historiacargo {
    font-size:18pt;
    font-weight: bold;
    text-align:center;
}
.historiaempresa {
    font-size:18pt;
    font-weight: lighter;
    text-align:center;
}
.historiadescripcion {
    font-weight: lighter;
    text-align:center;
    padding: 25px;
}
.historiaExitoInd_contenido {
    margin-bottom:25px;
}
.historiaExitoInd {
    margin-top: 20px;
}
.historiaExitoInd_imagen_contenedor {
    width:100%;
    margin:0 auto;
}
.historiaExitoInd_imagen {
    text-align: center;
}
.historiaExitoInd_imagen img {
    width: 100%;
}

.historiaExitoInd .youtube-player .play {
    display: block !important;
    background-color: transparent;
    margin-left: -64px;
    margin-top: -64px;
    height: 128px;
    width: 128px;
    border: 5px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.historiaExitoInd .youtube-player .play i {
    width: 42px;
    height: 48px;
    display: block;
    padding: 0;
    margin: 35px 40px;
}

.no-webp .historiaExitoInd .youtube-player .play i {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat 0 -138px;
}

.webp .historiaExitoInd .youtube-player .play i {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat 0 -138px;
}

.modalVideo {
    display: none; 
    position: fixed; 
    z-index: 100; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color:rgba(0,0,0,0.4);
}
.modalVideo-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    width: 850px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}
.cerrar_contenedor{
    margin-bottom: 0px;
    margin-top: 2px;
    text-align: right;
}
.cerrar {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}
.cerrar:hover,
.cerrar:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.no_scroll{
    overflow:hidden;
}
#contenedor 
{
    display: table;
    width:100%;
    height:100%;
    margin:0;
	/*background-color:white;*/
} 
#contenidos  
{
    display:table-row;
    height:100%;
}
#contenidos > div
{
    height:100%;
}

.central 
{
    display: table-cell;
    height:100%;
    margin:0;
    background-color:white;
	vertical-align: top;
}
.contenido_limitado 
{
    width:100%;
    margin: 0 auto;
}

body 
{
    margin: 0;
	padding: 0;
    height: 100%;
    background-color: white;
	color: #263b46;
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;;
    min-width: 320px !important;
}

.texto_alerta, .field-validation-error
{
  color: #e3032e;
  font-size:1em;
  display:inline-block;
}
.texto_mitad {
    font-size: 0.8em;
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;;
}
#slider {
    height: 640px;
}
#imagenesslider {
    width:100%;
    background-color:#282828;
}
.slider-wrapper{
	margin: auto; 
	max-width: 1920px;
	height: auto;
}

.slider-wrapper a{cursor:pointer}

.slider-wrapper.default>div #left {
    position: absolute;
    width: 47px;
    height: 47px;
    background-image: url(Imagenes/arrow.png);
    left: 5%;
    top: 50%;
    margin-top: -24px;
    z-index: 999999;
    cursor: pointer;
}
.slider-wrapper.default>div #right {
    position: absolute;
    width: 47px;
    height: 47px;
    background-image: url(Imagenes/arrow.png);
    background-position: right top;
    right: 5%;
    top: 50%;
    margin-top: -24px;
    z-index: 999999;
    cursor: pointer;
}
.slidercaja
{
	position:absolute;
	background-color:rgba(0,0,0,0.4);
	width:250px;
	padding-top:170px;
	padding-left:15px;
	padding-right:30px;
    font-size:20pt;
    padding-bottom: 121.71px;
}
.slidercaja h1 {
    font-size: 20pt;
    font-weight: normal;
    line-height: 27px;
    padding: 13px;
}
.slidercaja .grupotextocaja{width:265px}
@media (max-width: 425px) {
    .slidercaja .grupotextocaja{width:100%}
}
.slidertexto
{
	color:white;
	font-size:22pt;
	margin-bottom: 35px;
    line-height: 0px;
}

.botoncajafinanciacion
{
	font-weight:bold;
	font-size:15pt;
	background-color:white;
	position: absolute;
	left: 84.5px; 
	top: 498px; 
	z-index: 300; 
	color:#263b46;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:10px;
	padding-right:10px;
	height: 0px;	
    line-height: 0px;		
}
.grupotextocaja {
    min-height:140px;
    margin-bottom: 34.95px;
}
.imgslider {
	height:640px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

inputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

inputs-moz-placeholder {
    color: #b5b5b5;
}

.inputs {
    background: #ffffff;
    font-size: 0.8rem;
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 5px 3px;
    width: 140px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
    
}

.inputs:focus {
    background: #fff;
    box-shadow: 0 0 0 3px #263b46, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}

hr {
	display: block;
    height: 1px;
    border-top: 1px solid #003F59;
    margin: -6px 0 0 0;
    padding: 0;
	width:100%;
}

.formulario_central, .formulario_central_2 {
  color: #003F59;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
	color: #003F59;
}
.form-group:after{
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear:both;
}

.formulario_central .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.formulario_central .form-group:before,
.formulario_central .form-group:after {
  /*display: table;*/

  content: " ";
}

.formulario_central .form-group:after {
  clear: both;
}

.formulario_central .form-group:before,
.formulario_central .form-group:after {
  display: table;
  content: " ";
}

.formulario_central .form-group:after {
  clear: both;
}

.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.col-md-10-izquierda {
  display: inline-block;
  padding:0;
}

.col-md-10-derecha{
  display: inline-block;
  vertical-align: top;
  max-width: 601px;
  padding:0;
}

.zona-superior-label-prefijo {
  display: inline-block;
  vertical-align: middle;
}

.zona-label-prefijo{
  display:flex;
  align-items: center;
  min-height:30px;
}

.col-md-10 .texto_alerta{
  padding-left: 5px;
}

.formulario_central .control-label,
.formulario_central .radio,
.formulario_central .checkbox,
.formulario_central .radio-inline,
.formulario_central .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.requerido {
    margin-left:5px;
    margin-right:5px;
    color:red;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    min-width:12px;
}
.etiqueta {
    text-align:right;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width:180px;
}
.sufijo {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: left;
}
.prefijo {
    text-align: left;
    font-size: 11px;
    max-width: 180px;
}
.checkbox {
    display:inline-block;
    border:double;
}
.etiqueta_simple {
    display:inline-block;
    text-align: left;
    width:auto;
    margin-right:4px;
}
.negrita {
    font-weight:bold;
}
.cursiva {
    font-style:italic;
}
.centrado {
    text-align:center;
}
.quote {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    opacity: 0.6;
    margin-top: 45px;
    margin-bottom: 55px;
}
/*BOTON*/
.btn {
    color: #fff;
    font-size: 14px;
    background: #263b46;
    padding: 6px 8px 6px 8px;
    cursor: pointer;
    border: solid #263b46 2px;
    font-family:'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
}
.btn:visited {
    color: #ffffff;
}

.btn:hover, .btn:visited, .btn:link,.btn:active {
  text-decoration: none;
}

.formulario_central .btn {
    margin-left:230px;

}
.btn + .btn {
    margin-left:8px;
}

/*Adaptqación CSS CRM*/
.boton.med {
    font-size: .8rem;
    padding: 3px 6px;
    line-height: .8rem;
}

.boton:first-child {
    margin-left: 0;
}

.boton:last-child {
    margin-right: 0;
}

.formulario_central .adaptable .form-group input, .formulario_central .adaptable .form-group textarea, .formulario_central .adaptable .k-widget {
    width: 100%!important;
}

.textarea-adaptable textarea{max-width:100%;min-width:370px;min-height:200px}

.terminos {
    text-decoration: underline;
    cursor:pointer;
    font-weight:bold;
}
.terminos_contenedor {
    font-size:11pt;
}
.terminos_contenedor .etiqueta {
    text-align: left;
    width: auto;
    margin-left: -3px;
}

.fecha {
    float:right;
    text-align: center;
    width: 50px;
    font-weight:bold;
    border:1px solid #000000;
 }
.mes, .anio {
    font-size: 10px;
 }
.dia {
     font-size: 20px;
     line-height: 22px;
 }

.tabla{
  table-layout: fixed; 
  width: 100%;
  display: table;  
}
.fila{
  display: table-row;
  vertical-align: middle;
}
.filaCabecera{
  display: table-row;
  border: 1px solid rgba(165, 214, 237, 1);
  font-weight:bold;
}
.celda{
  display: table-cell;
  padding: 12px;
  vertical-align:top;
  vertical-align:central;
  border:solid;
  border: 1px solid rgba(165, 214, 237, 1);
  vertical-align: middle;
}
.celda_Centrada{    
  display: table-cell;
  padding: 12px;
  vertical-align:central;
  align-items:center;
  align-self:center;
  align-content:center;
  text-align:center;
  border:solid;
  border: 1px solid rgba(165, 214, 237, 1);
  vertical-align: middle;
}
.celda_Izquierda{
  display: table-cell;
  padding: 12px;
  border: 1px solid rgba(165, 214, 237, 1);
  vertical-align: middle;
  color:#263b46;
}
.celda_Izquierda a, .celda_Izquierda a:visited, .celda_Izquierda a:hover {
    color:#263b46;
}
.celda_Derecha{
  display: table-cell;
  padding: 12px;
  vertical-align:central;
  vertical-align:top;
  border: 1px solid rgba(165, 214, 237, 1);
  vertical-align: middle;
}

.trunca_contenido {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.celda_enlace:link{color:#004A89; padding: 1px 0px 0px 0px; font-size:0.938em; text-decoration:none;font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;line-height:14px;letter-spacing:0px;margin:15px 0px 3px 0px;display:inline-block;} /*#000000*/
a.celda_enlace:visited{color:#004A89; padding: 1px 0px 0px 0px; font-size:0.938em; text-decoration:none;font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;line-height:14px;letter-spacing:0px;margin:15px 0px 3px 0px;display:inline-block;}
a.celda_enlace:hover{background-color:#A3E0F9; color:#004A89; padding: 1px 0px 0px 0px; font-size:0.938em; text-decoration:none;font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;line-height:14px;letter-spacing:0px;margin:15px 0px 3px 0px;display:inline-block;}
a.celda_enlace:active{color:#004A89; padding: 1px 0px 0px 0px; font-size:0.938em; text-decoration:none;font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;line-height:14px;letter-spacing:0px;margin:15px 0px 3px 0px;display:inline-block;}
.celda_enlace_sin_cursor
{
	cursor:default;
}

.requerimiento_documento 
{
    margin-bottom:25px;
}
.requerimiento_documento_titulo {
    font-family:'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-size:16pt;
    margin-bottom:10px;
}
.requerimiento_documento_subtitulo {
    font-family:'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-size:8pt;
    color:gray;
}
.requerimiento_documento_plantilla 
{
    font-family:'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-size:11pt;
    color:#00a9e4;
}
.requerimiento_documento .texto_alerta {
    margin-bottom:10px;
    margin-left:10px;
}
.requerimiento_documento_plantilla a{
    text-decoration: none;
    color:#00a9e4;
}
.requerimiento_documento_plantilla a:visited{
    text-decoration: none;
    color:#00a9e4;
}
.requerimiento_documento_plantilla a:hover{
    text-decoration: underline;
    color:#00a9e4;
}

.requerimiento_documento_finalizado {
    margin-left:30px;
    margin-bottom:10px;
}

.selector_archivos {
    margin-left:30px;
    margin-right:30px;
}
.thumb_archivo {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}
.error_archivo {
    border-color:red;
    border-width:2px
}

.thumb_archivo_pequenio {
    height: 35px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}

.js .archivos {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.archivos + label {
    max-width: 80%;
    font-family:'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    color: white;
    background-color: #263b46;
}

.no-js .archivos + label {
    display: none;
}

.archivos + label:hover {
    outline: -webkit-focus-ring-color auto 5px;
    background-color: #00a9e4;
}

.archivos + label img {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.img_enlace_documentacion {
    width:25px;
}

.img_icono_estado_documentacion {
    width:24px;
    height: 24px;
}
.img_icono_estado_documentacion_I {
    background-image: url('./Imagenes/peticion_incompleta.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    border-radius: 5px;
}
.img_icono_estado_documentacion_I_pdt_Firma {
    background-image: url('./Imagenes/peticion_incompleta_pdt_firma.svg');
    background-repeat:no-repeat;
    background-position-y:center;
    background-position-x:center;
    border-radius:5px;
}
.img_icono_estado_documentacion_P {
    background-image: url('./Imagenes/peticion_pendiente_revision.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    border-radius: 5px;
}
.img_icono_estado_documentacion_A {
    background-image: url('./Imagenes/peticion_valida.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    border-radius: 5px;
}
.img_icono_estado_documentacion_D {
    background-image: url('./Imagenes/peticion_descartada.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    border-radius: 5px;
}
.img_icono_estado_documentacion_E {
    background-image: url('./Imagenes/peticion_ya_existente.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    border-radius: 5px;
}

td .img_icono_estado_documentacion_I:hover {
    background-color: #d96f83;
}

td .img_icono_estado_documentacion_I_pdt_Firma:hover {
    background-color: #d96f83;
}
td .img_icono_estado_documentacion_P:hover {
    background-color: #f2c763;
}
td .img_icono_estado_documentacion_A:hover {
    background-color: #a2b37d;
}
td .img_icono_estado_documentacion_D:hover {
    background-color: #517e96;
}
td .img_icono_estado_documentacion_E:hover {
    background-color: #517e96;
}

.img_icono_documento {
    background-image: url('./Imagenes/documento_24.png');
}
.img_icono_documento:hover {
    background-image: url('./Imagenes/documento_inv_24.png');
}

.tipousuarioaltasolicitud {
    display: grid;
    grid-template-columns: 23px 1fr;
}

.imgtipousuario {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-color: rgba(255, 255, 255, 0.6);
    background-position:center center;
    border-radius: 2px;
}

.imgtipousuariosgr {
    background-image: url('./Imagenes/tipo_usuario_sg.png');
}

.imgtipousuarioef {
    background-image: url('./Imagenes/tipo_usuario_ef.svg');
    background-repeat: no-repeat;
}

.imgtipousuarioag {
    background-image: url('./Imagenes/tipo_usuario_ag.svg');
    background-repeat: no-repeat;
}

.imgtipousuarioif {
    background-image: url('./Imagenes/tipo_usuario_if.svg');
    background-repeat: no-repeat;
}

.imgtipousuarioge {
    background-image: url('./Imagenes/tipo_usuario_ge.svg');
    background-repeat: no-repeat;
}

.imgtipousuariosolicitante {
    background-image: url('./Imagenes/tipo_usuario_so.svg');
    background-repeat:no-repeat;
}

.imgtipousuarioef0081 {
    background-image: url('./Imagenes/tipo_usuario_ef_0081.png');
}

.imgtipousuarioef6875 {
    background-image: url('./Imagenes/tipo_usuario_ef_6875.png');
}

.imgtipousuarioef0182 {
    background-image: url('./Imagenes/tipo_usuario_ef_0182.png');
}

.caja #UsuarioAltaSolicitud .tipousuarioaltasolicitud {
    padding: 0 0 0 9px;
}

.caja #UsuarioAltaSolicitud .tipousuarioaltasolicitud .imgtipousuario{
    height:14px;
    width:14px;
    background-size: contain;
}
.celda_Centrada #UsuarioAltaSolicitud {
    margin-top: 2px;
    height:15px;
}
.celda_Centrada #UsuarioAltaSolicitud .tipousuarioaltasolicitud {
    padding: 0 0 0 4px;
    display: inline-block;
    height: 14px;
    width: 14px;
}

.celda_Centrada #UsuarioAltaSolicitud .enlinea{
    vertical-align: top;
    padding-bottom: 0!important;
    border-bottom: none!important;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 0!important;
}

.celda_Centrada #UsuarioAltaSolicitud .tipousuarioaltasolicitud .imgtipousuario {
    height: 14px;
    width: 14px;
    background-size: contain;
    display: inline-block;
}





#tabla_solicitudes {
    width:100%;
    font-size: 10pt;
    text-align:center;
    margin-top: 15px;
}
#tabla_solicitudes .tabla_solicitudes_fila{
    height:70px;
} 

#tabla_solicitudes .tabla_solicitudes_fila:hover{
    color:#fab000;
    cursor: pointer;
}
#tabla_solicitudes .tabla_solicitudes_fila .logosgr{
    padding:2px;
    border-width:1px;
}
#tabla_solicitudes .tabla_solicitudes_fila:hover .logosgr{
    padding:2px;
    border:solid;
    border-color:#fab000;
    border-width:1px;
}
#tabla_solicitudes td {
    border-top: 1px solid #e8edff;
}

#divDatosSolicitud .negrita, #solicitud .negrita, .cuadro_puntos .negrita, #datos_SGR .negrita{
    width: 180px;
    min-height:33px;
    margin-left:10px;
    text-align:left;
}

#datos_SGR .negrita{
    width: 120px !important;
}

#glosario_solicitudes, #glosario_peticiones, #glosario_documentos {
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-size: 0.7em;
    opacity: 0.6;
    margin-top: 25px;
    border-top: 1px solid #e8edff;
    text-align: left;
}
#glosario_solicitudes p, #glosario_peticiones p, #glosario_documentos p{
    margin:2px;
}
#glosario_documentos div, #glosario_peticiones div, #glosario_documentos div {
    margin-bottom: 2px;
}
/*    #glosario_documentos img,
    #glosario_peticiones img,
    #glosario_documentos img,
    #glosario_documentos .img_icono_estado_documentacion,
    #glosario_peticiones .img_icono_estado_documentacion,
    #glosario_documentos .img_icono_estado_documentacion {
        position: absolute;
        left: 0;
    }*/

.EstadoSolicitud_I {
    color:red;
    font-weight:bold;
}
.EstadoSolicitud_P{
    color:orange;
    font-weight:bold;
}
.EstadoSolicitud_E {
    color:gray;
    font-weight:bold;
}
.EstadoSolicitud_B {
    color: darkblue;
    font-weight: bold;
}
.EstadoSolicitud_A {
    color:green;
    font-weight:bold;
}
.EstadoSolicitud_F {
    color:darkolivegreen;
    font-weight:bold;
}
.EstadoSolicitud_D {
    color: #d21515;
    font-weight: bold;
}
.EstadoSolicitud_R {
    color:red;
    font-weight:bold;
}
.EstadoSolicitud_S {
    color: rgba(255, 0, 0, 0.50);
    font-weight: bold;
}

/*grid solicitudes*/
td[class*="EstadoSolicitud_"],
td.Asignada_true {
    position: relative;
}
td[class*="EstadoSolicitud_"]:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-right: 10px solid transparent;
    position:absolute;
    top:0;
    left: 0;
}

td.EstadoSolicitud_P:before {
    border-top-color: orange;
}
td.EstadoSolicitud_E:before {
    border-top-color: gray;
}
td.EstadoSolicitud_B:before {
    border-top-color: darkblue;
}
td.EstadoSolicitud_A:before {
    border-top-color: green;
}
td.EstadoSolicitud_F:before {
    border-top-color: darkolivegreen;
}
td.EstadoSolicitud_D:before {
    border-top-color: #d21515;
}

td.Asignada_true:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #94C175;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 0;
    left:0;
}

.EstadoAval_I {
    color: #e3032e;
    font-weight: bold;
}
.EstadoAval_P {
    color: orange;
    font-weight: bold;
}

.EstadoAval_E{
    color:gray;
    font-weight:bold;
}

.EstadoAval_A {
    color:green;
    font-weight:bold;
}

.EstadoAval_R {
    color:red;
    font-weight:bold;
}

.EstadoAval_L{
    color:#bebc00;
    font-weight:bold;
}

.EstadoAval_C{
    color:#82be00;
    font-weight:bold;
}

.EstadoAval_M {
    color: darkred;
    font-weight: bold;
}


.EstadoPeticion {
    font-weight:bold;
}
.EstadoPeticion_A{
    color:#8eb439;
}
.EstadoPeticion_P{
    color:#fab000;
}
.EstadoPeticion_I{
    color:#e3032e;
}
.EstadoPeticion_I_pdt_Firma {
    color: #e3032e;
}
.EstadoPeticion_D{
    color:#263b46;
}
.EstadoPeticion_E{
    color:#263b46;
}

.EstadoDocumento_P{
    color:#263b46;
}
.EstadoDocumento_A{
    color:#8eb439;
}
.EstadoDocumento_R {
    color:#e3032e;
}

#zonaTipoIdentidadDomicilio{
    font-size:small;
    margin-left:0px;
    float:left;
}

#labelTipoIdentidadDomicilio, #labelPredeterminadoIdentidadDomicilio{
    float:left;
    margin-right:5px;
}

#tipoIdentidadDomicilio, #predeterminadoIdentidadDomicilio{
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-weight:bold;
}

#zonaPredeterminadoIdentidadDomicilio, #zonaTipoDomicilio{
    float:left;
}

#zonaPredeterminadoIdentidadDomicilio{
    margin: 0px 0 20px 15px;
    font-size: small;
}

#zonaPredeterminadoIdentidadDomicilio .form-group{
    margin-bottom:0px;
}

#PREDETERMINADO{
    width: 20px;
}

#zonaPredeterminadoIdentidadDomicilio .etiqueta{
    width: 150px;
}

#zonaTipoVia .etiqueta_simple:nth-child(1){
    margin-right: 0px;
}

#zonaTipoVia .etiqueta_simple:nth-child(1){
    width: 157px;
    text-align: right;
}

#zonaEstadoIdentidadDomicilio{
    float:left;
    margin-left: 20px;
    position:relative;
    width:300px;
    display:none;
}

#spanEstadoIdentidadDomicilioBaja, #spanEstadoIdentidadDomicilioAlta{
    font-size:small;
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-weight:bold;
    position:absolute;
    top:0;
}

#spanEstadoIdentidadDomicilioBaja{
    color:red;
}

#spanEstadoIdentidadDomicilioAlta{
    color:green;
}

#zonaSuperiorIdentidadDomicilio{
    float:left;
    margin-bottom:30px;
}

.identidadDomicilio{
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
}

.direccionCompletaIdentidad{
    line-height: 200%;
    margin-top:0px;
    margin-bottom:0px;
    width:80%;
    padding:5px 10px;
    text-align:left;
}

#zonaCentralIdentidadDomicilio{
    width:100%;
    float:left;
}

#zonaInferiorFechasAltaBaja{
   clear:left;
}

#NuevaIdentidadDomicilio{
    margin-bottom:20px;
}

.labelIdentidadDomicilio{
    color:#004B89;
    font-weight:bold;
}

#zonaDomiciliosIdentidad{
    width:753px;
    margin:0 auto;
}

#panelOpcionesIdentidadDomicilio{
    width:100%;
    height:auto;
    margin:0 auto;
}

#zonaInternaPanelOpcionesIdentidadDomicilio{
    margin:0 auto;
    width:100%;
    text-align:center;
}

#zonaOpcionesIdentidadDomicilio{
    width:400px;
    height:50px;
    margin:0 auto;
    margin-bottom:20px;
    padding-top:30px;
    background-color: #d9ecf5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color:#a3e0f9;
    text-align:right;
}

#tituloOpcionesIdentidadDomicilio{
    color:#0a4c86;
    margin-top:0px;
    float:left;
    margin-left:20px;
}

#zonaOpcionesVerIdentidadDomicilio{
    text-align:center;
    margin-bottom:20px;
    float:left;
}

.opcionRadioButtonIdentidadDomicilio{
    text-align:left;
    margin-left:50px;
    margin-bottom:10px;
}

#zonaBajasIdentidadDomicilio{
    display:none;
}

#zonaNoHayIdentidadDomicilio{
    display:none;
    width:753px;
    height:250px;
    text-align:center;
}

#contentNoHayIdentidadDomicilio{
    width:100%;
    height:100%;
    display:table;
}

#spanNoHayIdentidadDomicilio{
    display:table-cell;
    vertical-align:middle;
    color:#0a4c86;
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-size:1.5em;
}

#zonaAltasIdentidadDomicilio .identidadDomicilio{
    padding:20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 128, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 128, 0, 0.50);
    box-shadow: 0px 0px 10px rgba(0, 128, 0, 0.50);
    
    transition: width 1s, height 1s, margin 1s, background 1s, box-shadow 0.5s;
    margin: 0 auto;
    margin-bottom:50px;
}

#zonaAltasIdentidadDomicilio .identidadDomicilio:hover {
    -moz-box-shadow: 0px 0px 15px rgba(0, 75, 137, 0.75);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 75, 137, 0.75);
    box-shadow: 0px 0px 15px rgba(0, 75, 137, 0.75);
}

#zonaBajasIdentidadDomicilio .identidadDomicilio{
    padding:20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.50);
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.50);
    
    transition: width 1s, height 1s, margin 1s, background 1s, box-shadow 0.5s;
    margin: 0 auto;
    margin-bottom:50px;
}

#zonaBajasIdentidadDomicilio .identidadDomicilio:hover {
    -moz-box-shadow: 0px 0px 15px rgba(0, 75, 137, 0.50);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 75, 137, 0.50);
    box-shadow: 0px 0px 15px rgba(0, 75, 137, 0.50);
}

.legendIdentidadDomicilio{
    font-size:2em;
    color:#0a4c86;
    font-weight:bold;
    border-top: 1px solid #0a4c86;
    border-left: 1px solid #0a4c86;
    border-right: 1px solid #0a4c86;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: white;
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #F1F1F1;
    -moz-box-shadow:-0px -1px 2px #F1F1F1;
    -webkit-box-shadow:-0px -1px 2px #F1F1F1;
}

.legendInternoIdentidadDomicilio{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:20px;
}

.fieldsetInternoIdentidadDomicilio{
    margin: 0px 0px 10px 0px;
    padding:10px 5px 40px 5px;
    text-align:initial;
    margin:0 auto;
}

.fieldsetInternoIdentidadDomicilio:nth-child(5), .fieldsetInternoIdentidadDomicilio:nth-child(6){
    margin-top:15px;
}

.errorAdminIdentidadDomicilio {
    display:none;
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

#botonNuevaIdentidadDomicilio{
    width:130px;
    float:left;
    margin-left:28px;
}

#opcionVerBajasIdentidadDomicilio{
    margin-left:28px;
}

#zonaPredeterminadoFormularioIdentidadDomicilio .etiqueta_simple label{
    margin-left:10px;
}

/* _LoginPartial.cshtml */

.ventana_flotante {
    background: none repeat scroll 0 0; /*background: none repeat scroll 0 0 #FFFFFF;*/
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    top: 20px; /*bottom*/
    left: auto;
    margin-left: -120px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    color: #DDDDDD;
    width: 90px;
    z-index: 15;
}

.ventana {
    background: none repeat scroll 0 0;
    border: 0px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    left: auto;
    margin: 5px 0px 0px 900px; /*------------------*/
    padding: 6px 0 0 0;
    position: absolute;
    text-align: center;
    color: #DDDDDD;
    width: 100px;/*------------------*/
    z-index: 15;
}

.fondoModalTimeoutSession {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1001;
    opacity: .25;
    -moz-opacity: 0.25;
    filter: alpha(opacity=25);
}

.modalTimeoutSession {
    display: none;
    position: absolute;
    top: 35%; /*25%;*/
    left: 35%; /*25%;*/
    width: 390px; /*50%*/
    height: 130px; /*50%*/
    padding: 16px;
    background: #fff;
    color: #333;
    z-index: 1002;
    overflow: auto;
    border: 1px solid #263b46;
    border-radius: 6px 6px 6px 6px;
}

/* tooltip */


.tooltip {
    position: relative;
    /*border-bottom: 1px dotted black;*/
    cursor: pointer;
    padding: 16px 16px 16px 16px;
	background: url('./Imagenes/info_amarillo.png') center left no-repeat; 
    margin-left: 5px;
    z-index:100;
}
.tooltip:hover {
    background: url('./Imagenes/info_amarillo_transparente.png') center left no-repeat;
    z-index:100;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #263b46;
    text-align: center;
    padding: 5px 0;
    font-family: 'Roboto Condensed',"Helvetica Neue LT Std","Arial", sans-serif;
    font-size: 9.0pt;
    position: absolute;
    z-index: 3000;
    bottom: 80%;
    left: 50%;
    margin-left: -68px;
	border: 1px solid #263b46;
    line-height: 1.2em;
    white-space: initial;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #263b46 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 5px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/* Fin _LoginPartial.cshtml */

.cuadro_puntos {
    float:left; 
    border:dotted; 
    border-color:lightblue; 
    clear:left;
    margin-top:5px; 
    width:97%;
    padding-bottom:10px;
	padding-left: 20px;
}

#mapa_web h2{
    padding-left: 80px;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    text-transform: uppercase;
    background: #263b46;
    color: white;
}

.tituloSeccion{
    list-style:none;
    padding-left:80px;
}
#mapa_web .paddingzero {
    padding: 10px 45px !important;
}
#mapa_web .nivel_3 li {
    border-bottom: 1px solid #d8d8d8;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2rem;
    margin-bottom: 0;
    padding: .3rem 0;
}

.colSeccion{
    margin-left:-25px;
}

.colSeccion h3{
    font-size: 0.9rem;
    text-transform: uppercase;
}

#colSeccion1 h2 {
    border-top:none;
}

.zonaSeccion{
    padding-left: 110px;
}
.nivel_3 {
    padding-left:40px;
}
.nivel_3 ul{
    list-style: outside none none;
    padding-left: 0;
}
.nivel_2 ul {
    list-style-type: circle;
    font-size: .9rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding-left: 20px;
}
.nivel_3 ul li:last-child{
    border-bottom: none  !important;
}

.zonaSeccion ul li a {
    background-color: transparent;
    text-decoration: none;
    color:#263b46;
}

.colSeccion h2 span a,.colSeccion .zonaSeccion h3 span a{
    background-color: transparent;
    text-decoration: none;
}

.noticiaCategoria ul:nth-child(2), .nuestrosAvalesCategoria ul:nth-child(2) {
    padding-left: 25px !important;
}

.colSeccion h2 span a{
    color:white;
}

#zonaMapaProvincias{
    width:100%;
}

#mapaProvincias, #DIV_SGRS_EN_PROVINCIA{
    float:left;
}

#provinciasmovil {
    display:none;
}
#DIV_SGRS_EN_PROVINCIA{
    display:block;
    text-align:left;
    position: absolute;
    width:380px;
    padding:5px;
    margin-left: 552px;
    margin-top: -552px;
}

#DIV_SGRS_EN_PROVINCIA h5{
    margin:10px 0px;
}

#DIV_SGRS_EN_PROVINCIA hr{margin: 5px 0 0;border-top: 1px dashed rgb(132, 223, 208);}

#zonaFormularioMiSGR{
    clear:left;
    float:left;
    margin-top:10px;
}

#zonaTituloDatosSGR{
    text-align:center;
}

.zonaDatosSGR{
    margin-top:15px !important; 
    width:700px;
    padding:0px 15px;
    margin:0 auto;
}

.filaDatosSGR h3{
    margin:25px 0px;
    font-weight:normal;
}

.filaDatosSGR{
    text-align:left;
}

.titulo_error{
    font-size:2.2em;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:normal !important;
}

#zona_error_controlado .titulo_error{
    color: rgb(227, 3, 46) !important;
    font-size:2.5em;
    margin-top:10px;
    margin-bottom:10px;
}

#zona_error_controlado_con_menu_lateral .titulo_error{
    color: rgb(227, 3, 46) !important;
    font-size:2em;
    margin-top:10px;
    margin-bottom:10px;
}

.tema_error{
    font-size:1.4em;
    margin-top:5px;
    margin-bottom:5px;
}

.descripcion_error{
    font-size:1em;
    font-weight:normal !important;
    margin-top:25px;
}

.caja_texto{
    border: 4px solid transparent;
    border-image: -moz-linear-gradient(top, rgba(245,135,0,1) 0%, rgba(245,135,0,1) 27%, rgba(240,20,27,1) 51%, rgba(99,18,33,1) 100%);
    border-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,135,0,1)), color-stop(27%, rgba(245,135,0,1)), color-stop(51%, rgba(240,20,27,1)), color-stop(100%, rgba(99,18,33,1)));
    border-image: -webkit-linear-gradient(top, rgba(245,135,0,1) 0%, rgba(245,135,0,1) 27%, rgba(240,20,27,1) 51%, rgba(99,18,33,1) 100%);
    border-image: -o-linear-gradient(top, rgba(245,135,0,1) 0%, rgba(245,135,0,1) 27%, rgba(240,20,27,1) 51%, rgba(99,18,33,1) 100%);
    border-image: -ms-linear-gradient(top, rgba(245,135,0,1) 0%, rgba(245,135,0,1) 27%, rgba(240,20,27,1) 51%, rgba(99,18,33,1) 100%);
	border-image-slice: 1;
}

.sgr_en_provincia p{
    font-size: 14px;
    line-height: 12px;
}

.sgr_en_provincia h5{
    font-size:12pt;
    font-weight:bold;
}

.zona_localiza_sgr{
    background-color: #fffaf2;
    width:100%;
    padding:0px 0px 15px 0px;
    /*margin-bottom:30px;*/
}

.tituloSGR_en_provincia{
    font-size:16px;
    padding:0px 15px;
}

#DIV_SGRS_EN_PROVINCIA .CajaInterna {
    margin-top:-12px !important;
    padding-bottom:20px !important;
}

#DIV_SGRS_EN_PROVINCIA .CajaContenedor{
    margin-bottom:40px !important;
}

#zona_error .CajaInterna, #zona_exito .CajaInterna{
    margin-top:-23px !important;
    padding-bottom:50px !important;
}

#zona_error_controlado .CajaInterna{
    margin-top:-25px !important;
    padding-bottom:50px !important;
}

#zona_error_con_menu_lateral .CajaInterna{
    margin-top:-30px !important;
    padding-bottom:40px !important;
}

#zona_exito_con_menu_lateral .CajaInterna {

}

#zona_exito{
    margin-bottom:20px;
}

#zona_error_controlado_con_menu_lateral .CajaInterna {
    margin-top:-20px !important;
    padding-bottom:40px !important;
}

#zona_error_con_menu_lateral .titulo_error {
    color: #e3032e !important;
    font-size: 3em;
    margin-bottom: 10px;
    margin-top: 10px;
}

#zona_exito .titulo_error {
    font-size:2.2em;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:normal !important;
}

#zona_exito_con_menu_lateral .titulo_error{

}

#zona_formulario_contacto {
    margin-top:30px;
}
.prev_youtube
{
    height:200px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    margin-bottom: 10px;
}
#prev_youtube_video{
    display: inline-block;
    margin-left: 18px;
}




.Categorias {
	display: table-cell;
	vertical-align: top;
    width: 200px;
    height: 100%;
    padding-top:13px;
    padding-bottom: 10px;
}

.ContenedorCategorias {
    border: 2px solid #808080;
    margin-top: 0; 
    padding: 10px 10px; 
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 2px 100%;
    -moz-background-size: 2px 100%;
    background-size: 2px 100%;
}

.CategoriasTitulo {
    color: #F9B855;
    border-top: 2px solid #e3032e;
    /*border-left: 20px solid rgb(227,3,46);
        border-right: 20px solid rgb(227,3,46);*/
    border-bottom: 2px solid rgb(0, 0, 0);
}

.ContenedorCategorias ul {
    padding-left: 0;
    margin: 5px;
    list-style: none;
}

.ContenedorCategorias li {
    /*background: url(./Imagenes/check_degradado.png) no-repeat left center;*/
    background-color: #b3ef6f;
    padding-left: 10px; /* separación del texto respecto a la imagen */
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: 0; /*colocación de la imagen en linea con el borde*/
}

.ContenedorCategorias div {
    -webkit-align-content: center;
    align-content: center;
}

.ContenedorCategorias span {
    -webkit-align-content: center;
    align-content: center;
}

.ContenedorCategorias a:link {
    color: #263b46;
    text-decoration: none;
}

.ContenedorCategorias a:visited {
    color: #263b46;
    text-decoration: none;
}
.ImagenItemPeticion {
    margin-top:8px!important;
}
#tabla_documentos {
    width:100%;
    font-size: 10pt;
    text-align:center;
    margin-top: 15px;
}
#tabla_documentos .tabla_documentos_fila{
    height:50px;
} 

#tabla_documentos .tabla_documentos_fila:hover{
    color:#fab000;
    cursor: pointer;
}
#tabla_documentos td {
    border-top: 1px solid #e8edff;
}
.tabla_documentos_cabecera {
    font-weight: bold;
}
.tabla_documentos_colTIPO {
    width:35px;
}
.tabla_documentos_colF_ALTA {
    width:65px;
}
.tabla_documentos_colESTADO {
    width:50px;
}
.texto_ayuda {
    font-size:10pt;
    color: rgba(38,59,70,0.6);
}
.estadoDocumentoGlosario,
.estadoPeticionGlosario {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 23px auto 1fr;
}
.estadoDocumentoGlosario span,
.estadoPeticionGlosario span {
    white-space:nowrap;
}
.login-contenido a {
color:white;
}
.no_margen {
    margin:0;
}
.sgr_asignada_texto {
    margin-top:10px;
    margin-bottom:10px;
    font-size: 14px;
    padding-left: 10px;
}
.sgr_asignada_contacto {
    display: flex;
    margin-left: 50px;
    margin-bottom:20px;
    line-height: 10px;
    font-size: 14px;

}
.sgr_asignada_contacto_logo {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 15px;
}
.contador_negativo {
    color: #e3032e;
    margin-left: 5px;
}
.lineaexpres {
    text-align: center;
    height: 40px;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    padding-top: 4px;
    margin-bottom: 0;
}
.fondoamarillo {
    background-color: #fab000;
}
.fondoamarilloclaro {
    background-color: #fef7e6;
}
.fondorojo {
    background-color: #e3032e;
}
.fondorojoclaro {
    background-color: #fbe5e5;
}
.fondomarron {
    background-color: #611214;
}
.fondomarronclaro {
    background-color: #efe7e7;
}
.fondoverde {
    background-color: #126112;
}
.fondoverdeclaro {
    background-color: #dce7dc;
}
.fondoazul {
    background-color: #263b46;
}
.fondoazulclaro {
    background-color: #dfe2e3;
}
#grupoExpres, #grupoPlus, #grupoEspecifico {
    cursor:pointer;
    /*margin-left:30px;
    margin-right:30px;*/
}
#grupoExpres .CajaContenedor, #grupoPlus .CajaContenedor, #grupoEspecifico .CajaContenedor {
    height: 245px!important;
}
#grupoExpres .CajaInterna, #grupoPlus .CajaInterna, #grupoEspecifico .CajaInterna {
    height: 240px!important;
}

#grupoExpres {
    padding-top: 48px;
    margin-top: 0;
    margin-left: 60px;
}

#grupoPlus{
    margin-right:60px;
}
#grupoExpres:hover, .grupoExpresSeleccionado {
    background-color: #fab000;
    color:#ffffff!important;
    padding-top: 48px !important;
    margin-top: -48px;
}
#grupoPlus:hover, .grupoPlusSeleccionado{
    background-color: #e3032e;
    color:#ffffff!important;
    padding-top: 48px !important;
    margin-top: -48px;
}
#grupoEspecifico:hover, .grupoEspecificoSeleccionado {
    background-color: #611214;
    color:#ffffff!important;
    padding-top: 48px !important;
    margin-top: -48px;
}
#grupoExpres:hover .cajaamarilla, .grupoExpresSeleccionado .cajaamarilla, #grupoPlus:hover .cajaroja, .grupoPlusSeleccionado .cajaroja, #grupoEspecifico:hover .cajamarron, .grupoEspecificoSeleccionado .cajamarron{
    border: 2px solid #ffffff !important;
    color:#ffffff!important;
}
#grupoExpres .CajaContieneTituloSpan, #grupoPlus .CajaContieneTituloSpan , #grupoEspecifico .CajaContieneTituloSpan {
    background-color:transparent!important;
    margin-top: -31px;
}
#grupoExpres:hover .CajaTituloTexto, .grupoExpresSeleccionado .CajaTituloTexto {
    background-color: #fab000!important;
    border-radius: 100px 100px 0px 0px;
    -moz-border-radius: 100px 100px 0px 0px;
    -webkit-border-radius: 100px 100px 0px 0px;
    border: 0px solid #000000;
    padding-top: 20px !important;
}
#grupoPlus:hover .CajaTituloTexto, .grupoPlusSeleccionado .CajaTituloTexto {
    background-color: #e3032e!important;
    border-radius: 100px 100px 0px 0px;
    -moz-border-radius: 100px 100px 0px 0px;
    -webkit-border-radius: 100px 100px 0px 0px;
    border: 0px solid #000000;
    padding-top: 20px !important;
}
#grupoEspecifico:hover .CajaTituloTexto, .grupoEspecificoSeleccionado .CajaTituloTexto {
    background-color: #611214!important;
    border-radius: 200px 200px 0px 0px;
-moz-border-radius: 200px 200px 0px 0px;
-webkit-border-radius: 100px 100px 0px 0px;
border: 0px solid #000000;
padding-top: 20px !important;
}
.titulocajagrupoproducto {
    background-repeat: no-repeat;
    width: 100px !important;
    height: 75px;
    margin-top: -49px;
    margin-left: -50px;
    position: absolute;
    background-position: center;
    padding: 0px !important;
    padding-top: 20px !important;
}
.titulocajagrupoproductoIE {
    margin-left: 75px;
}
#grupoExpres .titulocajagrupoproducto {
    background-image: url('./Imagenes/prod_na_expres_normal.png');
}
#grupoPlus .titulocajagrupoproducto {
    background-image: url('./Imagenes/prod_na_financiero_normal.png');
}
#grupoEspecifico .titulocajagrupoproducto {
    background-image: url('./Imagenes/prod_na_espec_normal.png');
}
#grupoExpres:hover .titulocajagrupoproducto, .grupoExpresSeleccionado .titulocajagrupoproducto {
    background-image: url('./Imagenes/prod_na_expres_inv.png')!important;
} 
#grupoPlus:hover .titulocajagrupoproducto, .grupoPlusSeleccionado .titulocajagrupoproducto {
    background-image: url('./Imagenes/prod_na_financiero_inv.png')!important;
}
#grupoEspecifico:hover .titulocajagrupoproducto, .grupoEspecificoSeleccionado .titulocajagrupoproducto {
    background-image: url('./Imagenes/prod_na_espec_inv.png')!important;
}
.logoSGRmonocromo {
    width: 88px;
    height: 35px;
    display: inline-block;
}
.logoColaboradormonocromo {
    width:88px;
    height:33px;
    display:inline-block;
}

.webp #logomonocromoBDE,
.webp .logomonocromoBDE {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat 0 -105px;
}
.no-webp #logomonocromoBDE,
.no-webp .logomonocromoBDE {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat 0 -105px;
}

.webp #logomonocromoAGRI,
.webp .logomonocromoAGRI {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -215px -7px;
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -215px -7px;
}
.no-webp #logomonocromoAGRI,
.no-webp .logomonocromoAGRI {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -215px -7px;
}
.webp #logomonocromoSEPI,
.webp .logomonocromoSEPI {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -303px -3px;
    width: 28px;
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -303px -3px;
}
.no-webp #logomonocromoSEPI,
.no-webp .logomonocromoSEPI {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -303px -3px;
    width: 28px;
}
.webp #logomonocromoPACTO,
.webp .logomonocromoPACTO {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -331px -3px;
    width: 39px;
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -331px -3px;
}
.no-webp #logomonocromoPACTO,
.no-webp .logomonocromoPACTO {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -331px -3px;
    width: 39px;
}
.webp #logomonocromo2030,
.webp .logomonocromo2030 {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -370px -6px;
    width: 21px;
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -370px -6px;
}
.no-webp #logomonocromo2030,
.no-webp .logomonocromo2030 {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -370px -6px;
    width: 21px;
}
#logomonocromo9899 ,
.logomonocromo9899 {    background: url('./Imagenes/SGRsoft/SGRSoft_Logo_Trans_blanco.png') no-repeat;
}

.webp #logomonocromo0081,
.webp .logomonocromo0081 {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -616px 0;
}
.no-webp #logomonocromo0081,
.no-webp .logomonocromo0081 {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -616px 0;
}
.webp #Clase-CRM #logomonocromo0081 {
    background: url('./Imagenes/SGR/logos_sprites_color.webp') no-repeat -616px 0px;
}
.no-webp #Clase-CRM #logomonocromo0081 {
    background: url('./Imagenes/SGR/logos_sprites_color.png') no-repeat -616px 0px;
}

.webp #logomonocromo6875,
.webp .logomonocromo6875 {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -616px -35px;
}

.no-webp #logomonocromo6875,
.no-webp .logomonocromo6875 {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -616px -35px;
}

.webp #Clase-CRM #logomonocromo6875 {
    background: url('./Imagenes/SGR/logos_sprites_color.webp') no-repeat -616px -35px;
}

.no-webp #Clase-CRM #logomonocromo6875 {
    background: url('./Imagenes/SGR/logos_sprites_color.png') no-repeat -616px -35px;
}

.webp #logomonocromo9892,
.webp .logomonocromo9892 {
    background: url('./Imagenes/SGR/logos_sprites_color.webp') no-repeat -1px 2px;
}

.no-webp #logomonocromo9892,
.no-webp .logomonocromo9892 {
    background: url('./Imagenes/SGR/logos_sprites_color.png') no-repeat -1px 2px;
}

.webp #Clase-CRM #logomonocromo9892 {
    background: url('./Imagenes/SGR/logos_sprites_color.webp') no-repeat -1px 2px;
}

.no-webp #Clase-CRM #logomonocromo9892 {
    background: url('./Imagenes/SGR/logos_sprites_color.png') no-repeat -1px 2px;
}

.webp #logomonocromo0182,
.webp .logomonocromo0182 {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -528px -70px;
}
.no-webp #logomonocromo0182,
.no-webp .logomonocromo0182 {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -528px -70px;
}
.webp #Clase-CRM #logomonocromo0182 {
    background: url('./Imagenes/SGR/logos_sprites_color.webp') no-repeat -528px -70px;
}
.no-webp #Clase-CRM #logomonocromo0182 {
    background: url('./Imagenes/SGR/logos_sprites_color.png') no-repeat -528px -70px;
}
#Clase-CRM .logomonocromo.logoSGRmonocromo {
    background-image: url('./Imagenes/cabecera-logo-inv.png');
    background-size: cover;
    width: 119px;
}
[id^="documentacion_opcional"] {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin-top: 20px;
}
[id^="idnueva_peticion"] {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    margin-top: 20px;
}
.contenido_nueva_peticion {
    padding: 1px 15px 15px 15px;
}
.contenido_documentacionopcional {
    padding: 1px 15px 15px 15px;
}
#upload_opcional_contenedor .k-upload-status.k-upload-status-total {
    margin-top: 37px;
}

}
.contenido_nueva_peticion {
    padding: 1px 15px 15px 15px;
}
.cabecera_documentacionopcional {
    background-color: rgba(38,59,70,.1);
    padding-left: 17px;
    height:39px;
    display: flex;
    align-items: center;
}

.cabecera_nueva_peticion {
    background-color: rgba(38,59,70,.1);
    padding-left: 17px;
    height: 39px;
    display: flex;
    align-items: center;
}

ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.tabs li {
    border: #fab000 solid 1px;
    border-bottom: none;
    float: left;
    padding: .7em .5em;
    /*width: 280px;*/
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}
ul.tabs li:hover {
    cursor:pointer;
}
ul.tabs li a h2{
    color: #263b46;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
ul.tabs li.active {
    background: #263b46;
}
ul.tabs li.active a h2{
    color: white;
}
.clr {
    clear: both;
    border: #fab000 solid 1px;
}
.article {
    /*border: #263b46 solid 1px;*/
    padding: 15px;

}
.tab_Contenedor {
    border-top: 2px solid #fab000;
    border-bottom: 2px solid #611214;
    background-image: -webkit-linear-gradient(top,#fab000,#e3032e,#611214),-webkit-linear-gradient(top,#fab000,#e3032e,#611214);
    background-image: -moz-linear-gradient(top,#fab000,#e3032e,#611214),-moz-linear-gradient(top,#fab000,#e3032e,#611214);
    background-image: -o-linear-gradient(top,#fab000,#e3032e,#611214),-o-linear-gradient(top,#fab000,#e3032e,#611214);
    background-image: linear-gradient(to bottom,#fab000,#e3032e,#611214),linear-gradient(to bottom,#fab000,#e3032e,#611214);
    padding: 0px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0,100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 2px 100%;
    -moz-background-size: 2px 100%;
    background-size: 2px 100%;
    margin:25px auto 50px auto;
    width:600px;
}
.article .etiqueta {
    width: 137px;
}
.article .field-validation-error, .article .texto_alerta {
    display: block !important;
}
.boton_loginregistro_contenedor {
    margin-top: -5px;
    position: absolute;
    z-index: 10;
    margin-left: 173px;
    width:220px;
    background-color:white;
}
.boton_loginregistro{
    background-color: #263b46;
    color: #ffffff;
    font-size: 19px; 
    width:200px;
    margin-left: 10px !important;
}
#cargando {
    background-image: url('./Imagenes/loading.svg');
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.cabecera_iconos {
    float:right;
}
.cabecera_iconos img{
    margin-left:2px;
    margin-right:2px;
}

.imagen_exito {
    width: 90px;
    height: 90px;
    background-image: url('./Imagenes/exito.png');
}
.imagen_error {
    width: 90px;
    height: 90px;
    background-image: url('./Imagenes/error.png');
}
#condiciones-aval-contenedor {
    margin-top:15px;
    width:100%;
}
.documentacion-necesaria-contenedor {
    float:left
}
#condiciones-aval, #documentacion-necesaria {
    cursor: pointer;
    margin: 0 auto!important;
    text-align: center;
    color: white;
    background-color: #263b46;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
}
#slider .contenido_limitado {
    max-width:1024px;
}

.margenlistamapa {
    margin-top: 0;
    margin-bottom: 4px;
}
#lineamapa {
    margin-bottom: 30px;
}
.lineamapaizquierda {
    float: left;
    background-image: -moz-linear-gradient(left,#fab000,#db0025,#5d1012);
    background-image: linear-gradient(to left,#fab000,#db0025,#5d1012);
    background-image: -webkit-linear-gradient(left,#fab000,#db0025,#5d1012);
    background-image: -o-linear-gradient(top,left,#fab000,#db0025,#5d1012);
    width: 32%;
    height: 2px;
    margin-top: 17px;
}
.lineamapaderecha {
    float: left;
    background-image: -moz-linear-gradient(left,#5d1012,#db0025,#fab000);
    background-image: linear-gradient(to left,#5d1012,#db0025,#fab000);
    background-image: -webkit-linear-gradient(left,#5d1012,#db0025,#fab000);
    background-image: -o-linear-gradient(top,left,#5d1012,#db0025,#fab000);
    width: 32%;
    height: 2px;
    margin-top: 17px;
}
.lineamapabotones {
    float: left;
    width: 35%;
    margin:0 auto;
    text-align:center;
    padding-left: 9px;
}
.lineamapaboton {
    float:left;
    width:48%;
    margin-right: 5px;
        
}
.lineamapabotones .btn:hover, .lineamapabotones .seleccionado{
    background-color:rgb(215, 219, 222);
    color:#263b46;
}
#sectoriales{ 
    padding: 0 277px;
}

input[type="submit"],
button{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#idiomas{
    text-align: left;
    font-size:10pt;
    margin-left: 5px;
    display: flex;
}
#idiomas a {
    margin-left: 10px;
}
#idiomas img {
    margin-top: 4px;
}
#idiomas span {
    margin-left:5px;
}
.idoma {
    width:55px;
}
.idioma_seleccionado {
    font-weight:bold;
}
.idioma_seleccionado a img {
    border: 1px solid;
}

/*Preguntas Frecuentes*/
.cajaFAQ {
    border-left: 2px solid #fab000;
    border-right: 2px solid #611214;
    background-image: -webkit-linear-gradient(left,#fab000,#e3032e,#611214),-webkit-linear-gradient(left,#fab000,#e3032e,#611214);
    background-image: -moz-linear-gradient(left,#fab000,#e3032e,#611214),-moz-linear-gradient(left,#fab000,#e3032e,#611214);
    background-image: -o-linear-gradient(left,#fab000,#e3032e,#611214),-o-linear-gradient(left,#fab000,#e3032e,#611214);
    background-image: linear-gradient(to right,#fab000,#e3032e,#611214),linear-gradient(to right,#fab000,#e3032e,#611214);
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0,0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    margin: 25px auto;
}
.cajaFAQ p {
    margin: 0 0 3px 0;
}
.cajaFAQ a {
    color:#e3032e;
    text-decoration:underline;
}
.tizFAQ {
    background-image: url('./Imagenes/tiz.png');
    width:40px;
    height:44px;
    margin-left:-69px;
    position:absolute;
}
.tdeFAQ {
    background-image: url('./Imagenes/tde.png');
    width:40px;
    height:44px;
    margin-left:855px;
    position:absolute;
}

/************************************ Spinner de carga ***********************************/
.carga_spinner{
    position: absolute;
    z-index: 1000000;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: flex;
    width:100%;
}

.carga_spinner i{padding:0!important}
/**************************/
/* Estilos menú responsive*/ 



/* Toggle nav button*/
.toggle-nav {
    display:none;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}

/* Rotate first bar */
.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    -moz-transform: rotate(-45deg) translate(-9px, 6px);
    -ms-transform: rotate(-45deg) translate(-9px, 6px);
    -o-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}

/* Fade out the second bar */
.active .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -moz-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    -o-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}

/* Menu class*/
.menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 15px;
    padding: 10px;
    box-sizing:border-box;
}

/* Aviso cookies*/
/* cambios de estilos de la peticion 2102 - Cambio Politicas Coockies*/

#informacion_cookies_contenedor {
    position: fixed;
    z-index: 500;
    /*background: #fff;*/
    background: #333333;
    /*opacity: .95;*/
    border-top: 1px solid #003f59;
    bottom: 0;
    /*Cambios Yassin*/
    overflow: hidden;
}

#informacion_cookies_contenedor.preferenciasGuardadas{
    bottom:-100vh;
    opacity:.1;
}

#informacion_cookies_texto {
    padding: 40px 40px 20px !important;
    /*color:#5d1012;*/
    color: #ffffff;
}
.titulo_consentimiento_coockies {
  color: #ffffff;
}
.cookies_policy_link {
  color: #fab000;
}
.cookies_policy_link:visited {
    color: #fab000;
}
.informacion_cookies_checkbox {
  
}
.cookie_description {
    margin-top: 0px;
    padding-left: 1.5em;
    font-size: 80%;
}
#informacion_cookies_contenedor hr {
    border-left: none;
}
#informacion_cookies_contenedor .btn {
    background-color: #fff;
    border-color: #d7dbde;
    text-align: center;
}
#informacion_cookies_contenedor .boton-guarda {
    margin: 0 20px 0 0;
}
#informacion_cookies_contenedor .boton-acepta {
    margin: 0 0 0 20px;
}
#informacion_cookies_contenedor .btn:hover {
    background-color: #d7dbde;
    color: #263b46;
}
.lineamapabotones .btn{
    min-width: 150px;
}
.informacion_cookies_checkbox {
    /* estilo del checkbox, de momento no aplico */
    /*color: #fab000;*/
}
#informacion_cookies_contenedor .lineamapabotones {
    padding: 40px 20px;
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
    float:initial;
}

@media (max-width:767px) {
    #informacion_cookies_contenedor{
        min-width: 360px;
    }

    #informacion_cookies_contenedor .boton-guarda {
        margin: 0 0 20px 0;
    }

    #informacion_cookies_contenedor .boton-acepta {
        margin: 0;
    }
    #informacion_cookies {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #informacion_cookies_texto {
        font-size: .85rem;
        margin-bottom:1em;
    }

    .cookie_description {
        display: none;
    }

    #informacion_cookies_contenedor .lineamapabotones {
        padding: 15px;
        float: left;
        width: 100%;
        display: block;
        margin: -15px 0 10px;
        text-align: left;
    }
    #informacion_cookies_contenedor .btn {
        width: 75%;
        max-width: 75%;
        float: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto auto 1em auto;
    }
    
}

hr.separador{
    border-left: none;
    margin: 30px 0;
}
.tabla-info-rgpd {
  background-color: rgba(38, 59, 70,.05);
  color:  rgb(38, 59, 70);
  font-size: .75em;
  font-family: 'open_sanscondensed_light', sans-serif;
  width: 100%;
  border-collapse: collapse;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 30px;
}
.tabla-info-rgpd thead tr:first-child th {
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.tabla-info-rgpd thead th {
  background-color: rgb(38, 59, 70);
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
}
.tabla-info-rgpd thead th h5 {
  border-top: solid 1px transparent !important;
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3) !important;
  margin: -5px;
  padding: 5px;
}
.tabla-info-rgpd td {
  padding: 5px 15px;
}
.tabla-info-rgpd tbody td {
  text-align: left;
  vertical-align: top;
  line-height: 13px;
  color: rgb(38, 59, 70);
  font-size:12px;
}
.tabla-info-rgpd tbody td:first-child {
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px rgba(38,59,70,.2);
  border-bottom: solid 1px transparent;
  width: 100px;
  text-align: right;
}
.tabla-info-rgpd tbody td.conbordeinf{
    border-bottom: solid 1px rgba(38,59,70,.2)!important;
}
.tabla-info-rgpd.mascol {
  font-size: .9em;
  color: #e6e6e6;
}
.tabla-info-rgpd.mascol tbody td:not(:last-child) {
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px rgba(38,59,70,.2);
  border-bottom: solid 1px transparent;
}

/*Fin Aviso Cookies*/


/* Entidades Financieras*/

#registroEntidadFinanciera .article.formulario_central{background-color:#f4f4f4}
#registroEntidadFinanciera .boton_loginregistro_contenedor{
    background: -moz-linear-gradient(top, #f4f4f4 50%,#fff 60%);
    background: -webkit-linear-gradient(top, #f4f4f4 50%,#fff 60%);
    background: linear-gradient(top,#f4f4f4 50%,#fff 60%);
}
.enlaceEntidadFinanciera{
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #e4e4e4;
}

.enlaceEntidadFinanciera a{color:#e3032e}
.enlaceEntidadFinanciera a:hover{color:#fab000}

.enlaceEntidadFinanciera.certificado{
    background-color:#d1e7d5;
}

/*Fin Entidades Financieras */

/*----- Responsive -----*/
@media screen and (max-width: 860px) {

    .menu {
        position:relative;
        display:inline-block;
        width:100%;
    }
 
    .menu ul.active {
        display:none;
    }

        .menu ul {
            width: 100%;
            position: absolute;
            left: 0;
            top: 75px;
            box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
            border-top: 1px solid rgba(0,0,0,0.2);
            background-color: rgba(255,255,255,0.9)
        }
 

    .menu li {
        float:none;
        display:block;
        width:100%;
        height:70px;
        font-size:28px;
        line-height:70px;
        border-bottom:2px solid #ffffff;
    }

    .menu li:last-child {
        border-bottom: none;
    }

    #menu-sup li>div.separador{
        display:none;
    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:20px;
        display:inline-block;
        transition:color linear 0.15s;
        cursor:pointer;
        float:right;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }
 }


/* End menú responsive*/
/**************************/

/**************************/
/* Correcciones responsive*/ 

/*slider*/
#formulario_contacto .CajaParaFondoBlanco{
    overflow: hidden;
}


@media (max-width:1023px) {
        .imgtriangulos{
        display:none;
    }
    .titulo_lineas {
        width: 60%;
    }
    #grupoExpres:hover, .grupoExpresSeleccionado {
		margin-top: -33px;
	}
	#grupoPlus:hover, .grupoPlusSeleccionado{
		margin-top: -33px;
	}
	#grupoEspecifico:hover, .grupoEspecificoSeleccionado {
		margin-top: -33px;
	}
    #DIV_SGRS_EN_PROVINCIA {
    display: block;
    text-align: left;
    width: 380px;
    padding: 5px;
    float: none;
    margin: 0 auto;
    position: inherit;
    
    }
    #contenedor_pares_sgr_0 {
        margin-top:0!important;
    }
    .k-widget .k-window {
        width: 100% !important;
        margin:0 auto;
        left:0 !important;
    }
    #provinciasmovil {
        display:inline;
    }

    #provinciasmovil #ComboProvincias{
      border-radius:2px; 
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      width: 100% !important;
      font-weight: 300;
      padding: 8px;
    }
    #zonaMapaProvinciasContenedor {
        display:none;
    }
    #lineamapa {
        display: none;
    }
    #generalistas {
        display:block !important;
    }
    #sectoriales {
        display:none !important;
    }
    .historiaempresa{font-size: 13pt;font-weight: 400}

    .tizFAQ, .tdeFAQ {
        display:none;
    }

    .logo-gobierno-cabecera{display:none}
}
@media (min-width:1024px) {
    [class*="col-"]{
        padding: 20px;
    }
    .col45{
        padding: 20px 45px;
    }
    .col40{
        padding: 20px 40px;
    }
    .col15{
        padding: 20px 15px;
    }
    .col0-15{
        padding: 0 15px;
    }

    .col0-15-10{
        padding: 0 15px 10px 15px;
    }
    .col30{
        padding: 20px 30px;
    }
    .col0-30{
        padding: 0 30px;
    }
    .col-md-10{
        padding:0 4px;
    }
    .col-md-10-izquierda{
        padding:0;
    }
    .col-md-10-derecha{
        padding:0;
    }
    .imgtriangulos{
        margin-top: -371px;
        /*margin-left: 0;*/
        right: -65px;
    }
    .marginnegativo{
        margin:0 -67px;
    }

    #historias-exito {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    #historias-exito .CajaParaFondoBlanco{
        min-height:198px;
    }



    .paddingzero {
        padding: 0;
    }

    .logo-gobierno-cabecera{
        padding: 0 8px 0 8px;
        float: right;
        display: inline-block;
        color: #fff;
        text-align: center;
        margin-top: 16px;
    }
    .logo-gobierno-cabecera a{
        display: inline-block;
        overflow: hidden;
        line-height:37px;
    }
    .logo-gobierno-cabecera .logo-gobierno{width:125px;margin-right:5px}
    /*Formularios*/
}

@media (min-width:1025px) {
    #slides .contenido_limitado 
    {
        width:1025px;
    }
    #historias-exito {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 1007px;
        margin: 0 auto;
    }


    #ProductosPlus .contenido_limitado {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 1007px;
        margin: 0 auto;
    }
    /*.titulo_lineas {
        width:860px;
    }*/


}

@media screen and (min-width: 4250px) and (max-width:8) {
    .menu {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-column-gap: 15px;
        padding: 10px;
        box-sizing: border-box;
    }
}

@media (max-width:425px) {
    .contenido_limitado .slidercaja 
    {
        width:100%;
        box-sizing: border-box;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
    }

    .botoncajafinanciacion{
        position: static;
    }
    #grupoExpres .CajaInterna p, #grupoPlus .CajaInterna p, #grupoEspecifico .CajaInterna p {
        margin-top: 0px;
    }
    #grupoExpres .CajaInterna h3, #grupoPlus .CajaInterna h3, #grupoEspecifico .CajaInterna h3 {
        margin-top: 11px;
    }

    #grupoExpres .CajaInterna, #grupoPlus .CajaInterna, #grupoEspecifico .CajaInterna {
        height: 295px !important;
    }
    #grupoExpres .CajaContenedor, #grupoPlus .CajaContenedor, #grupoEspecifico .CajaContenedor 
    {
        height: 295px !important;
    }
    #datos_SGR .negrita{
        width: auto !important;
        margin-left: 0px;
    }
    .quote {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 19px;
        margin-top: 35px;
        margin-bottom: 45px;
    }
    
}

@media (max-width:768px) {
     #grupoExpres .CajaInterna, #grupoPlus .CajaInterna, #grupoEspecifico .CajaInterna {
        height: auto;
        overflow:hidden;
    }

     #grupoExpres {
        margin-left: 0px;
    }

    #grupoPlus{
        margin-right:0px;
    }

    #grupoExpres .CajaInterna, #grupoPlus .CajaInterna, #grupoEspecifico .CajaInterna {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-group input, .form-group textarea{
        width:100% !important;
    }

    .form-group .checkbox{
        width:15px !important;
    }

    .col-md-10, .col-md-10-izquierda, .col-md-10-derecha{
        display:block;
        width: 100%;
        max-width: 100%;
    }
    .etiqueta {
        width:auto;
        text-align:left;
    }
    .zona-label-prefijo {
        text-align:left;
        display: block;
    }

    /*.zona-label-prefijo{
        
        text-align: right;   
    }*/
   #DIV_SGRS_EN_PROVINCIA {
        width: 100%;
    }
    .lblSolicitaAval {
        display:none;
    }

    .textarea-adaptable textarea {
        min-width: 100px;
    }


}
/* End Correcciones responsive*//**************************/


/********************************** vídeos de youtube *****************************************/
.youtube-player {
  position: relative;
  padding-bottom: 56.8%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 45px 0;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  z-index: 1;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 101%;
  width: 101%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .1s all;
  -moz-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #ffffff;
}
.youtube-player .play i {
  line-height: 72px;
  font-size: 30px;
  padding: 0 27px;
}
.youtube-player .iframevideo {
  background-color: #000;
  color: #aaa;
  bottom: 0;
  display: block;
  max-width: 101%;
  width: 101%;
  position: absolute;
  top: 0;
  cursor: progress;
}
.youtube-player .iframevideo > div {
  display: flex;
  align-items: center;
  height: 100%;
}

.webp .youtube-player .iframevideo > div > i {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -42px -138px;
}

.no-webp .youtube-player .iframevideo > div > i {
    background: url(./Imagenes/SGR/logos_sprites.png) no-repeat -42px -138px;
}

.youtube-player .iframevideo > div > i {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    display: block;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


    .youtube-player .oculto {
        display: none;
    }

    @media (max-width: 991px) {
        .youtube-player {
    margin: 30px 0;
  }
}

/* Casos de éxito */

.HistoriaExito .youtube-player{
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0;
}

.HistoriaExito .youtube-player .play {
    display: block !important;
    background-color: transparent;
    margin-left: -64px;
    margin-top: -64px;
    height: 128px;
    width: 128px;
    border: 5px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.HistoriaExito .youtube-player .play:hover {opacity:.9}


.HistoriaExito .youtube-player .play i{
    width: 42px;
    height: 48px;
    display: block;
    padding: 0;
    margin: 35px 40px;
}
.no-webp .HistoriaExito .youtube-player .play i {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat 0 -138px;
}
.webp .HistoriaExito .youtube-player .play i {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat 0 -138px;
}


.HistoriaExito .youtube-player img:hover {
    -webkit-filter: none;
}


/************************************ Ventanas propias ************************************/
body.MiVentana-open {
  overflow: hidden;
}
.MiVentana {
  overflow: hidden;
  z-index: 10002;
}
.MiVentana .MiVentana-contenido {
  background-color: #ffffff;
  padding: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  width: 70%;
  position: absolute;
  z-index: 10003;
  margin: 15px auto 0;
  display: block;
  left: 0;
  right: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 1;
}
.MiVentana .MiVentana-contenido .MiVentana-cabecera {
  padding: 10px 10px 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.MiVentana .MiVentana-contenido .MiVentana-cabecera .encabezado-h5 {
  line-height: 13px!important;
  margin: 0 0 5px 0 !important;
  font-size: 0.9em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
}
.MiVentana .MiVentana-contenido .MiVentana-cabecera.ui-draggable-handle {
  cursor: move;
}
.MiVentana .MiVentana-contenido .MiVentana-cabecera .close {
  margin: -10px !important;
  padding: 7px;
  border-top: solid 1px transparent;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
  color: #9a2231 !important;
}
.webp .MiVentana .MiVentana-contenido .MiVentana-cabecera .close i:not(.fa):not(.fas):not(.far):not(.fab) {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -464px -123px;
}
.no-webp .MiVentana .MiVentana-contenido .MiVentana-cabecera .close i:not(.fa):not(.fas):not(.far):not(.fab) {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -464px -123px;
}
.MiVentana .MiVentana-contenido .MiVentana-cabecera .close i:not(.fa):not(.fas):not(.far):not(.fab) {
    width: 15px;
    height: 15px;
    display: block;
}
.MiVentana .MiVentana-contenido .MiVentana-cabecera .close:hover {
  color: #d9d9d9 !important;
  background-color: #f2f2f2;
  cursor: pointer;
}
.MiVentana .MiVentana-contenido .MiVentana-cabecera .close:not(:first-child) {
  margin-right: 10px !important;
}
.MiVentana .MiVentana-contenido .MiVentana-cuerpo {
  padding: 15px;
}
.MiVentana .MiVentana-contenido .MiVentana-cuerpo .enlacecompartir {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0!important;
  line-height: 24px;
}
.MiVentana .MiVentana-contenido .MiVentana-cuerpo .badge {
  padding: 15px;
  margin: 15px;
  min-width: 27px;
}
.MiVentana.big .MiVentana-contenido {
  width: 95%;
}
.MiVentana.small .MiVentana-contenido {
  width: 50%;
}
.MiVentana.adaptable .MiVentana-contenido {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.MiVentana.enmapa {
  position: absolute;
  top: -100px;
}
.MiVentana.enmapa .MiVentana-contenido {
  position: relative;
  margin: 0 0 0 10px;
  width: 350px;
}
.MiVentana.enmapa .MiVentana-contenido:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  top: 115px;
}
.MiVentana.gris .MiVentana-cuerpo {
  background-color: #d9d9d9;
}
.MiVentana.oculto .MiVentana-contenido {
  opacity: 0;
}
.MiVentana.confondo {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.MiVentana.confondo .MiVentana-contenido {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}
.MiVentana.concaja .MiVentana-cuerpo {
  padding-right: 0;
}
.MiVentana.concaja .caja {
  box-shadow: none;
  padding: 15px !important;
  margin-bottom: 0;
}

.MiVentana.conscroll .MiVentana-cuerpo {
    overflow-y: auto;
    max-height: 500px;
}

.MiVentana .youtube-player{margin:0}
@media (max-width: 575px) {
  .MiVentana .MiVentana-contenido {
    width: 95%;
  }
  .MiVentana.small .MiVentana-contenido {
    width: 95%;
  }
  .MiVentana.concaja .MiVentana-cuerpo {
    padding: 0;
  }
  .MiVentana.concaja .MiVentana-cuerpo > .container100 {
    padding-right: 0 !important;
  }
  .MiVentana.concaja .MiVentana-cuerpo .caja {
    padding: 0 !important;
  }
  .MiVentana.enmapa .MiVentana-contenido {
    width: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .MiVentana.small .MiVentana-contenido {
    width: 75%;
  }
  .MiVentana.concaja .MiVentana-cuerpo {
    padding: 0;
  }
  .MiVentana.concaja .MiVentana-cuerpo > .container100 {
    padding-right: 0 !important;
  }
  .MiVentana.concaja .MiVentana-cuerpo .caja {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .MiVentana.small .MiVentana-contenido {
    width: 35%;
  }
  .MiVentana.big .MiVentana-contenido {
    width: 1200px;
  }
}

.contransicion {
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

.sintransicion {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

#pie {
    bottom: 0;
    background-color: #263b46;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: white;
    -webkit-box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
}

#pie_contenido {
    height: 100%;
    margin: 0 auto;
}

#pie_contenido > .row > .col-12:first-child{
    display:flex;
    padding:15px;
}

#pie_contenido > .row > .col-12:first-child .logo{
    padding-right:20px;
}

#pie_contenido > .row > .col-12:first-child .enlaceTexto{
    padding-top: 12px;
}

#pie_contenido > .row > .col-12:first-child .fila_sgr {
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
    align-items: center;
    margin:0 auto;
}

#pie_contenido > .row > .col-12:first-child .fila_sgr a {
    height:33px;
    box-sizing: border-box;
}

#pie_contenido > .row > .col-12:last-child {
    padding: 0 20px 5px;
}

.tabla_pie_contenedor{
  display: table;
  margin: 0 auto;
}
.fila_pie_contenedor{
  display: table-row;
}
.col_pie_contenedor{
  display: table-cell;
  padding: 2px;
  vertical-align: top;
  margin: 10px;
  position: relative;
}
.col_pie_contenedor_ult{
  display: table-cell;
  padding: 12px;
  vertical-align: top;
  width: 170px;
}
#pie a:visited {
    color: white;
}
#pie a {
    color: white;
}
.fila_sgr {
    margin-top: 4px;
}
.col_pie_contenedor_enlace {
    margin-right: 5px;
    margin-left: 5px;
}
.footer_noticia {
    display:flex;
    padding: 7px 0;
}

/*
Old    
.footer_noticia_imagen {
    float:left;
}
.footer_noticia_imagen .img{
    width:140px;
    height:93px;
}
.footer_noticia_Texto {
    float:left;
    position:relative;
}
.footer_noticia_Texto p{
    line-height: 15px!important;
    margin: 0 0 0 6px;
    text-align: left;
    font-size: .9em;
}
.footer_noticia_Texto p:last-child{
    position:absolute;
    bottom:0;
    font-size:.8em;
}*/

.footer_noticia_imagen{
    position:relative;
    width:100%;
}

.footer_noticia_imagen .img {
    width: 100%;
    height: 100px;
}

.footer_noticia_imagen span {
    color: #fff;
    position: absolute;
    z-index: 4;
    display: block;
    bottom: 0;
    padding: 15px;
    width: -moz-available;
    width: -webkit-fill-available;
    background-color: rgba(0,0,0,.2);
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

.footer_noticia_imagen small {
    display: block;
    padding-top: 3px;
    color: #fab000;
}

@media (max-width:425px) {
    .footer_noticia_imagen .img {
        height: 200px;
    }

    .footer_noticia_imagen span {
        font-size: 15px;
        padding: 15px;
    }
}
@media (min-width:846px) and (max-width:1090px) {
    .footer_noticia_imagen .img {
        height: 138px;
    }

    .footer_noticia_imagen span {
        font-size: 14px;
        padding: 7.5px;
    }
}

#colaboradores .col_pie_contenedor_enlace {
    display: inline-block;
    overflow: hidden;
    margin: 0 15px;
}

.titulo_lineas span, .titulo_lineas a{
    white-space:nowrap;
    padding-bottom: 5px;
    display: inline-block;
}

/***************************************** Ocultos ***************************************/
   .oculto-movil,
   .oculto-tablet{display:inline-block!important;margin-bottom:0!important}
   .visible-movil,
   .visible-tablet{display:none!important}


   @media (max-width:768px) {
       .oculto-movil{display:none!important}
       .visible-movil{display:inline-block!important;margin-bottom:0!important}

   }
   @media (min-width: 769px) and (max-width:1023px) {
       .oculto-tablet{display:none!important}
       .visible-tablet{display:inline-block!important;margin-bottom:0!important}

   }

#sociedad-main-header {
    z-index: 1;
    background: #263b46; /*#333 -> rgba(0,0,0,.1)*/
    color: #003F59; /*white*/
    height: auto; /*80px*/
    width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
    left: 0; /* Posicionamos la cabecera al lado izquierdo */
    top: 0; /* Posicionamos la cabecera pegada arriba */
    position: fixed; /* Hacemos que la cabecera tenga una posición fija */
    border-top: 1px solid white; /*rgba(0,0,0,.1)*/
    border-bottom: 1px solid #003F59;
}
#sociedad-main-header a {
    color: white; /*white*/
}

#sociedad-logo-header {
    float: left;
    padding: 5px 0 0 20px;
    text-decoration: none;
}

#sociedad-logo-header:hover {
    color: white;
}

#sociedad-logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
	display: inline-flex;
	align-items: center;
}

#sociedad-logo-header .site-desc {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    /*color: #999;*/
	padding: 0 0 10px 8px;
}

#sociedad-info-header {
    float: left;
    padding: 5px 0 0 20px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    font-size: 0.8em;
}

#sociedad-main-content-base {
    background: white;
    margin-top: 86px;
}
#sociedad-main-content {
    background: white;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto; /*100px auto 25px auto;*/
    /*box-shadow: 0 0 5px #A3E0F9;*/ /*rgba(0,0,0,.1);*/
}

#sociedad-main-content header,
#sociedad-main-content .content {
    padding: 5px;
}

#sociedad-main-footer {
    height: auto; /*80px*/
    background: #263b46; /*#333 -> rgba(0,0,0,.1)*/
    color: white; /*white*/
    text-align: center;
    padding: 0; /*20px*/
    margin-top: 0; /*40px*/
    border-top: 1px solid #003F59; /*rgba(0,0,0,.1)*/
    /*border-bottom: 0 solid #A3E0F9;*/
}
#sociedad-main-footer .content {
    width: 90%;
    margin: 0 auto;
}
#sociedad-main-footer p {
    margin: 0;
}
#sociedad-main-footer a {
    color: white; /*white*/
}

/* ************************************************ */

#cab-general-login {
    z-index: 3000;
    background-color: #ffffff; /*263b46*/
    /*height: 345px; 111px;*/
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    top: 0;
    position: fixed;
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7), inset -2px -2px 3px rgba(0,0,0,.1), 5px 5px 20px rgba(0,0,0,.1);
}
#cab-general {
	position: absolute; 
	width: 100%; 
	/*height: 100%;*/ 
	margin: 0 auto;
}

.modoPruebas #cab-general .iconoModoPruebas {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 40px;
    overflow: hidden;
}

.modoPruebas #cab-general .iconoModoPruebas .fa-gear {
    margin-left: -20px;
    color: rgba(217, 83, 79, 0.3);
}

#cab-general-iconos-fondo {
    z-index: 91;
    height: 36px;
    /*width: 1024px;
		left: 50%;
		margin-left: -512px;*/
    top: 0;
    position: relative;
    /*border: 1px solid rgba(165, 214, 237, 1);*/

}

#cab-general-iconos {
	/*float: right;*/
	padding: 6px 10px 0 0;
	color: #ffffff;
}
.cab-general-iconos-imagenlink {
	cursor: pointer;
}
.cab-general-iconos-imagenlink.img{
    width: 21px;
    height: 21px;
    display: inline-block!important;
}

.webp #icono-contacto-cabecera {
            background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat  -264px -116px;
        }
.no-webp #icono-contacto-cabecera {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -264px -116px;
}
.webp #icono-facebook-cabecera {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -285px -116px;
}
.no-webp #icono-facebook-cabecera {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -285px -116px;
}
.webp #icono-twitter-cabecera {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -306px -116px;
}
.no-webp #icono-twitter-cabecera {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -306px -116px;
}
.webp #icono-cerrar-cabecera {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -327px -116px;
}
.no-webp #icono-cerrar-cabecera {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -327px -116px;
}
#icono-contacto-cabecera-inv {
    width:23px;
    height:23px;
}
.webp #icono-contacto-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -369px -113px;
}
.no-webp #icono-contacto-cabecera-inv, .blog #icono-contacto-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -369px -113px;
}
#icono-facebook-cabecera-inv {
    width:24px;
    height:24px;        
}
.webp #icono-facebook-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -392px -113px;
}
.no-webp #icono-facebook-cabecera-inv, .blog #icono-facebook-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -392px -113px;
}
#icono-twitter-cabecera-inv {
    width:24px;
    height:24px;        
}
.webp #icono-twitter-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -416px -113px;
}
.no-webp #icono-twitter-cabecera-inv, .blog #icono-twitter-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -416px -113px;
}
.webp #icono-cerrar-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -348px -116px;
}
.no-webp #icono-cerrar-cabecera-inv {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -348px -116px;
}

		#cab-general-iconos-posicionglobal {
			position: relative;
			display: inline-block;
			vertical-align: top;
			padding-top: 7px;
			min-width: 0;
			font-size: 12px;
		}

        #cab-general-iconos .conCertificado{
            color: #1ba231;
            position: absolute;
            font-size: 11px;
            margin-left: -12px;
        }

.webp .icono_buscador_noticias {
    background: url('./Imagenes/SGR/logos_sprites.webp') no-repeat -439px -113px;
}
.no-webp .icono_buscador_noticias {
    background: url('./Imagenes/SGR/logos_sprites.png') no-repeat -439px -113px;
}

        .texto-exito{color: #1ba231}
        #texto-desactivado{color: #cbcbcb}
	#cab-general-content-fondo {
		z-index: 90;
		background-color: rgb(0,0,0); /*rgb(38,59,70);*/
		height: 75px;
		width: 100%;
		left: 0;
		top: 0;
		position: relative;
		opacity: 0.5; /* Google Chrome 4.0+  Internet Explorer 9.0+  Mozilla Firefox 2.0+  Safari 3.1+  Ópera 9.0+ */
		-moz-opacity: 0.5; /* Mozilla < 1.7 Firefox < 0.9  */
		filter: alpha(opacity=50); /* IE < 9.0 */
		color: #ffffff;
    }

	.cab-general-content-fondo-contenedor
	{
		position: relative;
		/*float: left;*/
		width: 100%;
		height: 60px;
		display: flex;
		margin: 0 auto;
		padding: 0;
        max-width:1024px;
	}

    #cab-general-content {
        z-index: 1999;
        display: block;
        height: 60px;
        /*width: 1024px;*/
        /*left: 50%;
		    margin-left: -512px;*/
        margin: 0 auto;
        /*top: -75px;*/
        font-family: 'Roboto Condensed';
        font-size: 13.76pt;
        background-color: rgb(38, 59, 70);
		opacity: 1;
        position:sticky;
        width:100%;
    }


    /*Adaptación responsive*/
    @media (max-width: 767px) {
        #cab-general-iconos-fondo{
            background-color: #f4f4f4;
            border-top: 1px solid #eee;
            position: fixed;
            z-index: 400;
            bottom: 0;
            right: 0;
            left: 0;
            text-align: center;
            padding: 10px 15px;
            top: initial;
        }
        #cab-general-iconos-fondo #cab-general-iconos{
            text-align:center!important;
        }
        #cab-general-iconos-fondo a{
            margin: 5px 10px;
        }
        #pie .titulo_lineas {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 5px; 
            padding-right:0;
            padding-left:10px;
            width: 100% !important;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;

            padding-bottom: 0;
        }
    }

        #cab-general-content-izq, #cab-general-content-dcha, .whiteline{
            background-image: url('./Imagenes/bg-white-line.png');
            background-repeat: repeat-x;
            height: 75px;
        }
        #cab-general-content-izq, #cab-general-content-cen{
            float:left;
        }

        #cab-general-content-dcha{
            float:right;
        }
		#cab-general-content-linea1 {
			background-color: rgb(255,255,255);
			height: 3px;
			width: 50px;
			/*left: 0;*/
			top: 36px;
		    position: relative;
		}
		#cab-general-logo {
			float: left;
			text-decoration: none;
		}
            #cab-general-logo .cab-general-logo-site-name {
                display: block;
                font-weight: 700;
                font-size: 1.2em;
            }
            #cab-general-logo .cab-general-logo-site-name img{
                margin-top:3px;
            }
		#cab-general-content-linea2 {
			float: left;
			background-color: rgb(255,255,255);
			height: 3px;
			width: 110px; /*IE 94*/
			top: 33px;
			left: 0;
			position: relative;
		}
		#cab-general-content-linea2-logado {
			float: left;
			background-color: rgb(255,255,255);
			height: 3px;
			width: 15px;
			top: 33px;
			left: 0;
			position: relative;
		}
		#cab-general-info {
			float: left;
			padding: 5px 0 0 5px;
			text-decoration: none;
			display: block;
			font-weight: 300;
			font-size: 0.8em;
		}
		#cab-general-menu {
			float: left;
			/*transform: scale(0.7); transform-origin: 0 0;*/
			/*margin: 30px 0 0 0;*/
			top: 23.5px;
			left: 1px;
			position: relative;
			font-family: 'Roboto Condensed';
			font-size: 14px;
			color: #ffffff;
		}
		#cab-general-content-linea-ult {
			float: right;
			background-color: rgb(255,255,255);
			height: 3px;
			width: 181px;
			top: 33px;
			left: 0px;
			position: relative;
			display: inline-block;
			overflow: visible;
		}
		#cab-general-content-linea-ult-cliente {
			float: left;
			background-color: rgb(255,255,255);
			height: 3px;
			width: 144px;
			top: 33px;
			left: 5px;
			position: relative;
			display: inline-block;
			overflow: visible;}
		#cab-general-content-linea-ult-admin {
			float: left;
			background-color: rgb(255,255,255);
			height: 3px;
			width: 107px;
			top: 33px;
			left: 5px;
			position: relative;
			display: inline-block;
			overflow: visible;
		}
		#cab-general-content-linea-ult-sociedad {
			float: left;
			background-color: rgb(255,255,255);
			height: 3px;
			width: 605.3px;
			top: 33px;
			left: 5px;
			position: relative;
			display: inline-block;
			overflow: visible;
		}
		#cab-general-content-linea-ult-cliente-sociedad {
			float: left;
			background-color: rgb(255,255,255);
			height: 3px;
			width: 517px;
			top: 33px;
			left: 5px;
			position: relative;
			display: inline-block;
			overflow: visible;}
	    #cab-general-pie {
		    background-color: #263b46;
		    width: 100%;
		    height: 121px;
		    left: 0;
		    /*top: -186px;*/
		    position: relative;
	}

        #cab-general-content #boton-entrar-movil.visible-movil{
            margin-top: 23px!important;
            padding: 6px 12px !important;
        }

    @media (max-width:1023px) {
        #cab-general-content-linea1, #cab-general-content-linea2, #cab-general-content-linea-ult{
            display:none;
        }
            #cab-general-logo {
                /*margin-top: 4px;*/
            }
        .cab-general-content-fondo-izquierda
		{
			display: none;
		}
		.cab-general-content-fondo-derecha
		{
			display: none;
		}
        .cab-general-content-fondo-contenedor {
            display:inline;
        }
}

@media (max-width:425px) {
    	#cab-general-logo {
            margin-left: 0;
		}
}

/********************** Menú específico del blog - cabecera y pie *************************/


#cab-general.menuScroll {
    position:-webkit-sticky; /* Safari */
    position: sticky;
    z-index: 1000;
}

#cab-general.menuScroll.minScroll,
#pie.menuScroll.minScroll
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position:fixed;
}

#cab-general.menuScroll, #cab-general.menuScroll.minScroll:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
}

#cab-general.menuScroll #cab-general-iconos-fondo {
    display: none;
}

#cab-general-pie.menuScroll {
    height: 57px !important;
}



@media (max-width: 767px) {
    #cab-general.menuScroll #cab-general-iconos-fondo {
        display: block;
    }

    #pagination {
        padding-bottom: 58px!important;
    }
}
@media screen and (min-width: 861px){

    #pagination:not(.minScroll) {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-bottom: 100px !important;
    }

    #pagination.minScroll {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-bottom: 10px !important;
    }

    #cab-general.menuScroll {
        opacity: .9;
    }

    #cab-general.menuScroll.minScroll {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        top: -45px;
    }

    #pie.menuScroll, #pie.menuScroll.minScroll:hover {
        bottom: 0!important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #cab-general.menuScroll #cab-general-logo img {
        width: auto;
        height: 38px;
    }

    #cab-general.menuScroll #cab-general-content {
        height: 56px;
    }



    #cab-general.menuScroll .cab-general-content-fondo-contenedor {
        height: 56px;
    }

    #cab-general.menuScroll .cab-general-content-fondo-centro {
        height: 56px;
    }

    #cab-general.menuScroll #menu-sup-contenedor {
        margin-top: 15px!important;
    }

    #cab-general.menuScroll .logo-gobierno-cabecera {
        margin-top: 7px;
    }

    #cab-general.menuScroll .logo-gobierno-cabecera a {
        line-height: 12px;
    }

    #pie.menuScroll {
        position:-webkit-sticky; /* Safari */
        position: sticky;
        z-index: 1;
    }


    /* ocultamos blog */

    #pie.menuScroll #pie_contenido .row > div:first-child {
        min-width: 100%;
    }

    #pie.menuScroll #pie_contenido .row > div:last-child {
        display: none;
    }

    /* tamaños de cajas y títulos*/

    #pie.menuScroll #pie_contenido .row > div > div:first-child .botoncaja_temporal {
        width: 130px !important;
    }

    #pie.menuScroll #pie_contenido .row > div > div:nth-child(2) .botoncaja_temporal {
        width: 70px !important;
    }

    #pie.menuScroll #pie_contenido .row > div > div:nth-child(3) .botoncaja_temporal {
        width: 67px !important;
    }

    #pie.menuScroll #pie_contenido .row > div > div:last-child .botoncaja_temporal {
        width: 35px !important;
    }

    #pie.menuScroll .cajablanca {
        margin: 13px 5px 5px 5px !important;
        padding: 5px !important;
        border-width: 1px;
    }

    #pie.menuScroll .botoncaja_temporal {
        font-size: 10pt !important;
    }

    #pie.menuScroll .contenedor_titulo_lineas {
        margin: 10px 0 0;
        height: auto;
    }

    #pie.menuScroll .contenedor_titulo_lineas .titulo_lineas> a:nth-child(-n+3) {
        display: none !important;
    }

    #pie.menuScroll > div:last-child {
        display: none;
    }

    #pie.menuScroll {
        height: 90px;
    }

    #pie.menuScroll.minScroll {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        bottom: -90px!important;
    }


    #pie.menuScroll #pie_contenido{
        height:auto;
    }

    #pie.menuScroll #pie_contenido .iguala{
        min-height:initial!important;
    }
    #pie.menuScroll #pie_contenido .row > div > div:first-child{
        max-width:50%;
    }

    #pie.menuScroll #pie_contenido .row > div > div:first-child img{
        width:auto!important;
        height:29px!important;
    }

    #pie.menuScroll #pie_contenido .row > div > div:first-child a:last-child img{
        margin: 6px 0 0!important;
        height:20px!important;
    }

    #pie.menuScroll #pie_contenido .row > div > div:nth-child(2),
    #pie.menuScroll #pie_contenido .row > div > div:nth-child(3) {
        max-width: 25%;
    }

    #pie.menuScroll #pie_contenido .row > div > div:nth-child(4) {
        display: none;
    }

    #pie.menuScroll .fila_sgr{
        margin-top:0;
    }

}
/************ Menú superior rediseñado ***************/
body:not(#Clase-CRM) #cuerpo .central {
    background-image: url('Imagenes/fondo-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
} 
#cuerpo .central #registroUsuario > .row > div > .caja {
    background: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
} 
#cuerpo .central #registroUsuario > .row > div > .caja > .tips {
    margin-top:0!important;
    border:0;
} 
#login-formulario {
	/*margin: 10px auto 0;*/
    margin-left: 5px;
    margin-right: 5px;
} .login-contenidos {
	padding-top: 0;
    /*text-align: center;*/
	padding-left: 100px;
	position: relative;
} .login-contenidos-info {
	padding-top: 0;
    padding-left: 210px;
	position: relative;
} #div_tabLogin .login-contenidos-info {
    text-align:center;
    padding-left: 0;
    margin-left: -25px;
} .login-cierre{
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
    margin-top: -10px;
	/*border: 1px solid rgb(188, 194, 213);*/
} .login-cierre-imagenlink{
	cursor: pointer;
} .login-contenido-inicial {
	padding-top: 0;
	padding-bottom: 3px;
	position: relative;
	/*border: 1px solid rgb(188, 194, 213);*/
} .login-contenido-masespacio {
	padding-top: 2px;
	padding-bottom: 3px;
	position: relative;
	/*border: 1px solid rgb(188, 194, 213);*/
} .login-contenido {
	padding-top: 8px;
	padding-bottom: 3px;
	position: relative;
	font-size: 13.76pt;
	/*border: 1px solid rgb(188, 194, 213);*/
} .login-campos {
	padding-top: 6px;
	text-align: right;
	position: relative;
	width: 300px;
	margin: 0px auto;
	/*border: 1px solid red;*/
} .login-label {
	width: 100px;
	padding-right: 30px;
	position: relative;
	display: inline-block;
	/*border: 1px solid rgba(165, 214, 237, 1);*/
} .login-input {
	width: 130px;
	position: relative;
	display: inline-block;
	/*border: 1px solid rgba(165, 214, 237, 1);*/
} .login-alerta {
  color: red;
  font-size: 12px;
} .login-enlace,.login-enlace:active {
	color: rgb(38,59,70);
	font-family: 'Roboto Condensed';
	font-size: 13.76pt;
    text-decoration: none;
} #SolicitarCambioContrasena .login-enlace {
    font-size: 12.0pt;
    color: #003F59;
    text-decoration: underline;
} .login-enlace:hover {
    text-decoration: underline;
} .login-entrar {
    min-height: 35px;
	width: 92px;
	background-color: rgb(38,59,70);
	color: rgb(255,255,255);
	font-family: 'Roboto Condensed';
    font-size: 12.76pt;
} .login-entrar-certificado {
    white-space: pre;
    width: 200px;
    font-size: 17px;
    padding-top: 9px;
    padding-bottom: 0;
    bottom: 1px;
    display: inline-block;
    color: #fff !important;
    background-color: rgb(38,59,70);
} .login-alta {
    border: 1px solid #fff;
    min-height: 32px;
	width: 115px;
	background-color: rgb(38,59,70);
	color: #ffffff;
	font-family: 'Roboto Condensed';
    font-size: 11.76pt;
	margin: 0 0 0 10px;
    padding: 6px 7px 6px 7px;
    text-decoration: none;
}
/*****************************************************/
#login {
    display: table-cell;
    width: 170px;
    background-color: rgb(255,255,255);
    height: 500px;
	margin: 0;
	vertical-align: top;
} #login_Sociedad {
    display: table-cell;
    width: 212px;
    background-color: #daecf5;
    height: 330px;
	margin: 0;
	vertical-align: top;
	z-index: 999;
} .login_formulario {
	/*margin: 10px auto 0;*/
    margin-left:5px;
    margin-right:5px;
} .label_login {
    font-size:10pt;
} .input_login {
    margin-top:3px;
    margin-bottom:3px;
    
} .contenedor_centrado {
    width:100%;
    text-align: center;
} .enlace_login,.enlace_login:active {
    font-size:9.0pt;
    text-decoration:none;
    color:#557b98;
} .enlace_login:hover {
    text-decoration:underline;
} .input_login { 
    border: 1px solid #c4c4c4; 
    height: 20px; 
    width: 140px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 6px #d9d9d9; 
    -moz-box-shadow: 0px 0px 6px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 6px #d9d9d9; 
} .input_login:hover { 
    outline: none; 
    border: 1px solid #557b98; 
    box-shadow: 0px 0px 1px #557b98; 
    -moz-box-shadow: 0px 0px 1px #557b98; 
    -webkit-box-shadow: 0px 0px 1px #557b98; 
} .input_login:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 6px #7bc1f7; 
    -moz-box-shadow: 0px 0px 6px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 6px #7bc1f7; 
} .texto_alerta_login {
  color: red;
  font-size:12px;
} .btn_login {
    min-width:140px;
    min-height:35px;
}
body {
}
.puntoprovincia {
    background-color:#263b46;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    width:7px;
    height:7px;
    cursor:pointer;
    position: absolute;
}
.puntoprovinciaseleccionada {
    background-color:#e3032e!important;
}
#punto_21 {
    margin-top: -190px;
    margin-left: 58px;
}
#punto_41 {
    margin-top: -180px;
    margin-left: 100px;
}
#punto_11{
    margin-top: -138px;
    margin-left: 95px;
}
#punto_14{
    margin-top: -205px;
    margin-left: 135px;
}
#punto_23{
    margin-top: -205px;
    margin-left: 184px;
}
#punto_04{
    margin-top: -166px;
    margin-left: 228px;
}
#punto_18{
    margin-top: -167px;
    margin-left: 184px;
}
#punto_29{
    margin-top: -151px;
    margin-left: 135px;
}
#punto_30{
    margin-top: -204px;
    margin-left: 256px;
}
#punto_03{
    margin-top: -226px;
    margin-left: 285px;
}
#punto_46{
    margin-top: -268px;
    margin-left: 281px;
}
#punto_12{
    margin-top: -311px;
    margin-left: 304px;
}
#punto_02{
    margin-top: -241px;
    margin-left: 238px;
}
#punto_13{
    margin-top: -245px;
    margin-left: 171px;
}
#punto_45{
    margin-top: -290px;
    margin-left: 160px;
}
#punto_16{
    margin-top: -294px;
    margin-left: 229px;
}
#punto_19{
    margin-top: -336px;
    margin-left: 214px;
}
#punto_06{
    margin-top: -235px;
    margin-left: 83px;
}
#punto_10{
    margin-top: -287px;
    margin-left: 88px;
}
#punto_37 {
    margin-top: -339px;
    margin-left: 93px;
}
#punto_05 {
    margin-top: -326px;
    margin-left: 133px;
}
#punto_40 {
    margin-top: -351px;
    margin-left: 163px;
}
#punto_47 {
    margin-top: -372px;
    margin-left: 135px
}
#punto_49 {
    margin-top: -377px;
    margin-left: 101px;
}
#punto_42 {
    margin-top: -375px;
    margin-left: 216px;
}
#punto_34 {
    margin-top: -410px;
    margin-left: 146px;
}
#punto_09 {
    margin-top: -404px;
    margin-left: 180px;
}
#punto_24_1 {
    margin-top: -419px;
    margin-left: 86px;
}
#punto_24_2 {
    margin-top: -421px;
    margin-left: 110px;
}
#punto_28_1 {
    margin-top: -321px;
    margin-left: 172px;
}
#punto_28_2 {
    margin-top: -331px;
    margin-left: 172px;
}
#punto_28_3 {
    margin-top: -312px;
    margin-left: 172px;
}
#punto_28_4 {
    margin-top: -321px;
    margin-left: 182px;
}
#punto_28_5 {
    margin-top: -312px;
    margin-left: 182px;
}
#punto_28_6 {
    margin-top: -321px;
    margin-left: 162px;
}
#punto_28_7 {
    margin-top: -341px;
    margin-left: 178px;
}
#punto_28_8 {
    margin-top: -306px;
    margin-left: 190px;
}
#punto_32 {
    position: absolute;
    margin-top: -402px;
    margin-left: 42px;
}
#punto_36_1 {
    margin-top: -424px;
    margin-left: 12px;
}
#punto_36_2 {
    margin-top: -410px;
    margin-left: 12px;
}
#punto_27 {
    margin-top: -440px;
    margin-left: 49px;
}
#punto_15_1 {
    margin-top: -447px;
    margin-left: 3px;
}
#punto_15_2 {
    margin-top: -440px;
    margin-left: 13px;
}
#punto_15_3 {
    margin-top: -450px;
    margin-left: 19px;
}
#punto_33{
    margin-top: -453px;
    margin-left: 99px;
}
#punto_39{
    margin-top: -448px;
    margin-left: 164px;
}
#punto_48{
    margin-top: -448px;
    margin-left: 208px;
}
#punto_20 {
    margin-top: -443px;
    margin-left: 227px;
}
#punto_01 {
    margin-top: -429px;
    margin-left: 211px;
}
#punto_31_1{
    margin-top: -423px;
    margin-left: 255px;
}
#punto_31_2{
    margin-top: -423px;
    margin-left: 237px;
}
#punto_26{
    margin-top: -405px;
    margin-left: 220px
}
#punto_22{
    margin-top: -400px;
    margin-left: 303px;
}
#punto_50{
    margin-top: -375px;
    margin-left: 267px;
}
#punto_44{
    margin-top: -329px;
    margin-left: 277px;
}
#punto_25 {
    margin-top: -394px;
    margin-left: 344px;
}
#punto_43 {
    margin-top: -348px;
    margin-left: 329px;
}
#punto_17 {
    margin-top: -402px;
    margin-left: 400px;
}
#punto_08 {
    margin-top: -383px;
    margin-left: 374px;
}
#punto_07_1 {
    margin-top: -288px;
    margin-left: 414px;
}
#punto_07_2 {
    margin-top: -307px;
    margin-left: 453px;
}
#punto_07_3 {
    margin-top: -254px;
    margin-left: 360px;
}
#punto_38 {    
    margin-top: -104px;
    margin-left: 334px;
}
#punto_35 {    
    margin-top: -93px;
    margin-left: 376px;
}
#punto_51 {    
    margin-top: -109px;
    margin-left: 111px;
}
#punto_52 {    
    margin-top: -81px;
    margin-left: 200px;
}
#cajacanarias_superior {
    position: absolute;
    border-top: 1px solid #d7dbde;
    border-left: 1px solid #d7dbde;
    width: 206px;
    height: 1px;
    margin-top: -156px;
    margin-left: 269px;
}
#cajacanarias_lateral {
    position: absolute;
    border-top: 1px solid #d7dbde;
    border-left: 1px solid #d7dbde;
    width: 1px;
    height: 90px;
    margin-top: -156px;
    margin-left: 269px;
}

/*SGR en provincia*/
.contenedor_pares_sgr:nth-child(n+1) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.contenedor_pares_sgr:nth-child(n+2) {
    display: none;
}


.colorSuave {
    opacity: 0.6;
    /* Google Chrome 4.0+  Internet Explorer 9.0+  Mozilla Firefox 2.0+  Safari 3.1+  Ópera 9.0+ */
    -moz-opacity: 0.6;
    /* Mozilla < 1.7 Firefox < 0.9  */
    filter: alpha(opacity=60);
    /* IE < 9.0 */
}
/************ Rastro de migas ***************/
#migas {
    /*background-color: #ccc;*/
    padding-top: 12px;
    padding-left: 5px;
    color: #263b46;
    /*959fa5*/
    font-size: 13.5px;
    /*border: 1px solid rgba(165, 214, 237, 1);*/
}

    #migas ul {
        margin: 0;
        padding: 0 0px 12px;
        display: inline;
    }

        #migas ul li {
            list-style: none;
            display: inline;
        }

.migasPan a:link,
.migasPan a:visited {
    color: #263b46;
}

.migasPan a:hover,
.migasPan a:active {
    color: #263b46;
}

/************ Menú superior rediseñado ***************/
#menu-sup-contenedor {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 14px;
    color: #263b46;
    letter-spacing: 0;
    margin-top: 24px;
    padding-right: 0;
}

    #menu-sup-contenedor ul {
        list-style: none;
    }

#menu-sup {
    margin: 0;
    padding: 0;
}

    #menu-sup li > a,
    #menu-sup li > span,
    #menu-sup li > div {
        color: #ffffff;
        display: inline-block;
        text-decoration: none;
        line-height:40px;
    }

    #menu-sup li .fa,
    #menu-sup li .far,
    #menu-sup li .fab,
    #menu-sup li .fas {
        display: none;
    }

    #menu-sup li > a,
    #menu-sup li > div {
        font-weight: 100;
    }

        #menu-sup li > a:last-child {
            padding-right: 0;
        }

    #menu-sup li > span,
    #menu-sup li > .separador {
        padding: 2px 2px 0 3px;
    }

        #menu-sup li > .separador:hover {
            color: white;
            background-color: transparent;
        }

    #menu-sup li > a:hover,
    #menu-sup li > div:hover,
    #menu-sup li > .opSelecc {
        color: #263b46;
        background-color: #ffffff;
        -moz-transition: 1.6s;
        -ms-transition: 1.6s;
        -o-transition: 1.6s;
        -webkit-transition: 1.6s;
        transition: 1.6s;
    }

.menu-sup-span-sep {
    border-left: 1px solid #fff;
    height: 10px;
    left: 0;
}

#menu-sup > li {
    float: left;
    text-align: center;
    display: inline-block;
}

    #menu-sup > li > ul {
        position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 10px;
        min-width: 40px;
    }

        #menu-sup > li > ul > li > a,
        #menu-sup > li > ul > li > span,
        #menu-sup > li > ul > li > div {
        }

    #menu-sup > li:hover > ul {
        z-index: 10;
        position: absolute;
        border: 1px solid #ffffff;
        overflow: hidden;
        visibility: visible;
        min-width: 340px;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background-color: #263b46;
    }

        #menu-sup > li:hover > ul > li {
            text-align: left;
        }

            #menu-sup > li:hover > ul > li > a {
                -webkit-transition: all 0.2s ease-in-out 0s;
                -moz-transition: all 0.2s ease-in-out 0s;
                -o-transition: all 0.2s ease-in-out 0s;
                -ms-transition: all 0.2s ease-in-out 0s;
                transition: all 0.2s ease-in-out 0s;
            }

                #menu-sup > li:hover > ul > li > a:hover {
                }

#menu-sup-contenedor {
    color: #fff;
    float: right;
}

    #menu-sup-contenedor ul,
    #menu-sup-contenedor li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
    }
    #menu-sup-contenedor a i{
        display:none;
    }
/************ Menú superior general ***************/
#menu {
    width: 100%;
    height: 40px;
    margin: 0;
}
#menuSociedad {
    float: right;
    border-top: 0 solid #cbc2c2;
    border-bottom: 0 solid #cbc2c2;
    border-left: 0 solid #cbc2c2;
    height: 40px;
    background-color: #263b46;
    margin: 22px 20px 0 0;
}

#menuSupContenedor {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #cbc2c2;
    border-bottom: 2px solid #cbc2c2;
    border-left: 2px solid #cbc2c2;
    height: 40px;
    background-color: #263b46;
}

    #menuSupContenedor.menuSupContenedorSociedad {
        border-top: 0 solid #cbc2c2;
        border-bottom: 0 solid #cbc2c2;
        border-left: 0 solid #cbc2c2;
        background-color: #263b46;
    }

    #menuSupContenedor ul {
        list-style: none;
    }

#menuSup {
    margin: 0;
    padding: 0;
}

    #menuSup li > a,
    #menuSup li > span {
        background-color: #263b46;
        color: #ffffff;
        padding: 10px;
        display: block;
        text-decoration: none;
        min-width: 80px;
    }

    #menuSup.menuSupSociedad li > a,
    #menuSup.menuSupSociedad li > span {
        background-color: #263b46;
    }

    #menuSup li > a:hover,
    #menuSup li > span:hover,
    #menuSup li > .opSelecc {
        color: #ffffff;
        background-color: #384e5a;
        -moz-transition: 1.6s;
        -ms-transition: 1.6s;
        -o-transition: 1.6s;
        -webkit-transition: 1.6s;
        transition: 1.6s;
    }

    #menuSup > li {
        border-top: 0 solid #cbc2c2;
        border-bottom: 2px solid #cbc2c2;
        border-right: 1px solid #cbc2c2;
        float: left;
        text-align: center;
        display: inline-block;
    }

    #menuSup.menuSupSociedad > li {
        border-top: 0 solid #cbc2c2;
        border-bottom: 0 solid #cbc2c2;
        border-right: 0 solid #cbc2c2;
    }

    #menuSup > li > ul {
        position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    #menuSup > li:hover > ul {
        z-index: 10;
        position: absolute;
        border-top: 1px solid #cbc2c2;
        border-right: 1px solid #003F59;
        border-left: 1px solid #003F59;
        border-bottom: 1px solid #003F59;
        overflow: hidden;
        visibility: visible;
        min-width: 120px;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

        #menuSup > li:hover > ul > li {
            text-align: left;
        }

            #menuSup > li:hover > ul > li > a {
                -webkit-transition: all 0.2s ease-in-out 0s;
                -moz-transition: all 0.2s ease-in-out 0s;
                -o-transition: all 0.2s ease-in-out 0s;
                -ms-transition: all 0.2s ease-in-out 0s;
                transition: all 0.2s ease-in-out 0s;
            }

/************ Menú lateral ***************/
/*#menuIzq {
    display: table-cell;
    vertical-align: top;
    width: 170px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#submenu_lateral_izq_secciones {
    display: block;
    list-style: none;
    padding-bottom: 15px;
    border-bottom: 4px solid #e3032e;
}

.cabecera_menu_contenedor {
    font-size: 1.2em;
    text-align: center;
    height: 42px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('Imagenes/cabecera_menu.png');
    background-repeat: no-repeat;
}

.cabecera_menu {
    border-style: solid;
    border-width: 2px;
    padding: 2px 8px;
    background-color: #ffffff;
}

.elemento_menu_izquierda {
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 0.92em;
    margin-left: 1px;
    margin-right: 1px;
    color: #263b46;
}

.activo {
    color: white;
    background-color: #263b46;
}

.elemento_menu_izquierda:hover {
    color: white;
    background-color: #263b46;
}

.elemento_menu_padre {
    height: 32px;
    line-height: 32px;
    width: 170px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.1em;
}

    .elemento_menu_padre span {
        background-color: #ffffff;
    }
.lineamenucabecera {
    position: absolute;
    margin-top: 15px;
    width: 166px;
    float: left;
    height: 2px;
    background-image: -moz-linear-gradient(left, #e3032e, #e3032e);
    background-image: linear-gradient(to left, #e3032e, #e3032e);
    background-image: -webkit-linear-gradient(left, #e3032e, #e3032e);
    background-image: -o-linear-gradient(top, left, #e3032e, #e3032e);
}*/
/*********** Menú lateral acordeón **************/
/*#menuIz li {
    border-bottom: 1px solid #FFF;
}

    #menuIz ul li,
    #menuIz li:last-child {
        border: none;
    }

#menuIz a {
    display: block;
    color: #003F59;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 5px;
}

    #menuIz a:hover {
        color: #F9B855;
        -webkit-transition: color 0.2s linear;
    }

#menuIz ul a {
    background-color: #FFF;
}

    #menuIz ul a:hover {
        background-color: #A3E0F9;
        color: #003F59;
        text-shadow: none;
        -webkit-transition: color, background-color 0.2s linear;
    }

#menuIz,
#menuIz ul {
    display: block;
    background-color: #A3E0F9;
    margin: 0;
    padding: 0;
    width: 160px;
    list-style: none;
}*/

.paginacion {
    margin:0 auto;
    width:100%;
    height:auto;
}

.paginacion_contenedor nav ul {
    list-style-type: none;
    padding-left:0;
}

.paginacion_contenedor {
    /*position: relative;*/
    margin:0 auto;
    text-align:center;
    width: -moz-fit-content !important;
    width: fit-content!important;
}

.paginacion_contenido {
    color: #263b46;
    /*position: relative;*/

}
.paginacion_contenido a {
    color: inherit;
    margin: 0px; 
    display: block; 
    width: 100%; 
    height: 100%;
}
.paginacion_contenido a:visited{
    color: inherit;
}
.paginacion_contenido a:hover {
    color: white;
}

#pagination a, #pagination span, .paginacion_contenido li {
    padding: 0;
    border: 1px solid #F0F7F7;
    border-right: 0;
    height: 26px;
    line-height: 25px;
    float: left;
    width: 29px;
    text-align: center;
    margin-bottom: 10px;
}

#pagination a, .paginacion_contenido li {
    cursor: pointer;
}

#pagination .flecha_derecha, .paginacion_contenido .flecha_derecha {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q2RUJGN0NERTQ0MTFFNkE5MTdBMkNGQTcyMEE1NUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q2RUJGN0JERTQ0MTFFNkE5MTdBMkNGQTcyMEE1NUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0NTJjZTkxNS1kZTQzLTExZTYtYTc0My1hMTNlNDk5Zjg3Y2EiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0NTJjZTkxNS1kZTQzLTExZTYtYTc0My1hMTNlNDk5Zjg3Y2EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5tVEhDAAAB7klEQVR42uyVzWoUQRDHu6q7Jz2H7MyCiEd9BV1DMAohC3oQ1HfJ1YNPIL6Br+AHgvi1EIxKCCL6AF5zEXdJwvZMT3VZs7ObiwRhZvWgNhTMTDPz63/9q2qAmdXvXqj+wPp7IOa0jbPD20r8Oh9D+dDY5AFq/fg0/w5ePWoHUQouxhC2y6nfpEAbxuBVebZHzZ7EHIjYPl0G8GPq0rvGpZ8DBUsUnzHABgIqFAYCnER7TyLLIfFr3su2nF15X1bhTEH0MoK6rBUs0XgBAcC3Xt4fOuu+cAipCtVrAV3Ty4KwHDhSFJCa9vLsurPJfhXKVQrVEwFdWmoJR+LahIPVXraZJO4TVSEX0FuBX+kEYWiqh7GJGEURwnHWz9eTNB0xkavKaiQpvdG6T1DVfiilJU76A2c3hVz5xfvaGNca8jN1Jjr9Ppm8oaJY18aS1npLKDudPYlzADD3D8fjF+x9DThCo6U51Q5zVJ2VSK/U6bKi4Hnl/VpirJck3ZKu/4Axdq+uupsFkI1FQVn4NbBJaYwZytYIZj5BtwE5A8R47nBy9FQAA1EwEQ/ukOJ3TeFB9ylcMA9oerztvR9YbUhm1k1J/27jEiwGgtJdIPKFfdTmXrriLlib3AdtdhuTF+N+rgR/jYH///h/E/JDgAEAGLnTNBuZf9sAAAAASUVORK5CYII=');
    border: 1px solid #F0F7F7;
    cursor: pointer;
    float: left;
    height: 26px;
    position: relative;
    width: 25px;
}
#pagination .flecha_derecha:hover, .paginacion_contenido .flecha_derecha:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbi1wYWdlciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNGRkYiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+DQogIDxwb2x5Z29uIHBvaW50cz0iOC45NTcsMTkuNSA3LjU0MywxOC4wODYgMTMuNjI5LDEyIDcuNTQzLDUuOTE0IDguOTU3LDQuNSAxNi40NTcsMTIiIHRyYW5zZm9ybT0icm90YXRlKDAsMTIsMTIpIi8+DQo8L3N2Zz4NCg==");
    background-color: #263b46;
}
#pagination .flecha_izquierda, .paginacion_contenido .flecha_izquierda {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qjc1OTlENzJERTQ0MTFFNjkzMzJEMEQwOEM1ODUwNzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qjc1OTlENzFERTQ0MTFFNjkzMzJEMEQwOEM1ODUwNzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0NTJjZTkxNS1kZTQzLTExZTYtYTc0My1hMTNlNDk5Zjg3Y2EiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0NTJjZTkxNS1kZTQzLTExZTYtYTc0My1hMTNlNDk5Zjg3Y2EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4c/ewyAAACAElEQVR42uyVS2sUQRDHu/ox0+NrVrzo0Q+giHgwGsRFI4KgB9GrX0G9evHg1a/hWXJQIpgEfBBi/ADePAYRMrsBp53uqrZ6H/FiMuu6HgJp6IHqme5f/evRAzFG8b8HHED2H+TUwl0hCEfW+FsQAFJEDPe9bx6D1g/Y/vJtZfGPZ+hWNxjgfzgRYQxJU6UXl5HwhcegLNinKsuf8+LGdBAeEkCQ3BGfHlcR6eUAYIuNI8WhR0S4uev+v4ltZJgScKlBXGqCL7Pcrh4ry+sg5SbtEXY94fEMSP7EbgjhVQw+y6xd73Q6NwDAY0teJ1JCMoUoXqSAixi8za19f7wsb/KiJ6LW/a1KYKBAXGHAMgMUJ2HtKCtg32vBgEG+2nLaBgkY7nCIVrhcVVYUr1nBnBgBJh2tEAzBJdbItKwtFxQH3hNXGrKklBIaVt2UOZGwpDPdBaVcU9fd3la1FikellIKYBLQuKvh3xLPnn5URs8rbaqmcee2+71VVnNSKphNuHY+jOIzg25rk20731zoV703DC+kYkVxRhAcgt4Jo6+BMbXz7ky/2nrLd98JIWE2kCEoJtCnXKmFTJvvzv+cq/q9Ze6V03uBWiHpuvg9k03p6v6glLxllPHB1WdrVz8Lkc5P3Yx5lu3SpLCuEO9xfz6URj/h8vh68GfcP5BfAgwA7kYHtK8wsfUAAAAASUVORK5CYII=');
    border-right: 0;
    border: 1px solid #F0F7F7;
    cursor: pointer;
    float: left;
    height: 26px;
    position: relative;
    width: 25px;
}
#pagination .flecha_izquierda:hover, .paginacion_contenido .flecha_izquierda:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbi1wYWdlciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNGRkYiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+DQogIDxwb2x5Z29uIHBvaW50cz0iOC45NTcsMTkuNSA3LjU0MywxOC4wODYgMTMuNjI5LDEyIDcuNTQzLDUuOTE0IDguOTU3LDQuNSAxNi40NTcsMTIiIHRyYW5zZm9ybT0icm90YXRlKDE4MCwxMiwxMikiLz4NCjwvc3ZnPg0K");
    background-color: #263b46;
}
#pagination a:hover, .paginacion_contenido li:hover {
    background-color: #263b46;
    color: white;
}

#pagination span, .paginacion_contenedor em {
    color: #db0025;
    font-style: normal;
}

#pagination {
    text-align: center;
    overflow: hidden;
    width: 100%;
    position:-webkit-sticky; /* Safari */
    position: sticky;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    bottom: 0;
    padding: 10px 0;
}

.noticias {
    width: 100%;
    margin: 20px auto;
}

.titulo_lineas.titulo_lineas_historias_exito h1{display:inline-block;margin-right:7px}

.noticia {
    margin-bottom:50px;
    padding: 30px 0 0 0;
}
/*.noticia {
    padding:20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
    
    transition: width 1s, height 1s, margin 1s, background 1s, box-shadow 0.5s;
    margin: 0 auto;
    margin-bottom:50px;
}
.noticia:hover{
    -moz-box-shadow: 0px 0px 15px #4DBDEB;
    -webkit-box-shadow: 0px 0px 15px #4DBDEB;
    box-shadow: 0px 0px 15px #4DBDEB;
}*/
.noticia_cabecera {
    overflow:hidden;
    margin-bottom:10px;
}
.noticia_cabecera .noticia_titulo {    
    float:left;
    max-width: 700px;
}
.noticia_cuerpo {
    overflow:hidden;
    position:relative;
}
.noticia_titulo {
    margin-left: 12px;
    margin-top: 12px;
    font-size: 1.25em;
    font-weight: bold;
    box-sizing: border-box;
    padding-right: 8px;
}
.noticia_titulo a {
    text-decoration: none;
    color: #263b46;
}
.noticia_titulo a:visited {
    text-decoration: none;
    color: #263b46;
}
.noticia_titulo a:hover {
    text-decoration: none;
    cursor:pointer;
    
}
.noticia_contenido {
    text-align:justify;
}
.noticia_cuerpo .noticia_contenido img{
    visibility:hidden;
    display:none;
    height:0px;
}
.noticia_contenido a{
    
}
.noticia_pie {
    margin-top:15px;
    position:relative;
    min-height:15px;
}
.noticia_pie a{
    text-decoration:none;
    color: #263b46;
}
.noticia_pie a:hover{
    text-decoration:underline;
    color: #263b46;
}
.noticia_pie a:visited{
    color: #263b46;
}
.reducir_contenido_noticia + p {
    margin-top:0px;
}

.reducir_contenido_noticia p:first-child {
    margin-top:0px;
}

.noticia_completa .noticia_titulo {
    width:100%;
}
.noticia_subtitulo {
    margin-top:12px;
    padding-left:25px;
    font-size:0.75em;
    margin-bottom: 10px;
}
.noticia_subtitulo a{
    text-decoration:none;
    color:#263b46
}
.noticia_subtitulo a:hover{
    text-decoration:underline;
    color:#263b46
}
.noticia_subtitulo a:visited{
    text-decoration:none;
    color:#263b46
}
.categoria, .autor {
    margin-bottom: 5px;
    font-size:0.75em;
}
.categoria{padding-bottom:20px}
@media (max-width: 767px) {
    .categoria {
        margin-bottom: 10px;
    }
    .noticia_cabecera .noticia_titulo{margin-left:0}
}
.tags {
    font-size:0.75em;
    padding-bottom: 20px;
}
.categoria a, .categoria a:visited, .categoria a:hover
,.tags a, .tags a:visited, .tags a:hover
.autor a, .autor a:visited, .autor a:hover{
    color:#e3032e;
}
.img_noticia_miniatura {
    width:300px;
    float: left;
    margin-right:5px;
}
.img_noticia_miniatura img {
    width:300px;
}

.Categorias {
	display: table-cell;
	vertical-align: top;
    width: 200px;
    height: 100%;
    padding-top:13px;
    padding-bottom: 10px;
}

.img_noticia {
    margin: 0 auto;
    text-align: center;
}
.img_noticia img{
    max-width:100%;
    
}
.noticia_completa {
    /*width:800px;*/
    margin:0 auto;
}

.noticias_ultimas_contenedor {
    margin-top:100px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.noticias_ultimas { 
	color: #003F59;
    margin: 0 auto; 
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
    overflow: hidden;

}

.noticias_ultimas_cuadro 
{
    width:250px;
    height:225px;
    float:left;
    margin-left:15px;
    margin-right:15px;

    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.noticias_ultimas_cuadro a,.noticias_ultimas_cuadro a:hover,.noticias_ultimas_cuadro a:visited {
    text-decoration:none;
    color:#263b46;
}
.noticias_ultimas_cuadro_img img {
    width: 230px;
    vertical-align:middle;
    position: relative;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
}
.noticias_ultimas_cuadro_img {
    width : 230px;
    height: 125px;
    overflow:hidden;
    text-align: center;
    vertical-align:middle;
}
/*#Noticias, #Categorias, #Tags, #HistoriasExito {
    margin: 0px 15px 0px 0px;
}*/

.nueva_noticia .inputs {
    width:765px;
}

.nueva_noticia_img {
    height: 128px;
    vertical-align:middle;
}
.nueva_noticia_img_archivo 
{
    overflow:hidden;
    max-width:500px;
    display: table-cell;
    float:left;
    vertical-align:middle;
    height: 128px;
    position: relative;
    top: 50%; 
    
    transform: translate(-0%, -0%);
}
.nueva_noticia_img_archivo input
{
    max-width:300px;
}
.nueva_noticia_img_error {
        display: table-cell;
    float:left;
    vertical-align:middle;
    height: 128px;
    position: relative;
    top: 50%; 
    transform: translate(-0%, -0%);
    
    padding-left:15px;
}
.nueva_noticia_img_prev
{
    float:left;
    height: 128px;
    vertical-align:middle;

}

.nueva_noticia_img_prev img {
    margin-left: 15px;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
}

.ulCategoriaNoticia li, .ulCategoriaNuestrosAvales li{
    border-bottom: none !important;
    line-height: 0rem !important;
    padding: 0.2rem 0 !important;
}

.ulCategoriaNoticia li, .ulCategoriaNuestrosAvales li{
    list-style-type:circle !important;
}

.noticiaCategoria ul, .nuestrosAvalesCategoria ul{
    margin: 0px !important;
}

.noticiaCategoria ul:nth-child(2), .nuestrosAvalesCategoria ul:nth-child(2){
    padding-left:125px;
}

.noticiaCategoria, .nuestrosAvalesCategoria{
    margin-bottom: 10px !important;
    background-color: transparent;
    text-decoration: none;
}

.noticiaCategoria h3 span a, .nuestrosAvalesCategoria h3 span a{
    color:#263b46;
}

.ContendorMenusNoticias{
    padding: 12px 0 0 0;
    text-align: left;
    margin-top: 25px;
    position:-webkit-sticky; /* Safari */
    position: sticky;
    display: -webkit-flex; 
    -webkit-flex-direction: column; 
    display:-ms-flexbox;
    -ms-flex-direction: column;
    display: flex;
    flex-direction: column; 
    top: 10px;
}

.ContenedorUnMenuNoticias {
    margin: 0; 
    padding: 0 0 20px 0; 
    text-align: left;
}

.MenuNoticiasTitulo {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom:5px;
}
.MenuNoticiasTituloSuscripcion {
    font-weight: bold;
    font-size: 1.1em;
    display: flex;
    align-items: center;
}
.MenuNoticiasTituloSuscripcion img{
    margin-right:10px;
}
 a .MenuNoticiasTituloSuscripcion {
    color: #263b46;
    text-decoration: none;
}

.ContenedorUnMenuNoticias ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.ContenedorUnMenuNoticias li {
    /*background: url(./Imagenes/check_degradado.png) no-repeat left center;*/
    background-color: white;
    padding-left: 0; /* separación del texto respecto a la imagen */
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0; /*colocación de la imagen en linea con el borde*/
}

/* CTA Consigue tu aval en menu del blog*/
.cta-consigueAval {
    overflow: hidden;
    width: calc(100% - 13px);
    height: 150px;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

.cta-consigueAval a{
    display: block;
    width:100%;
    height: 150px;
    color:#fff;
    font-size:1.5em;
    text-align:center;
    background-color: rgba(0,0,0,.4);
    padding-top:30px;
    box-sizing:border-box;

}

.cta-consigueAval a:hover{
    background-color: rgba(0,0,0,.2);
}

@media (max-width:768px) {
    .ContendorMenusNoticias {
        padding-left:15px;
    }

    .ContendorMenusNoticias .cta-consigueAval {
        display: none;
    }
}


/* CTA Consigue tu aval en el pie del blog*/

.noticia_completa .cta-consigueAval {
    height: 70px;
    margin: 0;
    width:100%;
}

.noticia_completa .cta-consigueAval a {
    padding-top:5px;
    height:70px;
    box-sizing:border-box;
    background-color: rgba(211,114,17,.4);

}

.noticia_completa .cta-consigueAval a:hover {
    background-color: rgba(211,114,17,.2);
}

.noticia_completa .cta-consigueAval a span {
    display:inline-block;
    box-sizing:border-box;
    height:60px;
    padding-top: 18px;
}
.noticia_completa .cta-consigueAval a img{
    vertical-align:bottom;
}


.ListaMenuNoticias {
    margin: 10px 0 0 30px;
}


.ListaMenuNoticias a{
    padding: 6px 6px 6px 15px;
    width:180px;
    display:inline-block;
    text-decoration: none;
}

.ListaMenuNoticias a:link {
    color: #263b46;
    text-decoration: none;
}

.ListaMenuNoticias a:visited {
    color: #263b46;
    text-decoration: none;
}

.ListaMenuNoticias a:hover{
    background-color: #263b46;
    color: #ffffff;
    text-decoration: none;
}
.tag a{
    color:#263b46;
    background-color: rgba(97,18,20,.07);
    padding: 2px;
}
.tag a:hover{
    color:white;
    background-color: #263b46;
}
.tag {
    margin-right: 4px;
    line-height: 25px;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 0.90em;
}
#listaTags {
    padding-left: 15px;
}
.MenuNoticias_BotonRedes {
    padding-left:15px;
    min-height:25px;
    display: flex;
}
.noticia_contenido a {
    color:#fab000;
}
.noticia_contenido a:hover {
    text-decoration:underline;
}
.noticia_contenido h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.reducir_contenido_noticia h2 {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#rs_facebook {
    background-image: url('./Imagenes/RedesSociales/rs_facebook.png');
}
#rs_twitter {
    background-image: url('./Imagenes/RedesSociales/rs_twitter.png');
}
#rs_linkedin {
    background-image: url('./Imagenes/RedesSociales/rs_linkedin.png');
}
#rs_pinterest {
    background-image: url('./Imagenes/RedesSociales/rs_pinterest.png');
}
#rs_google {
    background-image: url('./Imagenes/RedesSociales/rs_google.png');
}
.rs_noticias {
    width:35px;
    height:35px;
    display: inline-block;
    cursor:pointer;
}
.contenedor_buscador_noticias {
  margin: 0 0 10px 0;
  width: 244px;
  height: 35px;
}
.buscador_noticias{
  width: 244px;
  vertical-align: middle;
  position: relative;
}
.buscador_noticias input#search{
  width: 244px;
  height: 35px;
    border: none;
  font-size: 10pt;
  float: left;
  color: #263b46;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #263b46;
}
.buscador_noticias1 input#search::-webkit-input-placeholder {
   color: #263b46;
}
 
.buscador_noticias input#search:-moz-placeholder { /* Firefox 18- */
   color: #263b46;  
}
 
.buscador_noticias input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #263b46;  
}
 
.buscador_noticias input#search:-ms-input-placeholder {  
   color: #263b46;  
}
.buscador_noticias .icono_buscador_noticias {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: 5px;
    z-index: 1;
    color: #263b46;
    width: 25px;
    height: 25px;
}

/**************************/
/* Correcciones responsive*/ 

/*slider*/

@media (min-width:960px) {
        .noticias_ultimas_cuadro{
            width:33%;
            margin:0;
            box-sizing: border-box;
            padding:0 40px;
        }
}

@media (max-width:768px) {
    .noticias_ultimas_cuadro {
        width: 100% !important;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 12px;
    }
    .img_noticia_miniatura, .img_noticia_miniatura img{
        width:100%!important;
    }
}

@media (min-width: 769px) and  (max-width: 959px){
        .noticias_ultimas_cuadro{
            width:50%;
            margin:0;
            box-sizing: border-box;
            padding:0 15px;
        } 
}

.CajaContenedor{
    width:100% !important;
}
.noticias_ultimas_cuadro_img{
    width:100% !important;
}
.noticias_ultimas_cuadro_img img{
    width:100% !important;
    display:block;
}
.noticias_ultimas_cuadro .CajaInterna
{
	text-overflow: ellipsis;
	overflow: hidden;
}
/* End Correcciones responsive*/
/**************************/
.divListaProductos {
    padding-top: 30px;
    width:100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.divListaProductos + .divListaProductos {
    padding-top:0px;
}

.divNombreProducto {
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 700;
}

.cajaproducto {
    text-align:center;
    /*display: flex;
    flex-direction: column;
    align-content: center;
    width:100px;
    margin:15px;*/
    cursor:pointer;
}
.cajaproducto:hover {
    color:#9fa7ac;
}

.cajaproductoseleccionado{
    color:#000;
}

.productos-grupo:not(.grid-dinamic) .cajaproducto{
    min-height:186px;
}

.iconoproducto {
    margin: 0 auto 10px auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    image-rendering: -webkit-optimize-contrast;
}

[class*="AT_"]{
    background-image: url('./Imagenes/prod_sim_fianza_otros_inv.png');
}

[class*="AT_"]:hover, [class*="AT"][class*="_SI_SELEC"] {
    background-image: url('./Imagenes/prod_sim_fianza_otros_normal.png');
}

.divDescriProducto {
    padding-top: 5px;
    padding-bottom: 10px;
}

.escalagrises {
    filter: grayscale(1);
    opacity:0.6;
}

#divConceptos {
    text-align: center;    
    padding-top:10px;
    padding: 0;
}

.texto-informativo {
    font-size: 10pt;
    padding-left: 40px;
    padding-right: 40px;
    opacity: .8;
}

.Simulador {
    width: 100%;
    height: 190px;
    min-height: 190px;
}

.Simulador  .k-slider-selection {
    max-width: 100%!important;
}

.SimuladorLimites {
  width:100%; 
  overflow-x:auto; 
  margin-right: 10px; 
  margin-left: 10px; 
  margin:0 auto;
}

.SimuladorLimiteMinimo {
  width:50%; 
  float:left; 
  text-align:left;
}

.SimuladorLimiteMaximo {
  width:50%; 
  float:left; 
  text-align:right;
}

.SimuladorImporte {
    float: left;
    text-align: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    /*background-color:#263B46;*/
    color: #263B46;
    /*border-color:#263B46;
    border:solid;*/
}

.SimuladorImporte .k-draghandle {
  border-color: #263b46;
  background-color: #263b46;
  box-shadow: 0 0 0 1px #263b46;
}

.SimuladorImporte .k-draghandle:hover {
  border-color: #c2c2c2;
  background-color: #ffffff;
  box-shadow: none;
}

.SimuladorImporte .k-slider{
  width:100%;
}

.SimuladorImporte ul {
    margin-left:0; /*para que no herede el de .CajaParaFondoBlanco ul*/
}

.SimuladorImporte .k-slider-selection {
  background-color: #263B46;
  border-radius: 0;
}

.SimuladorImporte .k-label {
  display: none;
  /*color: #263B46;*/
}

.SimuladorImporte .k-slider-horizontal .k-tick {
    display: none;
}

.SimuladorImporte .form-group {
    color: #263B46;
}

.SimuladorImporte .etiqueta {
  width: 0;
  display: none;
}

.SimuladorPlazo {
    float: left;
    text-align: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    /*background-color:#FAB000;*/
    /*border-color:#FAB000;
    border:solid;*/
}

.SimuladorPlazo .k-draghandle {
  border-color: #FAB000;
  background-color: #FAB000;
  box-shadow: 0 0 0 1px #FAB000;
}

.SimuladorPlazo .k-draghandle:hover {
  border-color: #c2c2c2;
  background-color: #ffffff;
  box-shadow: none;
}

.SimuladorPlazo .k-slider{
  width:100%;
}

.SimuladorPlazo ul {
    margin-left:0; /*para que no herede el de .CajaParaFondoBlanco ul*/
}

.SimuladorPlazo .k-slider-selection {
  background-color: #FAB000;
  border-radius: 0;
}

.SimuladorPlazo .k-label {
  display: none;
  /*color:#FAB000;*/
}

.SimuladorPlazo .k-slider-horizontal .k-tick {
    display: none;
}

.SimuladorPlazo .etiqueta {
  width: 0;
  display: none;
}

.SimuladorCarencia {
    float: left;
    text-align: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    /*background-color:#611214;*/
    /*border-color:#611214;
    border:solid;*/
}

.SimuladorCarencia .k-draghandle {
  border-color: #611214;
  background-color: #611214;
  box-shadow: 0 0 0 1px #611214;
}

.SimuladorCarencia .k-draghandle:hover {
  border-color: #c2c2c2;
  background-color: #ffffff;
  box-shadow: none;
}

.SimuladorCarencia .k-slider{
  width:100%;
}

.SimuladorCarencia ul {
    margin-left:0; /*para que no herede el de .CajaParaFondoBlanco ul*/
}

.SimuladorCarencia .k-slider-selection {
  background-color: #611214;
  border-radius: 0;
}

.SimuladorCarencia .k-label {
  display: none;
  /*color: #611214;*/
}

.SimuladorCarencia .k-slider-horizontal .k-tick {
    display: none;
}

.SimuladorCarencia .etiqueta {
  width: 0;
  display: none;
}

#divErrores {
    color:#e3032e;
    margin-bottom: 15px;
}
#divErrores p {
    margin-top:0;
    margin-bottom:0;
}
#divLoading {
    text-align:center;
    color: #611214;
    
}
#Mensajes_simulador_contenedor {
    min-height:20px;
}
#TablaConceptosDetalle .Concepto_Titulo
{
	width:200px;
	float:left;
}
#TablaConceptosDetalle .Concepto_Detalle
{
	width:100px;
	float:left;
	text-align: right;
}
.detconcep_tabla {
    width:100%;
    border-spacing: 0px 0px;
}
.detconcep_tabla tr {
    height: 30px;
}
.Conceptos_Importe, .Conceptos_Plazo, .Conceptos_Intereses, .Conceptos_Cuota
{
	width:300px;
	height:30px;
}
.detconcep_total_coste_anual, .detconcep_total_desembolso {
    height: 50px!important;
}
.detconcep_total_desembolso td, .detconcep_total_coste_anual td, .detconcep_ppal_pdte td{
    border-top: 1px solid #263b46;
    border-bottom: 1px solid #263b46;
}
.detconcep_importe {
    text-align:right;
}

#conceptosimprimibles .tooltip {
    display: none !important;
}


/*//////////////////Adaptación responsive simulador/////////////////////////**/

.k-slider-track{
    width: 100% !important;
}

/*//////////////////Fin Adaptación responsive simulador/////////////////////////**/


/*////////////////// Lineas de avales /////////////////////////**/

#seleccionarNuevaSolicitudLinea .row{ text-align:center}
#seleccionarNuevaSolicitudLinea .cajaproducto {cursor:pointer;display:inline-grid;margin:15px 7.5px;min-height: 80px}
#seleccionarNuevaSolicitudLinea .cajaproducto.tecnico {width:160px}
#seleccionarNuevaSolicitudLinea .iconoproducto {width: 70px;height: 70px}

#seleccionarNuevaSolicitudLinea .cajaproducto.tecnico.cajaproductoseleccionado .iconoproducto {
    position: relative;
}
    #seleccionarNuevaSolicitudLinea .cajaproducto.tecnico.cajaproductoseleccionado .iconoproducto:before {
        font-family: 'Font Awesome 6 Pro';
        font-size: 13px;
        content: "\f054";
        position: absolute;
        line-height: 70px;
        left: 0;
        margin-left: -15px;
    }
    #seleccionarNuevaSolicitudLinea .cajaproducto.tecnico.cajaproductoseleccionado .iconoproducto:after {
        font-family: 'Font Awesome 6 Pro';
        font-size: 13px;
        content: "\f053";
        position: absolute;
        line-height: 70px;
        right: 0;
        margin-right: -15px;
    }

/*////////////////// Lineas de avales /////////////////////////**/
