﻿.documento {
    padding-top: 5px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.documento h1 {
    font-size: 18px;
    color: #535355;
    font-weight: 700;
    line-height: 22px;
}

.documento p {
    font-size: 14px;
    color: #535355;
    line-height: 18px;
    text-align: justify;
    max-width: 650px;
}

.documento .texto {
    float: left;
    /*width:520px;*/
}

.documento label {
    font-weight: 100;
}
    /*.documento .texto2 {
	width:650px;
    }*/
    .documento .texto2 p {
        text-align: justify;
    }

    .documento .download {
        float: right;
        display: block;
        width: 100px;
        background: url(../images/icon_pdf.png) center top no-repeat;
        font-size: 12px;
        color: #535355;
        text-align: center;
        padding: 65px 0 20px 0;
    }

    .documento a {
        color: #0071ce;
    }

    .documento.alt {
        background-color: #F6F6F6;
    }

    .documento .opinion {
        border: 1px solid #ccc;
    }

    .documento .opinion .tit {
        background: #ccc;
        font-size: 16px;
        color: #000;
        padding: 5px 10px;
    }

    .documento .opinion .tit span {
        float: right;
        font-size: 12px;
        margin: 0 0 0 20px;
    }

    .documento .opinion p {
        padding: 10px;
    }

    .cont {
        float: right;
    }

    .cont .rowItem {
        display: block;
        margin-bottom: 25px;
    }

    .rowItem img {
        /*padding-left:60px;*/
        width: 40px;
        height: auto;
        cursor: pointer;
    }

    .directorio .controles {
        border-bottom: 1px dashed gray;
        display: block;
        width: 100%;
        padding:5px;
    }

    .directorio span {
        padding: 2px;
        color: white;
        font-size: 15px;
        font-weight: 900;
        background-color: darkcyan;
        margin: 5px 2px;
        cursor: pointer;
    }

    .directorio span:hover {
        background-color: gray;
    }
    .Cuerpo {
        width: 70%;
        /*float:left;*/
        /*padding-left:10%;*/
        font-size: 14px;
        font-weight: 100;
    }

    .Cuerpo .TipoBusquedad {
        margin-bottom: 2px;
    }

    .Cuerpo .TipoBusquedad span {
        float: left;
        margin-bottom: 9px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .Cuerpo .TipoBusquedad .Aviso {
        /*display:block;*/
        color: #286090;
        width: 100%;
        margin-bottom: 4px;
        font-size: 10px;
        font-weight: 100;
    }

    .Cuerpo .TipoBusquedad > span > label,
    .Cuerpo .TipoBusquedad > span > input[type='radio'] {
        margin-left: 2px;
        margin-right: 2px;
    }

    .Cuerpo .form-horizontal .control-label {
        margin-bottom: 2px;
    }

    .Error {
        color: red;
        text-align: left;
        font-size: 12px;
        float: left;
    }

    .Documentosencontrados {
        font-size: 12px;
        color: gray;
        font-weight: bold;
        float: left;
        margin: 4px 0px;
    }

    .Titulo {
        font-size: 25px;
        color: rgb(2,56,92);
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .SubTitulo {
        font-size: 20px;
        color: rgb(0,56,93);
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .DescripcionLista {
        color: gray;
        text-align: left;
        font-size: 14px;
        list-style: disc;
        line-height: 15px;
    }

    .Corte {
        display: block;
        width: 100%;
        border-bottom: 2px solid rgb(236,236,236);
        margin-bottom: 25px;
    }

    .DescripcionLista li {
        padding-bottom: 7px;
    }

    .Sugerencias {
        font-size: 14px;
        float: left;
    }

    .FechaActualizacion {
        float: right;
        font-size: 14px;
        text-align: right;
        color: rgb(0, 150, 209);
    }

    .FechaActualizacion label {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 14px;
        text-align: right;
        color: rgb(0, 150, 209);
    }

    .Subrrogado {
        float: right;
        color: red;
        text-align: right;
    }

    .Sugerencias .btn-link {
        color: rgb(0,150,209);
    }

    .Sugerencias img {
        width: 24px;
    }

    .ModalHeaderLeerMas {
        background-color: white;
        color: white;
        text-align: center;
    }

    .ModalHeader {
        background-color: #003a5d;
        color: white;
        text-align: center;
    }

    .ModalHeader h4 {
        font-size: 16px;
    }

    .modal-header .close {
        color: white;
    }

    .modal-body {
        font-size: 12px;
    }

    .FormularioEncuesta {
        margin: auto;
        width: 80%;
        /*font-size:12px;*/
        padding: 10px;
    }

    .FormularioEncuesta textarea, .FormularioEncuesta input[type=text] {
        width: 100%;
        border-radius: 5px;
        border: 1px solid gray;
        margin-bottom: 6px;
    }

    .FormularioEncuesta > .pregunta > input[type=radio], .FormularioEncuesta span, .FormularioEncuesta label {
        padding-right: 25px;
        font-weight: 100;
    }

    .FormularioEncuesta > .pregunta > label {
        padding-left: 4px;
        font-size: 10px;
    }

    .FormularioEncuesta .row {
        margin-bottom: 4px;
    }

    .FormularioEncuesta .formularioEnc {
        margin-top: 10px;
    }

    .Calificacion {
        text-align: center;
        margin: auto;
        width: 100%;
    }

    .contenidoDesplegable {
        max-height: 300px;
        overflow-y: auto;
    }

    .Formulario {
        border: 2px solid rgb(236,236,236);
        border-radius: 5px;
        margin-bottom: 25px;
    }

    .Formulario label {
        font-weight: 100;
        margin-bottom: 0px;
    }

    .Formulario .row {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .Formulario input[type='radio'] {
        margin-top: 0px;
        float: left;
    }
    /*.Formulario input,
	.Formulario input select,
	.Formulario button {
		margin-bottom:3px;
		margin-top:3px;
     }*/
     .Formulario .disabled {
        background-color: rgb(236,236,236);
    }

    .Formulario .divVert {
        border-right: 1px solid rgb(236,236,236);
    }

    .indice {
        float: right;
        text-align: right;
        margin: 4px 0;
        width: 100%;
        display: block;
    }

    .loadingGrid {
        float: left;
    }

    .loadingGrid img {
        width: 24px;
    }

    .indice label {
        font-size: 12px;
        color: gray;
        font-weight: bold;
    }

    .Paginacion {
        display: inline;
    }

    .indice .paginas {
        border: 1px solid #286090;
        background-color: white;
        padding: 4px;
        margin-left: 4px;
        cursor: pointer;
        text-align: center;
    }

    indice .paginas:visited {
        border: 1px solid #286090;
        background-color: blue;
        padding: 4px;
        margin-left: 4px;
        cursor: pointer;
        text-align: center;
    }

    .indice .indicadores {
        background-color: #286090;
        padding: 4px;
        margin-left: 4px;
        cursor: pointer;
        text-align: center;
    }

    .indice .indicadores > .signo {
        color: white;
        font-weight: 900;
        line-height: 14px;
    }

    .contenidoDesplegable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        text-align: center;
        vertical-align: central;
        font-weight: 100;
    }

/*@media (max-width: 396px) {
    .loadingGrid {
        margin: auto;
        width: 100%;
    }
    }*/

/*@media (max-width: 990px) {
	.Documentosencontrados {
		display: block;
		position: absolute;
		bottom: -40px;
	}
    }*/



    .navbar .navbar-findcond navbar-fixed-top {
        font-size: 10px;
    }

    .EncabezadoBanner {
        width: 100%;
        position: relative;
        z-index: 0;
    }

    .EncabezadoBanner img {
        width: 100%;
        height: 230px;
    }

    .footerGea {
        width: 100%;
        font-size: 11px;
        background-color: #39454B;
        color: #ffffff;
        padding-top: 1em;
    }

    #AvisoPrivacidad {
        padding-top: 2em;
    }

    #AvisoPrivacidad p {
        font-size: 10px;
        color: gray;
        text-align: justify;
    }

    .footerGea .list-group-item {
        background-color: #39454B;
        border: none;
    }

    .footer {
        font-size: 12px;
        color: gray;
        font-weight: 700;
        padding-top: 2em;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 19px;
    }
    /*.footer img {
		width:170px;
     }*/
     .footer .col1 {
        float: left;
    }

    footer .col3 {
        width: 100%;
        margin: auto;
    }

    .footer .col2 {
        float: right;
    }

    .footer .Dep1 {
        font-weight: 900;
        float: left;
        display: block;
        width: 100%;
        text-align: left;
    }

    footer .Dep3 {
        font-weight: 900;
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer .Dep2 {
        font-weight: 900;
        float: left;
        display: block;
        width: 100%;
        text-align: right;
    }

    .footer .Contacto {
        font-weight: 100;
        float: left;
        display: block;
        width: 100%;
        text-align: left;
    }

    .footer .ContactoOfma {
        font-weight: 100;
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer .Contacto2 {
        font-weight: 100;
        float: left;
        display: block;
        width: 100%;
        text-align: right;
    }

    .noBullets {
        width: 100%;
        margin: auto;
        display: block;
    }

    .noBullets li {
        list-style: none;
    }

    .noBullets a {
        color: #78909C ;
    }

    .footer .correo {
        font-weight: 100;
    }

    .NombreDependencia {
        float: left;
    }

    .disableListMarginFooter {
        padding: 5px !important;
    }

    .cuerpo {
        margin: auto;
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
        box-sizing: border-box;
    }

    .contactoGEA {
        font-size: 10px;
        padding: 40px;
    }

    .contactoGEA li,
    .contactoGEA a {
        float: left;
        padding-left: 2px;
        padding-right: 2px;
        text-align: justify;
        color: white;
    }

    .carousel-Texto {
        position: absolute;
        top: 200px;
        left: 109px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: white;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        font-size: 90px;
        font-weight: 900;
        text-decoration: underline;
    }



    #fuact {
        display: none;
    }


    .lista {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .lista .contenedor {
        overflow-y: auto;
        max-height: 120px;
    }

    .renTops {
        padding-bottom: 5px;
        padding-top: 5px;
        width: 100%;
        display: table;
        box-sizing: border-box;
        border-bottom: 1px dashed #B7A988;
    }

    .renTops .colTop1 {
        float: left;
    }

    .renTops .colTop1 img {
        padding-right: 5px;
        margin-top: auto;
        margin-bottom: auto;
        display: block;
    }

    .renTops .colTop2 {
        float: left;
        padding: 5px;
    }

    .renTops .colTop2 a {
        color: #286090;
    }

    .EncabezadoTops {
        font-size: 1em;
        color: #FFFFFF;
        background-color: #39454B;
        padding: .1em 2.5em;
        overflow: inherit;
    }

    .textoBienv {
        clear: both;
    }

    .textoBienv h1,
    .textoBienv p {
        display: block;
        width: 100%;
    }

    .loadingHistorial {
        margin: auto;
        width: 100%;
        color: black;
        text-align: center;
        font-weight: 100;
        font-size: 12px;
        text-decoration: underline;
    }

    .loadingHistorial img {
        width: 27px;
    }

    .footerEncuesta {
        display: none;
    }

    .footerEncuesta label {
        font-size: 10px;
        color: #00a3cc;
        text-decoration: dotted;
    }

    .footerEncuesta img {
        width: 27px;
    }

    .RangosFechas {
        margin-bottom: 0px;
    }

    .RangoFechas {
        float: left;
        margin-right: 2px;
    }

    .carousel-inner .item img {
        width: 100%;
        height: 236px;
    }

    #TablaContenido {
        border: 1px dashed gray;
    }

    .carousel-fade > .carousel-inner > .item {
        transition-property: opacity;
    }

    .carousel-fade > .carousel-inner > .item,
    .carousel-fade > .carousel-inner > .active.left,
    .carousel-fade > .carousel-inner > .active.right {
        opacity: 0;
    }

    .carousel-fade > .carousel-inner > .active,
    .carousel-fade > .carousel-inner > .next.left,
    .carousel-fade > .carousel-inner > .prev.right {
        opacity: 1;
    }

    .carousel-fade > .carousel-inner > .next,
    .carousel-fade > .carousel-inner > .prev,
    .carousel-fade > .carousel-inner > .active.left,
    .carousel-fade > .carousel-inner > .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade > .carousel-control {
        z-index: 2;
    }
/*
	Menu Gea
    */

    .navbar-brand .logo {
        background-image: url('../img/IEA_logo.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        /*position: absolute;*/
        top: 1px;
        left: 5%;
        width: 200px;
        height: 130px;
        z-index: 999;
    }

    .navbar-brand .logoMovil {
       background-image: url('../img/IEA_logo2.png');
       background-size: cover;
       background-repeat: no-repeat;
       position: absolute;
       width: 140px;
       height: 50px;
       top: 1px;
       left: 2%;
   }

 

nav.navbar-findcond {
    background: #ebebeb;
    border-width: 0px 0px 2px 0px;
    border-color: #005480;
    box-shadow: 0 0 2px 0 #005480;
}

nav.navbar-findcond a {
    color: #005480;
}

nav.navbar-findcond ul.navbar-nav a {
    color: #005480;
    border-style: solid;
    border-width: 0;
    border-color: #fff;
}

nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active {
    background: #005480;
    color: #FFFFFF;
}

nav.navbar-findcond ul.navbar-nav a:hover {
    border-color: #005480;
}

nav.navbar-findcond li.divider {
    background: #005480;
}

nav.navbar-findcond button.navbar-toggle {
    background: #ebebeb;
    border-radius: 0;
}

nav.navbar-findcond button.navbar-toggle:hover {
    background: #005480;
}

nav.navbar-findcond button.navbar-toggle > span.icon-bar {
    background: #005480;
}

nav.navbar-findcond ul.dropdown-menu {
    border: 0;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
    margin: 0 0;
}

nav.navbar-findcond ul.dropdown-menu > li > a {
    color: #005480;
}

nav.navbar-findcond ul.dropdown-menu > li > a:hover {
    background: #005480;
    color: #fff;
}

nav.navbar-findcond span.badge {
    background: #005480;
    font-weight: normal;
    font-size: 11px;
    margin: 0 4px;
}

nav.navbar-findcond span.badge.new {
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
}



.page .row .col-md-4 img {
    text-align: center;
}

.ContenedorPopUpLink {
    position: relative;
    padding: 2px;
}

.PopUpLink {
    width: 220px;
    position: absolute;
    top: -78px;
    left: -215px;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid gray;
    z-index: 999;
    padding: 4px;
    box-shadow: 2px 2px 5px #888888;
    display: none;
}

.PopUpLink label {
    text-align: left;
    color: gray;
    text-decoration: underline;
    font-weight: 900;
    word-break: break-all;
}

.PopUpLink button {
    float: right;
    padding-top: 3px;
    padding-bottom: 2px;
}

.leerMas {
    text-decoration: underline;
    color: #337ab7;
    font-size: 12px;
    cursor: pointer;
}

#body_Leermas {
    height: 400px;
}

.pdfobject-container {
    height: 400px;
}

.pdfobject {
    border: 2px solid #005480;
}

#auxTexto {
    text-align: justify;
    max-height: 400px;
    overflow-y: auto;
}

.controls-carousel {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.controls-carousel img {
    width: 32px;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.controls-carousel img:active {
    width: 40px;
}

.BotonesApoyo {
    position: absolute;
    float: right;
    right: 4%;
    bottom: -35px;
}



.BarraCabezal {
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    background-color: #005480;
    overflow: hidden;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: .8;
}

#RedWeb {
    display: block;
    right: 20px;
    top: 0px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: .7;
    background-color: #00A5D9;
}

#RedWeb > ul > li > a > img {
    width: 25px;
    height: 25px;
}

.OcultoApoyo {
    position: absolute;
    float: right;
    display: none;
    top: 27px;
    right: -50px;
    min-width: 150px;
    height: auto;
    padding: 2px;
    background-color: #FFF;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: .9;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}


.linkPiedePagina {
  color:rgb(0, 150, 209);
  font-weight:100;
  font-size:10px;
  text-align:center;
  display:block;

}
.linkPiedePagina:hover,.ulPiePagina > li:hover {
 text-decoration:underline;
 cursor:pointer;
}
.ulPiePagina {
    list-style:none;
    color:rgb(0, 150, 209);
    font-weight:100;
    font-size:10px;

}
.ulPiePagina > li > ul {
 list-style:none;
 margin-top:5px;
}
.ulPiePagina > li > ul > li {
    margin-top:4px;
}
.ulPiePagina > li > ul > li > img {
    margin-right:3px;
}
.CuerpoPagina {
   margin: 0 74.5px 15px 74.5px;
   background-color: white;
   /*border:2px solid gray;*/
   padding-top:30px;
}
#img_serv {
    margin:10px;
    width:93%;
}
.LinkBanner2 {
    background-color: #f45e00;
    text-align: center;
    padding: 5px;
    color: white;
    font-size:10px;
    margin:10px 0 0 10px;
    width:93%;
    display:table;
    min-height:40px;

}
.LinkBanner2 .col1{
    width:80%;
    text-align:left;
    float:left;
    box-sizing:padding-box;

}
.LinkBanner2 .item {
    width:100%;
}
.LinkBanner2 .col2{
    width:20%;
    float:left;
    box-sizing:padding-box;
}
.LinkBanner2 > .col2 > img {
    width:32px;
}
.LinkBanner {
    background-color: #78909C;
    text-align: center;
    padding: 5px;
    color: white;
    font-size:15px;
    margin:10px;
    width:93%;
    display:table;
    min-height:40px;
}
.LinkBanner .col1 {

   float:left;
   width:20%;


}
.LinkBanner .col2 {

    float:left;
    width:60%;
    text-align:left;

}
.LinkBanner .col3 {


    width:20%;
    float:left;

}
.CajaBanner {
    background-color: white;
    margin: 11.5px 0px 10px 0px;
    font-size: 0px;
}

.CajaBanner2 {
    margin-top: 50px;
    background-color: white;
    margin: 30px 0px 30px 0px;
    font-size: 15px;
}

.CajaBanner .Tema {
    background-color: #78909C;
    text-align: center;
    padding: 5px;
    color: white;
    font-size:15px; 
}
.CajaBanner .Tema2 {
    text-align: center;
    padding: 5px;
    color: gray;
    font-size: 15px;
    font-weight:900;
}
.CajaBanner .Tema_etiquetas {
    /*background-color: #78909C;*/
    text-align: center;
    padding: 5px 0px 5px 0px;
    color:#2182b9;
    
    font-size: 16px;
  

}
.CajaBanner .etiquetas_tema {
    /*background-color: #78909C;*/
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: darkblue;
    font-size: 15px;
    font-weight: bold;
}


.CajaBanner .ContenedorImagen2 {
    width:100%;
    margin-bottom:15px;
}
.CajaBanner > .ContenedorImagen2 > img {
    display: block;
    margin: auto;
    background-color: gray;
}
.CajaBanner .ContenedorImagen {
    width: 100%;
    display: block;
    padding: 0px 0 0px 0;
}
.CajaBanner ul > li > .link {
    cursor:pointer;
    font-weight:700;
}
.CajaBanner > ul > li > .link:hover ,.CajaBanner > ul > li > ul > li:hover{
 text-decoration:underline;
 color:#0095c8;
 cursor:pointer;
}
.CajaBanner ul > li > .ResaltaLink {
 cursor:pointer;
 font-weight:900;
}
.CajaBanner ul > li > ul {
    list-style:circle;
    margin-left:25px;
}
.LinkAzul {
    color:#0095c8;
    font-weight:900;
    font-size:10px;
    cursor:pointer;
}
.LinkAzul:hover {
 text-decoration:underline;
 cursor:pointer;
}
.ContenedorImagen img {

  width: 310px;
}
.ContenedorImagen3 {
    width:100%;
}
.ContenedorImagen3 img {
    max-width:128px;
    min-width:100px;
    margin:auto;
}
.centrarImg {
    display: block;
    margin-top: 2px;
    /*position: absolute;*/
}

.CajaBanner ul {
    list-style: none;
    text-align: left;
    color: gray;
    padding:0px;
}
.noticias p {
    border-left: solid #0095c8;
    padding-left: 10px;
    text-align: justify;
    margin: 0;
}
body {
 background-color: rgb(235, 235, 235);
}
.carousel > .carousel-inner > .item > a > img {
    height:450px;
}
footer {
    margin-top:0px;
}
.mainContainer {
    margin-top: 50px;
}
.mainContainer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 360px) {

    .Servicios3 {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 50% !important;
    }

    .Servicios3 .tooltipitemstick {
        position: relative;
        top: 0;
    }

    .tooltipitemstick > .poptitleS3 {
        text-align: center;
        padding: 0 0 0 0 !important;
        width: auto;
        height: 70px;
    }

    .tooltipitemstick > .poptitleS3 > a {
        /*text-align: center;*/
        font-weight: 700;
        color: gray;
        font-size: 12px;
        /*display: block;*/
    }

    .poptitleS3 > a {
        text-decoration: none !important;
        color: white;
        /*width: 110px !important;*/
    }

    .poptitleS3 > a:hover {
        text-decoration: underline;
        color: darkcyan;
    }

    .tooltipitemstick > .ver {
        padding: 0 15px 0 15px;
    }

    .tooltipitemstick > .ver > a {
        text-align: right;
        /*font-weight: 700;*/
        color: blue;
        font-size: 10px;
        display: block;
        text-decoration: none !important;
    }


    .ver > a:hover {
        text-decoration: underline;
        color: darkgreen;
    }

    .CajaBanner .Tema_etiquetas {
        /*background-color: #78909C;*/
        width: auto;
        height: 50px;
    }

    .img_SP img {
        width: 200% !important;
        height: auto !important;
        margin: auto !important;
        position: initial !important;
        padding: 0 0 0 0 !important;
    }

    .ContenedorImagen img {
        width: 100% !important;
        height: auto;
    }

    .CajaBanner .Tema_etiquetas {
        /*background-color: #78909C;*/
        text-align: center;
        padding: 5px 0 5px 0;
        /*color: cadetblue;*/
        font-size: 13px;
        font-weight: bold;
    }

    .Etiquetas {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 33.3333% !important;
    }

    .CajaBanner .etiquetas_tema {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .Servicios3 {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 50% !important;
    }

    .Servicios3 .tooltipitemstick {
        position: relative;
        top: 0;
    }

    .tooltipitemstick > .poptitleS3 {
        text-align: center;
        padding: 0 0 0 0 !important;
        width: auto;
        height: 70px;
    }

    .tooltipitemstick > .poptitleS3 > a {
        /*text-align: center;*/
        font-weight: 700;
        color: gray;
        font-size: 12px;
        /*display: block;*/
    }

    .poptitleS3 > a {
        text-decoration: none !important;
        color: white;
        /*width: 110px !important;*/
    }

    .poptitleS3 > a:hover {
        text-decoration: underline;
        color: darkcyan;
    }

    .tooltipitemstick > .ver {
        padding: 0 15px 0 15px;
    }

    .tooltipitemstick > .ver > a {
        text-align: right;
        /*font-weight: 700;*/
        color: blue;
        font-size: 10px;
        display: block;
        text-decoration: none !important;
    }


    .ver > a:hover {
        text-decoration: underline;
        color: darkgreen;
    }

    .CajaBanner .Tema_etiquetas {
        /*background-color: #78909C;*/
        width: auto;
        height: 50px;
        
    }

    .img_SP img {
        width: 200% !important;
        height: auto !important;
        margin: auto !important;
        position: initial !important;
        padding: 0 0 0 0 !important;
    }

    .ContenedorImagen img {
        width: 100% !important;
        height: auto;
    }

    .CajaBanner .Tema_etiquetas {
        /*background-color: #78909C;*/
        text-align: center;
        padding: 5px 0 5px 0;
        /*color: cadetblue;*/
        font-size: 13px;
        font-weight: bold;
        
    }

    .Etiquetas {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 33.3333% !important;
        color:#2182b9;
    }

    .CajaBanner .etiquetas_tema {
        font-size: 14px !important;
        
    }  
}





@media screen and (min-width: 1200px) {
    .navbar-brand > .logo {
        background-image: url('../img/IEA_logo.png');
        background-repeat: no-repeat;
        background-size: inherit;
        background-repeat: no-repeat;
        position: absolute;
        top: 1px;
        left: 5%;
        width: 200px;
        height: 130px;
        z-index: 999;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-brand > .logo {
        background-image: url('../img/IEA_logo2.png');
        background-size: inherit;
        background-repeat: no-repeat;
        position: absolute;
        width: 140px;
        height: 50px;
        top: 1px;
        left: 2%;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand > .logo {
        background-image: url(../Img/LogoGEA_movil.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 140px;
        height: 50px;
        top: 10px;
        left: 40%;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand > .logo {
        background-image: url(../Img/LogoGEA_movil.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 140px;
        height: 50px;
        top: 1px;
        left: 10px;
    }
}

@media (max-width: 1200px) {
    .cont .rowItem {
        display: block;
        margin-bottom: 10px;
        float: left;
        margin: 5px;
    }

    .DescripcionLista {
        color: gray;
        text-align: left;
        font-size: 12px;
        list-style: disc;
    }

    .DescripcionLista li {
        padding-bottom: 17px;
    }

    .Titulo {
        line-height: 20px;
        font-size: 20px;
        text-align: left;
    }

    .SubTitulo {
        text-align: left;
        line-height: 20px;
        font-size: 18px;
    }

    .Documentosencontrados {
        font-size: 12px;
        color: gray;
        font-weight: bold;
        text-align: left;
        display: block;
        /*position: absolute;
        bottom: -55px;*/
    }
}

@media (max-width: 712px) {
    .carousel-Texto {
        left: 15px;
    }

    .cuerpo {
        margin: 0px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .DescripcionLista {
        padding-left: 0px;
    }
}

@media (max-width: 466px) {
    .footer {
        word-break: break-all;
    }
}

@media (max-width: 692px) {
    .footer {
        font-size: 10px;
        font-weight: 300;
        padding-top: 5em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 0px;
        word-break: break-all;
        color: rgb(1,57,94);
    }

    .footer img {
        display: none;
    }
}

@media (max-width: 766px) {
    .footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .FechaActualizacion {
        /*float:left;*/
        font-size: 10px;
    }

    .FechaActualizacion label {
        font-size: 10px;
    }

    .Sugerencias {
        font-size: 10px;
        float: left;
    }

    .Sugerencias button {
        font-size: 10px;
    }
}

@media (max-width: 406px) {

    /*.noBullets {
	   padding:15px;
	   font-size:11px;
     }*/
     .indice .indicadores {
        background-color: #286090;
        padding: 4px;
        margin-left: 2px;
        cursor: pointer;
    }

    .contactoGEA {
        font-size: 9px;
        /*padding:5px;*/
    }
}
.line{
    background: #000000;
    width: 455px;
    height: 30px;   
}

.estilo_GridViewGiros
{
    background-color: #D4D4D4;
    border-color: White;
    border-width: 3px;
    width: 100%;
    margin-left: 4% !important ;
    background-color: blue;
    height: 1000px;
}


.estilo_GridViewGiros > tbody > tr > td > a
{
    color: #696969;
    font-size: 16px;
    font-family: Arial;
    text-decoration:none;
    border-bottom:inset;
}
.tbody > a:hover
{
    background-color:#ff5d26;
    color: white;
}


.flecha-right{
    width:0px;
    height:0px;
    border-bottom:7px solid transparent;  /* izquierda flecha */
    border-top:7px solid transparent; /* derecha flecha */
    border-left:12px solid #ff5d26; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    margin-right:-86px;
}
.tabla{

    background:#474747;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.sistema{

    font-family:Arial; 
    font-size: 15px; color:white;
     margin-left:1.5%; 
     margin-top:-13px; 
     padding:6.4px
}

#logop{
    margin: 0px;
}

.logo {
    display: inline-block;
    background-image: url(../img/GEALogo.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: 30%;
    width: 150px;
    height: 52px;
    z-index: 999;
}

                                                               
