@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(contenidoEstatico/fuentes/lora/Lora-Regular.ttf);
}

html {
    overflow-y: scroll;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

h1 {
    font-family: 'Lora';
    color: rgb(25, 158, 223);
    font-weight: bold;
}

.titulo-seccion {
    font-family: 'Lora' !important;
    font-style: italic;
    font-size: 27px;
    font-weight: bold;
}

.dog-numero-actual {
    color: rgb(100, 100, 100);
    font-size: 100%;
    font-family: 'Lora';
}

.dog-numero-diario {
    font-family: 'Lora';
    font-weight: bold;
    font-size: 280%;
    display:block;
    color: black;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}


.dog-numero-diario-excepcional {
    font-family: 'Lora';
    font-weight: bold;
    font-size: 185%;
    display:block;
    color: black;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

.dog-fecha-diario {
font-family: 'Lora';
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    color: inherit;
    font-size: 18px;
}


.dog-fecha-diario-excepcional {
font-family: 'Lora';
    font-style: italic;
    margin-top: 36.5px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    color: inherit;
    font-size: 18px;
}

.box {
    padding: 10px;
}

.box-superior {
    padding: 10px 10px 10px 0px;
}

.box-color {
    border: 1px solid rgb(226, 226, 226);
}

.box-color-gris {
    background-color: #f3f2f2;
}

.box-fondo {
    background-color: rgb(244, 244, 244);
}

#menu-header {
    margin: 1px;
    background-color: rgb(79, 141, 200);
    border: 1px solid rgb(139, 179, 218);
}

.menu-header-texto {
    color: white;
    font-family: 'Lora' !important;
    font-style: italic;
    font-size: 18pt;
    margin: 0px;
}

.liSeparator{
	padding-top:10px;
}
.liUpperRoman{
	    list-style-type: upper-roman;
}
.liLowerLatin{
	    list-style-type: lower-latin;
}

a.activo {
    text-decoration: underline !important;
}

.menu-header-titulo {
    color: white;
    font-family: 'Lora';
    font-weight: bold;
    font-size: 200%;
    padding: 15px;
}

.menu-header-boton {
    color: white;
    font-size: 150%;
}

.menu-header-bloque-texto {
    padding: 5px;
}

.fondo-blanco {
    background-color: white;
    padding: 15px;
}

.fondo-azul {
    background-color: #F2FAFF;
    padding: 15px;
}

.anuncio-lateral {
    margin-bottom: 10px;
}

.anuncio-lateral-titulo, .anuncio-lateral-titulo a {
    font-family: 'Lora' !important;
    font-weight: bold;
    font-style: italic;
    font-size: 13pt;
    color: #d81763 !important;
    margin-top: 5px;
}

.anuncio-lateral-enlace {
    font-size: 90%;
    font-weight: bold;
    color: rgb(79, 141, 200);
    display: block;
}

.anuncio-lateral-contenido {
    font-size: 13pt;
    display: inline-block;
}

.anuncio-lateral-inferior {
    margin-top: 20px;
    /*height: 50px;*/
}

.input-portada {
    border: 1px solid rgb(219, 227, 229);
    background-color: rgb(227, 244, 251);
   /* border-radius: 0;*/
}

.input-portada-error {
    border: 1px solid red;
}

.input-verificar {
    width: 100%;
}

.btn-portada {
    font-weight: bold;
    border-radius: 0;
    background-color: black;
    color: white;
    border: 1px solid rgb(173, 173, 173);
}

.btn-portada:hover {
    color: white;
    background-color: grey;
}

.btn-portada:focus {
    color: white;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    height: 100%;
}

.anuncio-lateral-btn {
    margin-top: 5px;
}

.seccion-contenido {
    margin-top: 10px;
}

.listado-checkbox {
    padding-left: 0px;
    list-style-type: none;
}

.lista-boletines {
    padding-left: 0px;
    list-style-type: square;
    text-align: left;
    font-size: 18px;
}

.lista-boletines li {
    margin-bottom: 5px;
}

.texto-boletin {
    color: black;
    font-size: 90%;
}

.separador-seccion {
    margin-top: 3px;
}

.separador-horizontal-contenido {
    margin-top: 10px;
}

.tramitaciones {
    margin-bottom: 20px;
}

.tramitacion {
    margin-bottom: 10px;
}

.tramitacion-normativa {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tramitacion-titulo {
    color: grey;
    text-transform: uppercase;
}

.tramitacion-contenido {
    color: black;
    font-size: 80%;
}

#footer-enlaces {
    text-align: center;
    color: white;
    font-size: 90%;
}

.footer-enlace {
    color: white;
    font-size: 90%;
}

#normativa-usuario {
    background-color: rgb(30, 118, 190);
}

#normativa-registro-usuario {
    color: black;
    margin-top: 10px;
    background-color: rgb(79, 141, 200);
    font-size: 80%;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
}

#normativa-acceso-usuario {
    font-size: 110%;
    font-weight: bold;
    color: black;
}

.logo-header {
    margin-top: 20px;
    margin-bottom: 20px;
}

#header {
    padding-top: 4px;
    font-size: 12pt;
}

#header a {
    color: #050301;
}

.borde_inferior {
    border-bottom: 3px solid black;
    margin-bottom: 10px;
}

.dog-toc-sumario-lista {
    list-style-type: none;
    font-family: 'Lora';
    font-style: italic;
    font-weight: normal;
}

.dog-toc-sumario-lista>li>span{
    display: block;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 5px;
        
}
.dog-toc-sumario-titulo {
font-weight: bold;
    display: block;
    margin-top: 20px;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 10px;
    font-family: 'Lora' !important;
    font-style: italic;
    font-size: 12pt;
}

.dog-toc {
    padding-right: 15px;
    padding-left: 15px;
}

.dog-cabecera {
    padding-right: 15px;
    padding-left: 15px;
}

.dog-toc-sumario-descarga {
    font-size: 90%;
}

.enlace-sumario-completo {
    color: grey;
}

.dog-toc-sumario-titulo-desactivado {
    color: grey;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: rgb(40, 171, 226);
    border-radius: 50px;
}

.bootstrap-datetimepicker-widget table td.active a {
    color: white;
}

.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: rgb(40, 171, 226);
    border-radius: 15%;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 54px;
    vertical-align: middle;
    width: 54px;
    font-size: 25px;
    font-family: 'Source Sans Pro';
    border: 4px solid #e3f4fb;
    padding: 0;
    border-radius: 15%;
}

.bootstrap-datetimepicker-widget .picker-switch {
    font-size: 27px;
    font-weight: 100;
    font-family: 'Source Sans Pro';
}

.bootstrap-datetimepicker-widget table th {
    font-size: 18px;
    font-family: 'Source Sans Pro';
}

.weekend {
    color: #d81763 !important;
}

.next {
    color: rgb(40, 171, 226);
}

.prev {
    color: rgb(40, 171, 226);
}

.picker-switch {
    text-transform: uppercase;
}

.new {
    visibility: hidden;
}

.old {
    visibility: hidden;
}

#dog-datetimepicker {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgb(233, 244, 248);
}

.row-anuncios-laterales>.col-md-12 {
    padding-left: 0px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.box-top {
    margin-top: 5px;
}

.box-bottom {
    margin-bottom: 5px;
}

.box-center {
    margin-left: 5px;
    margin-right: 5px;
}

.headerLineHeight{
	line-height: 1.1;
}
#contenido-principal {
    padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    text-align: left;
    width: 100%;
}

a.menu-header-texto .enlace-pagina-actual, a.menu-header-texto .enlace-pagina
    {
    /*border-bottom: 2px solid white;*/
    line-height: 24px;
}

.barra-navegacion {
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: rgb(233, 240, 250);
}

.seccion-titulo {
    font-family: 'Lora' !important;
    font-style: italic;
    font-size: 19pt;
    font-weight: bolder;
}

.criterios-busqueda {
    margin: 10px;
}

.box-busqueda {
    padding: 10px;
    /*margin-top: -11px;*/
    text-align: left;
}

.box-busqueda-izquierda {
    margin: 10px 5px 0px 5px;
}

.box-busqueda-central {
    margin: 10px 5px 0px 5px;
}

.box-busqueda-derecha {
    margin: 10px 5px 0px 5px;
}

.box-busqueda-boton {
    margin: 10px 20px 0px 20px;
}

.fondo-blanco {
    background-color: white;
}

.box-busqueda-titulo {
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: 900;
    font-size: 15pt;
    display: block;
    /*padding-bottom: 5px;*/
}

legend.box-busqueda-titulo{
	/*Se establece a nada, simplemente para que no se le apliquen los estilos por defecto de bootstrap.*/
	display: inherit;
    width: inherit;
    padding: inherit;
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border: 0;
    border-bottom: 0px;
}

.box-busqueda-descripcion {
    margin-top: 5px;
    font-size: 12pt;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    font-style: normal;
}

.box-toc {
    border: 1px solid rgb(231, 231, 231);
}

.seccion-titulo-busqueda-anuncios {
    margin-bottom: 10px;
    margin-top: 12px;
}

#contenido-principal-titulo {
    font-family: 'Lora' !important;
    font-style: italic;
    margin-top: 10px;
    font-size: 39pt;
    text-align: left;
    padding-left: 10px;
    font-weight: normal;
    color: #333;

}

.box-azul {
    margin-top: 10px;
    border: 1px solid rgb(219, 227, 229);
    background-color: rgb(227, 244, 251);
    overflow: auto;
    max-height: 100px;
    height: 100px;
}

.box-azul-suscripcion {
    margin-top: 10px;
    border: 1px solid rgb(219, 227, 229);
    background-color: rgb(227, 244, 251);
    overflow: auto;
    max-height: 200px;
    height: 200px;
}

.box-azul-listado-checkbox-item {
    font-size: 11pt;
}

.seccion-dog-numero {
    margin-top: 10px;
}

.dog-toc-sumario {
    list-style-type: none;
    padding-left: 0px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}


.story>ul {
    padding-left: 0px;
}

.dog-toc-sumario ul .dog-toc-sumario {
    font-weight: normal;
    margin: 0px;
}

#DOGData {
    font-weight: bold;
}

.contidoDesplegado {
    margin-right: 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
    padding: 12px 12px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    
}

.navbar-toggle {
    border-radius: 0px !important;
    border: 0px solid;
}

.navbar-toggle  .icon-bar {
    background-color: #FFF !important;
}

.navbar-nav {
    margin: 0px;
}

.opciones-menu {
    padding-left: 0px;
}

.container-fluid #selectorIdioma {
    float: right;
    text-transform: uppercase;
    font-size: 9pt;
    padding-right: 15px;
}

.container-fluid  .quitarPaddingDerecho {
    padding-right: 0px;
}

.container-fluid #selectorIdioma span {
    display: none;
    margin: 0 3px;
}

.container-fluid #selectorIdioma span.idiomaSeleccionado a {
    color: #192B3F;
    text-decoration: underline;
    font-weight: bold;
}

.container-fluid #selectorIdioma input {
    font-size: 1em;
    color: #337ab7;
    background-color: #FFF;
    border: 0px;
    margin-top: -0.2em;
    text-transform: uppercase;
}

.container-fluid input[name=btnIdioma] {
    padding-right: 0px;
}

.dog-datetimepicker-inline th {
    border-radius: 0px !important;
}

.dog-navbar-header {
    padding-left: 15px;
    padding-right: 15px;
}

.alinearIzq {
    float: left;
}

.alinearRight {
    float: right;
}

.marginLeft15px {
    margin-left: 15px;
}

.marginRight15px {
    margin-right: 15px;
}

.no-padding-all {
    padding: 0px !important;
}

.marginTop10px {
    margin-top: 10px;
}

.marginBottom10px {
    margin-top: 10px;
}

.marginLeft0px {
    margin-left: 0px;
}

.paddingTop15px {
    padding-top: 15px;
}

.ancho100 {
    width: 100%;
}

.alto100 {
    height: 100%;
}

.navbar {
    margin-bottom: 5px;
    border:0;
}

.itemResultado {
    padding: 15px 0 8px;
}

.itemResultado h2 {
    color: #000;
    font-size: 1.1em;
    line-height: 1em;
    padding-bottom: 5px;
}

.itemResultado h2, .itemResultado h2 span {
    font-weight: bold;
    color: #000;
    margin-top: 5px;
    margin-bottom: 2px;
}

.backGroundPdfNoFirmado {
    background-image: url(../../imagenes/publico/icos/pdfNoSig.png);
}

.backGroundPdfFirmado {
    background-image: url(../../imagenes/publico/icos/pdf-icon.png);
}

.box-lateral-busqueda {
    padding-left: 0px;
    padding-right: 0px;
}

.fila {
    list-style: none;
}

.box-parrafo {
    padding-left: 0px;
}

.box-cabecera-listado {
    border-bottom: 3px solid #D9D9D9;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 9px;
    padding-bottom: 0px;
    margin-bottom: 26px;
}

.box-ordenar-por {
    background-color: #D9D9D9;
    padding: 5px;
    float: right;
}

.form-group {
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.form-group label {
    padding-left: 0px;
    padding-right: 0px;
}

.tabla {
    margin-left: 15px;
}

.parrafo-texto-corto {
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: bold;
    font-size: 14pt;
}

.enlace-numero-dog {
    font-family: 'Lora' !important;
    font-weight: bold;
    font-style: italic;
    color: rgb(25, 158, 223);
    font-size: 13pt;
}

#numDogEncontrados{
    font-size: 14pt;    
}

.itemResultado-fecha {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.itemResultado-sumario {
    font-family: 'Lora' !important;
    color: black;
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
}

.itemResultado-enlace {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.enlace-listado-busqueda {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(25, 158, 223);
}

.enlace-boton-normativa {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: rgb(25, 158, 223);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.docAnexos * {
    vertical-align: middle;
}

.docAnexos a {
    float: left;
    background-image: url("../../imagenes/publico/icos/pdf-icon.png");
	background-position: 5px -2px;
    color: #01587E;
    padding: 0px 0px 0px 30px;
    background-repeat: no-repeat;
    height:23px;
}

.relaciones a {
    float: left;
    background-image: url("../../imagenes/publico/icos/relacion.png");
    background-position: 5px 0px;
    color: #01587E;
    padding: 2px 0px 0px 34px;
    background-repeat: no-repeat;
    height:23px;
    background-size: 23px;
}

.relaciones-off a {
    float: left;
    background-image: url("../../imagenes/publico/icos/relacion.png");
    background-position: 5px 0px;
    color: grey;
    padding: 2px 0px 0px 34px;
    background-repeat: no-repeat;
    height:23px;
    background-size: 23px;
    text-decoration: none;
}

#zonaNavegacion {
    background-color: #dfeff9;
}
#zonaNavegacion a{
    color: #23527c
    
}

.dog-datetimepicker-inline {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: rgb(227, 244, 251);
}

footer {
    display: block;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#cabeceiraDOG a {
    float: left;
}

#DiarioOficial {
    float: left;
    margin-top: 30px;
}

#publicacionInfo {
    font-size: 1.2em;
    display: block;
}

#DOGNumero {
    font-size: 200%;
    font-weight: bold;
    display: block;
    font-family: 'Lora';
}

#DOGData {
    font-size: 1.2em;
    font-weight: lighter;
    font-family: 'Lora';
    font-style: italic;
}

#indiceSumario li {
    list-style: none;
    font-size: 19px;
    font-weight: bold;
    background-position: 0 4px;
    padding-left: 15px;
    margin: 7px;
    text-align: justify;
    font-family: 'Lora' !important;
    font-style: italic;
}

#indiceSumario ul ul li {
    margin-left: 30px;
    padding-left: 10px;
    background-position: 0 7px;
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

#indiceSumario ul ul li a {
    font-weight: normal;
}

#indiceSumario a {
    text-decoration: underline;
}

.dog-titulo {
    font-size: 1.2em;
    font-weight: bolder;
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    clear: both;
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

.dog-titulo-sumario {
    float: left;
    width: auto;
    padding-bottom: 3px;
    margin-bottom: 0;
}

.dog-titulo-pagina {
    float: right;
    width: 25%;
    padding-left: 1%;
    text-align: right;
    padding-bottom: 3px;
    margin-bottom: 0;
}

.dog-pagina {
    clear: right;
    float: right;
    width: 10%;
    text-align: center;
    padding-top: 10px;
}

.menuLateralInf .dog-descargar a {
    padding: 0px 0px 5px 30px;
}

.dog-descargar span{
    color: rgb(100, 100, 100);
    
}
.dog-descargar a {
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 10%;
    line-height: 1.5em;
    text-align: right;
    float: left;
    background-image: url("../../imagenes/publico/icos/pdf-icon.png");
    background-position: 5px 0px;
    color: #01587E;
    padding: 0px 0px 5px 30px;
    background-repeat: no-repeat;
}

.fila {
    display: inline-block;
} /* Hides from IE-mac \*/
* html .fila {
    height: 1%;
}

.fila {
    display: block;
} /* End hide from IE-mac */ /* Hides from IE-mac \*/
* html .fila {
    height: 1px;
}

#fichaSeccion .dog-descargar {
    text-align: left;
}

#fichaSeccion ul {
    float: left;
    clear: left;
    width: 90%;
    overflow: hidden;
}

#indiceSumario a:link, #fichaSeccion  a:link {
    color: #75787f;
}

#indiceSumario a:visited, #fichaSeccion  a:visited {
    color: #810081
}

.dog-toc-nivel-1 {
    font-weight: bold;
    background-position: 0 7px;
    padding: 3px 0 5px 15px;
    color: #3399CC;
    font-size: 1.1em;
    display: block;
    clear: both;
}

.dog-toc-nivel-2 {
    font-weight: bold;
    display: block;
    clear: both;
}

.dog-toc-organismo {
    font-weight: bold;
    clear: both;
    padding-left: 15px;
}

li.dog-toc-sumario {
    padding-left: 10px;
    padding-bottom: 5px;
    background-position: 0 4px;
    margin: 8px 15px 5px 30px;
    line-height: 1.3em;
    text-align: justify;
}

.dog-pagina {
    clear: right;
    float: right;
    width: 10%;
    text-align: center;
    padding-top: 10px;
}

.navDiarios {
    padding-top: 5px;
    text-align: left;
    padding-left: 5px;
}

.navDiarios .sigDiario {
    float: right;
    margin-right: 5px;
}

#zonaContenido {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
}

/** busqueda no dog */
#contenido-principal ul.nav {
	float: right;
	margin-right: -2px;
	border-bottom: 0;
}
#contenido-principal .box.box-toc {
	clear: both;
}

/** Inicio > menu lateral */
#contenido-principal #cabeceiraDOG ul.nav {
	   float: left;
}

#contenido-principal #cabeceiraDOG ul.nav li {
    margin-bottom: 0px;
}

/** Calendario > menu lateral */
#menuIndice .nav {
	margin-top: 5px;
}

#menuIndice .nav li {
    width: 50%;
    border-bottom-color: #f3f2f2;
}
#menuIndice .nav li.active a {
	font-weight: bold;
	background-color: #f3f2f2;
}
#menuIndice .nav li:not(.active) a {
    background-color: #067FB6;
    color: white;
}

.menuLateralInf {
    padding-top: 0px;
    text-align: justify;
}

.menuLateralInfv2 {
    padding-top: 0px;
    text-align: justify;
}

.menuLateralInf #_publicacionInfo {
    background-color: #067FB6;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    /* padding-bottom: 5px; */
}

.menuLateralInf #_DOGNumero:before {
    content: "DOG ";
}

.menuLateralInf #_DOGNumero {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

.menuLateralInf #_DOGData {
    font-size: 1.1em;
    font-weight: lighter;
}

.menuLateral {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contenidoCol2 {
    padding-top: 10px;
    display: inline-block;
    float: none;
    text-align: left;
    background-color: white;
}

.bordeDerechoPanel {
   /* border-left: 1px solid #D9D9D9;*/
    margin-top: 10px;
}

.menuLateralInf h2 {
    font-weight: bold;
    font-size: 140%;
    font-family: Lora Bold;
    font-style: italic;
    border-bottom: 2px solid black;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 5px;
}

.menuLateralInfv2 h2 {
    font-weight: bold;
    font-size: 140%;
    font-family: Lora Bold;
    font-style: italic;
    border-bottom: 2px solid black;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 5px;
}

.menuLateralInf li {
    list-style: none;
    background-position: 0 4px;
    line-height: 20px;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, .25); */
    border-bottom: 1px solid #DFEFF9;
}
.menuLateralInfv2 li {
    list-style: none;
    background-position: 0 4px;
    line-height: 20px;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, .25); */
    border-bottom: 1px solid #DFEFF9;
}


.menuLateralInf ul {
    list-style: none;
    background-position: 0 4px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    padding-left: 0px;
    margin-bottom: 0px;
}

.menuLateralInfv2 ul {
    list-style: none;
    background-position: 0 4px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    padding-left: 0px;
    margin-bottom: 0px;
}

.row-enlaces {
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
}

#paginador {
    text-align: left;
}

#paginadorInf {
    text-align: left;
}

.pagination {
    margin-bottom: 0px;
}

/*
.enlace-pagina-actual:hover {
    border-bottom: 2px solid #333;
}*/
.navbar-nav>li>a:hover {
    color: white;
}

.box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-border-radius: 50px;
}

.box:-webkit-scrollbar:hover {
    width: 8px;
}

.box::-webkit-scrollbar-thumb {
    background: grey;
    -webkit-border-radius: 50px;
}

.box:-webkit-scrollbar-thumb:hover, .box:-webkit-scrollbar-thumb:active
    {
    background: grey;
}

.ventaNova {
    margin-top: 2px;
    margin-left: 5px;
}

.btn {
    
}

.btn-nom-criteria {
    color: rgb(100, 100, 100);
}

.btn-group {
    padding: 3px;
    font-family: Source Sans Pro;
    font-size: 11pt;
}
.pointer {
	cursor: pointer;
}
.dropdown-toggle {
    color: #777;
}

.log-lex {
    padding-top: 30px;
}

#migas {
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

#zonaMsjAdvertencia .textoAdvertenciaPt{        
    font-size: 1.0em;   
    text-align: justify;
    text-justify: inter-word;
}


/*****************
CONTIDO ESTATICO
******************/
.contidoEstatico img.apoio {
    float: right;
    margin: 0 0 14px 18px;
}

.cabeceiraContido h1 {
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: 700;
    margin-top: 10px;
    font-size: 220%;
    margin-bottom: 10px;
    color: #333;
}

.centradoFormularioAtendemolo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.contidoEstatico {
    padding: 0 20px;
    text-align: justify;
}

a.subir {
    background-image: url(../../imagenes/icos/subir.gif);
    background-position: right;
    padding-left: 0;
    padding-right: 10px;
    font-size: 1em;
    font-weight: bold;
    background-repeat: no-repeat;
    cursor: pointer;
}

.peContido {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    text-align: right;
}

.fila-2Atendemolo {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.fila-2Atendemolo li {
    float: left;
}

#filaBotoneraCaptchaAtendemolo {
    /*clear: both;*/
    display: block;
    /*width: 68%;*/
    margin-bottom: 0px;
}

#imxAtendemolo {
    float: none;
}

.imxAtendemolo {
    float: right;
    margin-right: 10px;
    margin-bottom: 11px;
}

.botonera {
    text-align: right;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#filaBotoneraCaptchaAtendemolo .botonera {    
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#filaBotoneraCaptcha {
    clear: both;
    float: right;
    display: block;
    width: 65%;
}

.fila:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.imx {
    float: right;
    margin-right: 35px;
}

#sugerencia {
    width: 100%;
    font-size: 0.9em;
    padding: 2px 4px 2px 0;
    border: 1px solid #bfbfbf;
    height: 100px;
    float: left;
}

.labelConsulta {
    display: block;
    padding-right: 10px;
    font-weight: 700;
    float: left;
    text-align: right;
}

.labelConsultaAtender {
    display: block;
    float: left;
    padding-top: 4px;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.1em;
}

span.obligatorioFalso {
    color: #FFF;
    width: 8px;
    text-align: center;
    float: left;
    display: block;
}

span.obligatorio {
    width: 8px;
    text-align: center;
    color: #F00;
}

.contidoEstatico li {
    margin-bottom: 0.8em;
    list-style: square;
}

.rssSecciones h2, .rssRangos h2, .rssTax2 h2, .rssTax3 h2 {
    margin-top: 5px;
}

.contidoEstatico h2, h2.interior {
    padding: 0px 0px 10px 15px;
    font-size: 1.2em;
    margin-top:0px;
    font-weight: bold;
    background-position: 0 20px;
}

.suscripcion label {
    font-weight: normal;
}

.suscripcion h2.interior {
    margin: 0px;
    padding: 10px 0px 10px 15px;
}

.rssTax2 .list-group, .rssTax3 .list-group {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

h2.formSuscripcion1.interior {
    margin: 0px;
    padding: 15px 5px 15px 15px;
}

.suscripcion .fila-1 {
    margin: 0px;
    padding: 3px 5px 5px 15px;
}

.contidoEstatico h1 {
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: 700;
    margin-top: 10px;
    font-size: 190%;
    margin-bottom: 10px;
    color: #333;
}

.cabeceiraContido {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}

.tablaFaq td {
    border-bottom: 1px solid #CCC;
}

.preguntafaq {
    padding-top: 15px;
    padding-left: 15px;
    font-family: 'Lora' !important;
    font-size: 1.6em !important;
    font-weight: bold;
    background-position: 0 24px;
}
.listaNumFaq{
	list-style: decimal;
}

.respuestafaq {
    background-position: 0 4px;
    margin: 10px 15px 15px 30px;
    padding-left: 10px;
}

.menuLateralInf a {
    color: #337ab7;
    display: block;
    padding-top: 8px;
    /*padding: 8px 12px;*/
    background-color: #F3F2F2;
}

.menuLateralInfv2 a {
    color: #337ab7;
    display: block;
    padding: 8px 12px;
    background-color: #F3F2F2;
}

.seccionMapa {
    border-bottom: 1px dotted #CFCFCF;
    padding-bottom: 20px;
    padding-top: 35px;
}

.seccionMapa li {
    background-position: 0 7px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-top: 5px;
    padding-left: 10px;
    width: 80%;
    float: left;
}

.ligazonsAxudas {
    padding: 20px 40px;
}

.ligazonsAxudas a {
    background-position: 0 4px;
    font-size: 1.1em;
    padding-left: 5px;
}

.labelVerificar {
    width: 100%;
    display: block;
    float: left;
    padding-top: 4px;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.1em;
    font-weight: 700 !important;
}

.contidoEstatico h3 {
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
}

input[type="submit"],input[type="reset"],input[type="button"] {
    /*css btn-portada */
    font-weight: bold;
    border-radius: 0;
    background-color: black;
    color: white;
    border: 1px solid rgb(173, 173, 173);
    /*css btn*/
   /* display: inline-block;*/
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 0 /*Hubo que comentar estas propiedades para 
    que salieran bien los botones*/ /*font-weight:400;
    border:1px solid transparent*/;
}

input[type="submit"]:hover {
    color: white;
    background-color: grey;
}

input[type="submit"]:focus {
    color: white;
}

.listaCheck label {
    text-align: left;
    margin-left: 5px;
    width: 70%;
}

.tablaSistema {
    width: 100%;
}

.labelSubscricion {
    display: block;
    float: left;
    padding-top: 4px;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.1em;
}

.resultadoCampo {
    padding-top: 4px;
    color: #000;
    font-style: italic;
    width: 30%;
    display: inline-block;
}

.sola label {
    width: 30%;
    text-align: right;
}

.sola li {
    display: block;
    list-style: none;
}

.divInfoPequena {
    padding-left: 10px;
    padding-right: 10px;
}

span.infoPequena {
    color: #4A4D56;
    font-style: italic;
    font-size: 0.75em;
    text-align: justify;
}

.fila-2Subscricion li {
    float: left;
}

.imxSubscricion {
    float: none;
    margin-right: 5px;
    margin-bottom: 11px;
}

.imxSubscricionCambioPass {
	float: right;
    margin-right: 5px;
    margin-bottom: 11px;
}

#filaBotoneraCaptchaSubscricion {
    /*clear: both;*/
    display: block;
    /*width: 68%;*/
    margin-bottom: 11px;
}

#filaBotoneraCaptchaSubscricion .botonera {
    text-align: right;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.listaCheck {
    margin-left: 25%;
}

.txtSubscricion {
    width: 99%;
}

.txtSubscricionCaptcha {
    /*    width: 51%;*/
    margin-bottom: 11px
}

.suscripcion .separacionCapcha {
    margin-top: 5px;
}

.txtVerificar {
    width: 99%;
}

.txtVerificarAtender {
    width: 45%;
}

.txtACalcular {
    width: 99%;
}

.desplazadaIzq {
    margin-left: 40px;
}

.errores {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #F00;
    font-family: 'Source Sans Pro', sans-serif;
}

.errores h1 {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #F00;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal !important;
}

.menuLateralInf li.activo a {
    background-color: #057EB5;
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none !important;
}

.menuLateralInfv2 li.activo a {
    background-color: #057EB5;
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none !important;
}

.img-boe {
    padding-top: 30px;
}

.img-pie {
    width: 49%;
    padding-top: 24px;
    padding-left: 12px;
    margin: auto;
}
.pieNopadding{
	padding:0;
}

.divimagenespie{

	height:auto;
}

.enlaceImgPie{
	height: 40px;
    display: table-cell;
    vertical-align: middle;
}
/* RSS */
.rssSecciones {
    float: left;
    width: 48%;
    border: 1px #CFCFCF dotted;
    height: 615px;
}

.rssRangos {
    float: left;
    width: 48%;
    border: 1px #CFCFCF dotted;
    margin-left: 30px;
    height: 615px;
}
.noPadding{
	padding:0!important;
}

.rssTax1, .rssTax2, .rssTax3 {
    border: 1px dotted #CFCFCF;
    width: 100%;
}

.rssSecciones li, .rssRangos li, .rssTax1 li, .rssTax2 li, .rssTax3 li {
    font-weight: bold;
    line-height: 1.4em;
    list-style: none outside none;
    margin-bottom: 0.4em;
    padding: 0
}

ul.lista_RSS li {
    background: url("../../imagenes/icos/mini_rss.gif") no-repeat scroll 0
        0.3em transparent;
    display: block;
    font-weight: normal;
    min-height: 20px;
    padding: 0 0 0 25px;
}

.liRSS li {
    float: left;
    width: 49%;
}

.bordeless {
    border: 0px solid white;
    /*border: none;*/
}

.paddingList {
    padding-left: 50px;
}

.cabeceraAccesible {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    padding-top: 6px;
    margin:0 ;
    border: 0;
    font-weight: 300;
}
.listaSinEstilos{
	list-style: none!important;
}
span.cabeceraAccesible {
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: 700;
    margin-top: 10px;
    font-size: 220%;
    margin-bottom: 10px;
    color: #333;
}

.tablaCodigosPago{
	float: right;
	margin-right: 30%;
	display: inline-block;
	vertical-align: bottom;
}
.tablaCodigosPago td{
	padding: 5px;
	border: 1px solid black;
}
.avisoPago{
	margin-right: 8%;
	opacity: 0.6;
	font-size: 0.7em;
	padding: 2%;
	font-weight: bold;
	color: red;
}


/* Mapa del calendario */
.cabeceraMapa {
    padding: 1%;
    top: 35px;
    width: 98%;
    text-align: center;
}

.enlaceCabeceraMapa {
    font-weight: bold;
}

.anhoSeleccionado {
    background-color: #00AEEF;
    color: white;
    font-size: 1.15em;
    padding: 7px;
    border-radius: 20px;
}

.filaMesesCalendario {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.cuerpoCalendario {
    width: 100%;
}

.tablaMesCalendario {
    width: 100%;
}

th.diaCalendarioMapa {
    text-align: center;
   	font-weight: 300;
}

td.diaCalendarioMapa {
    text-align: center;
}

#menu1, #menu2 {
    display: none;
}

.desplegableCalendario {
    background-color: White;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: thin;
}

#botonMapa {
    border: none;
}

.desplegableMapa {
    float: right;
    list-style: none;
    -webkit-padding-start: 0px;
}

.botonMapa {
    float: right;
    padding-left: 20px;
}

.radioBuscador {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.1em;
    padding-bottom: 2px;
    padding-top: 4px;
    margin-left: 148px;
    text-align: right;
    width: 20px !important;
}

#calendarioConJs {
    width: 275px;
    clear: none;
    margin-left: 25%;
    background-color: #B0C2CC;
}

#colDerInf #calendarioConJs {
    width: 98%;
    float: none;
    margin-left: 0;
    font-size: 0.9em;
}

#calendarioConJs td {
    padding: 1px;
    border-bottom: 0;
}

#colDerInf #calendarioConJs input, #calendarioConJs select {
    font-size: 0.9em;
    margin-top: 3px;
    width: 35px;
    padding: 0;
    height: 18px;
}

#calendarioConJs input {
    margin-top: 3px;
    width: 45px;
    text-align: center;
}

#calendarioConJs label {
    display: none;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 46px;
}

#calendarioConJs select {
    width: 100px;
}

#calendarioConJs img {
    margin-top: 4px;
    cursor: pointer;
}

#diasCalendario {
    width: 269px;
    background-color: #FFF;
    margin: 2px 0 2px 2px;
}

#colDerInf #diasCalendario {
    width: 98%;
    background-color: #FFF;
    margin: 2px;
}

table#diasCalendario td {
    padding: 2px 5px;
}

table#diasCalendario td.diaCalendario {
    font-weight: bold;
    color: #1E2529;
    display: table-cell;
}
caption.dCalendar{
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(227, 244, 251);
    font-weight: 300;
}
.siTieneDogv {
    background-color: #00AEEF;
    border-radius: 20px;
    text-align: center;
}

.siTieneDogv a {
    color: #FFF;
    font-weight: bold;
}

.siTieneDogv a:link {
    color: #FFFFFF;
    font-weight: bold;
}

.siTieneDogv a:visited {
    color: #666666;
    font-weight: bold;
}

.calMonthMapa {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(207, 216, 219);
}

.noTieneDogv {
    text-align: center;
}

.form-control-sinwidth {
    width: inherit;
    display: inline;
}

.resultadoCampo {
    padding-top: 4px;
    color: #000;
    font-style: italic;
    width: 30%;
    display: inline-block;
}

.sola label {
    width: 30%;
    text-align: right;
}

span.obligatorioFalso {
    color: #FFF;
    width: 8px;
    text-align: center;
    float: left;
    display: block;
}

.sola li {
    display: block;
    list-style: none;
}

.enlace-otras-opciones {
    font-weight: bolder;
    color: #23527c;
}

.cadena-texto-busca {
    font-family: Source Sans Pro;
    font-weight: 100;
    font-size: 21px;
}

.btnBuscar {
    width: 250px;
    display: inherit;
    margin: 0 auto;
    padding: 5px 10px;
}

.anuncio-lateral-imagen-movil {
    width: 100%;
    height: 150px;
    background-image:
        url(../../imagenes/publico/contenidoEstatico/dispositivoMobil2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.anuncio-lateral-imagen-usuario {
    width: 100%;
    height: 150px;
    background-image:
        url(../../imagenes/publico/contenidoEstatico/biblioteca-personalizada.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

.anuncio-lateral-imagen-cve {
    width: 100%;
    height: 150px;
    background-image:
        url(../../imagenes/publico/contenidoEstatico/codigo-ce.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.anuncio-lateral-imagen-manualestilo {
    width: 100%;
    height: 150px;
    background-image:
        url(../../imagenes/publico/contenidoEstatico/manualEstilo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.cabecera-logo-dog {
    padding-top: 10px;
}

.input-group-lateral {
    width: 70%;
}

.menuLateralInf li.finalSenBorde, .menuLateralInf li.activo.dousNiveis .submenu li.finalSenBorde a
    {
    border-bottom: 0;
}

.enlace-dog-anos {
    font-family: Source Sans Pro;
    font-weight: lighter;
    font-size: 16px;
    color: black;
    background-color: #f2fbfd;
    width: 100%;
    display: block;
    height: 25px;
    padding-left: 15px;
}

.fondo-cabecera {
    background-image: url(../../imagenes/publico/fondo_cabecera.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    display: block;
    height: 160px;
}

#_indiceSumario li {
    border-bottom: 0px;
}

.img-responsive {
    margin: 0 auto;
}

.img-responsive-pie {
    margin-top: 15%;
    width: 150px;
}

.div-img-pie {
    padding: 0px;
    margin: 0 auto;
    float: left;
}

.resizebtnApp {
    height: 40px;
}

.form-control[readonly] {
    background-color: rgb(227, 244, 251);
}

.margin6top {
    margin-top: 6px;
}

.btnNoBlack {
    background-color: transparent;
}

.dog-descargar {
    display: inline-block;
    width: 100%;
}

#header .col-md-3 {
    padding: 0px;
}

input, textarea {
    background-color: rgb(227, 244, 251);
    border: 1px solid rgb(219, 227, 229);
    border-radius: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out.15s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input:focus, textarea:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
        rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
        rgba(102, 175, 233, .6)
}

.modal-open {
    padding-right: 0px !important;
}

.navbar-brand, .navbar-nav>li>a{
    text-shadow: none;
}

input[type=submit].btnBuscar{
    width: 250px;
    display: inherit;
    margin: 0 auto;
    padding: 5px 10px;
}

.btn-overflow{
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
/********PortalPublicoHome****************/

#cabeceiraDOG {
    border-bottom: 3px solid black;
}

#menu-footer {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #afc2ca;
    background-image: url(../../imagenes/publico/logo-pie.png);
    background-repeat: no-repeat;
    background-size: contain;
}


footer .row {
    background-color: #057EB5;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
}

.negro {
    color: #000;
}

.dog-descargar-tmpl {
    display: block;
    margin-top: 10px;
    line-height: 1.5em;
    color: #337ab7;
    font-weight: bold;
    float:left;
    width:100%;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #057EB5;
    border-color: #057EB5;
}

#imgFeder{
    padding-left: 15px;
}




/* */
fieldset.plegable{
    border:1px solid #8BB6D8;
    margin:10px 10px;
    padding:6px 0px;
}
fieldset.pegado{
    margin-top:0px;
}
fieldset.plegable legend{
    line-height:1.1em;
    font-size:1.4em;
    color: #2c6da0;
    font-weight: bold;
    padding:0px 5px;
    margin-left:5px;
    width: inherit;
    border: 0px;
}
fieldset.plegable legend.desplegarFieldset {
    padding: 15px 5px 15px 20px;
    background-image: url(../../imagenes/icos/menos.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

fieldset.plegable legend {
    font-size: 1.2em;
    background-position: 0 center;
    margin-bottom: 0px;
}

fieldset.plegable legend.replegado {
    background-image: url(../../imagenes/icos/mais.gif);
    background-repeat: no-repeat;
}

#criteriosBusqueda{
    padding-left: 10px;
}

#menuPrincipalNivel1{
	padding-top: 20px;
	padding-left: 40px;
}

.menu-usuario{
    padding: 5px;
	margin-left: 2%;
    
}

.opcion-usuario{
	font-size: 14pt;
}

.opcion-acceso{
     width: 80px;
	height: 80px;
	background: #dfeff9;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.opcion-conexion-salir {
    background-color: #C14946;
}
.loggin-class{
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    margin-top: -15px;
    width: 80px;
    border: solid 1px #4CAF50;
}

.loggin-container a, .loggin-container span {
	text-decoration: none!important;
	border:0!important;
	display:block;
}

.loggOutUserIcon:hover{
    background-color: #BEE6FF;
}

.loggTextBuntton:hover{
    color: #fff;
	background-color: #A03D3B;
}

.loggIn:hover span{
    color: #fff;
    background-color: #7BAD41;
}

.opcion-conexion{
	background-color: #6C963B;
}

.loggingBuntton{
    padding: 2px;
    position: relative;
    color: #fff;
    display: block;
    box-sizing: border-box;
    text-shadow: none;
    text-decoration: none;
    font-weight: bold;
    border:0;
}

.imgLoggin{
    position: relative;
    display: block;
    left: 13px;
    max-width: none;
    margin: 0 0!important;
    top: 12px;
    line-height: 20px;
}
 .linksPie{
 	display:inline-block;
 }

.img-ciudadano {
	    width: 60px;
}

.navbar-default .navbar-nav>li>.opcion-conexion{
	padding: 2px;
	color:#fff;;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>.opcion-conexion:hover{
    color: #fff;
    background-color: #7BAD41;
}

.navbar-default .navbar-nav>li>.opcion-conexion-salir:hover{
    color: #fff;
    background-color: #A03D3B;
}


.navbar-default .navbar-nav>li>.opcion-acceso:hover {
	background-color: #BEE6FF;
}

.navbar-default .navbar-nav>li>.opcion-conexion-salir{
	padding: 2px;
	color:#fff;
	font-weight: bold;
}


.circulo-rojo{
	width: 10px;
	height: 10px;
	background: red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
	
}

.img-usuario{
    width: 150px;
    height: 175px;
    
}

/* .btn-ciudadano{ */
/*     margin: 5px; */
/* } */

/********PortalPublicoHome****************/

.accordion-container {
    width: 100%;
    clear:both;
    cursor: pointer;
}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 4px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 300;
    background: #057EB5;
    color: #fff;
    text-decoration: none;
    font-family: 'Lora' !important;
    font-style: italic;
    font-size: 13pt;
    height: 32px;
}
.accordion-titulo.open {
    background: #057EB5;
    color: #fff;
}

.accordion-titulo:focus {
    color: #fff;
    text-decoration: none;
    
}

.accordion-titulo:hover {
    background: #057EB5;
}

.accordion-titulo span.toggle-icon {
    float: right;
    padding: 3px;
}

.accordion-content {
    display: none;
    padding: 10px;
    overflow: auto;
    border: solid 1px lightgray;
}

.accordion-content p{
    margin:0;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}

#iconLimpiar{
    float:right;
}

.btn-portada{
    padding: 5px 10px;
}

.accordion-content {
    overflow: hidden;
}

#refinamientoBusqueda {
    padding-left: 10px;
}

.seccion-filtro-refinamiento {
    margin-bottom: 10px;
}

.seccion-filtro-refinamiento-titulo {
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: 900;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 10px;
    font-size: 15px;
}

.seccion-refinamiento {
    padding-bottom: 10px;
}

.seccion-refinamiento-titulo {
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: 900;
}

.seccion-refinamiento-listado {
    padding-left: 30px;
}

.seccion-filtro-criterio-etiqueta {
    margin-bottom: 10px;
}

.ordenacion-resultados {
	text-align:center;
    margin-top: 18px;
    border: 1px solid #ddd;
    background-color: rgb(243,243,243);
    padding: 6px 8px 6px 8px;
    border-radius: 4px; 
}
 .ordenacion-resultados label{
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 90%;
}
 #ordenarResultados1, #ordenarResultados3{
	    width: 100px;
	    vertical-align: middle;
}
	

.etiqueta * {
    vertical-align: middle;
}

.etiqueta a {
    float: left;
    background-image: url("../../imagenes/publico/icos/etiquetado.png");
    background-position: 5px 0px;
    color: #01587E;
    padding: 0px 0px 0px 34px;
    background-repeat: no-repeat;
    height:23px;
}


footer p{
    margin: 0 0 0px;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #057EB5 !important;
}

.tablaVerRelacionados {
    border: 1px solid rgba(0,0,0,.2);    
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 3px solid #057EB5;
    box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    text-align:left;
}
.tituloVerRelacionados {
    text-decoration:underline;
    font-weight:bold;
}

.separador_ciudadano {
    /*padding-top: 10px;*/
}

.seccion_ciudadano {
    margin: 20px;
}

.seccion_botones_ciudadano {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}



/* PORTAL DEL CIUDADANO */
.content-ciudadano{
    border: 1px solid lightgrey;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
    border-top: 5px solid #057EB5;
    background-color: white;
}

.nav-tabs.nav-justified>li>a{
    background-color: #F2FAFF;
    
}



#gestionTipoVisualizacion {
    position: absolute !important;
    top: 80px;
    z-index: 5;
    background-color: #fff;
    font-size: 11px;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    direction: ltr;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    width: 260px;
    margin-left: 10px;
}

#panelInformacion {
    position: absolute !important;
    top: 80px;
    z-index: 5;
    background-color: #fff;
    font-size: 11px;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    direction: ltr;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    width: 300px;
    margin-left: 10px;
}


.labelDatosCiudadano{
    
    height: 40px;
}

.inputDatosCiudadano{
    
    padding: 5px;
}

.inputDatosCiudadano input,.inputDatosCiudadano select{
	border-radius: 3px;
	
}



#datos_ciudadano{
    padding-bottom: 15px;
    
}

.titulo-ciudadano{
    padding-top: 15px;
    display: block;
}

.botones-ciudadano-row{
    padding: 10px;
    
}

.contenedorPestanha{
    display: inline-block;  
    width: 100%;
    padding: 20px;
}

.contenedorLogin{
    border-right: 1px solid lightgrey;
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}

.contenedorRegistro{
    
}

.btn-favorito {
	margin-top: -2px;
    color: #01587E;
   /* background-color: rgb(41,171,226);*/
       font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.btn-favorito:hover {
    color: #01587E;
}

.btn-favorito:focus {
    color: #01587E;
} 

.favorito a {
	float: left;
	padding: 0px;
}

.favorito * {
    vertical-align: middle;
}
.favorito{
	vertical-align: middle;
}

.btn-favorito:hover{
	cursor: pointer;
}

.minormativa {
    font-weight: bold;
}

.btn i {
    font-size: 15px;
    margin-left: 10px;
}

.control-label{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
   
}

.pad-40{
    padding: 40px;
}

#tabla_favoritos, #tabla_busquedas {
    text-align: left;
}

.btn_eliminar_favorito, .btn_eliminar_busqueda  {
    color: red;
    cursor: pointer;
    padding-left: 10px;
}

.btn_modificar_busqueda  {
    color: orange;
    cursor: pointer;
}

.btn_guardar_busqueda  {
    cursor: pointer;
}


.fila_movil {
    border: 1px solid lightgrey;
    padding: 10px;
    margin-bottom: 10px;
}

.fila_movil_seccion {
    padding-bottom: 5px;
}

#datos_suscripcion {
    padding: 15px;
}
.header-lopd{
	padding: 26px;
	font-size: 1.6em;
    line-height: 1.2em;
    text-align: center;
    color: #0371B3;
    font-weight: bold;
}
.modal-lopd div.modal-content{

}

.modal-lopd{
	text-align:left;
	width: 92%;
    font-weight: bold;
}
.lopdDesc{
	opacity:0.8;
	font-size: 0.8em;
    padding-left: 33px;
    padding-right: 33px;
    text-align: center;
}

.modal-body{
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}
.aceptarTerminos:focus, .aceptarTerminos:focus, .aceptarTerminos:hover{
		color: #fff;
		box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.lopdAceptButton{
	margin: 10px 0 10px 0!important;
    border: 0px solid transparent;
    background-image: none;
	width: 50%;
	color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
#aceptacionPPD{
	    vertical-align: middle;
    margin: 0;
}
.modal-footer{
	text-align: center;
    background: #eee;
}
#lopdTable tr td:FIRST-CHILD{
	width: 24%;
}
.modalCloseButton{
	    margin-top: 0;
    font-size: 2em;
    margin-right: 10px;
}
.box-seleccionar-todo {
    margin: 5px 5px 0px 0px;
}

.row-botones {
    padding-top: 10px;
}

.separador-lbl-tap {
    margin-right: 5px;
}

.erroresVal{
    list-style: none;
    padding: 0px;
}


.btn-guardar {
  /*  color: white;
    background-color: rgb(41,171,226);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    border: border: 1px solid red;
    float: right;
    margin: 5px;*/
    float: right;
    margin-bottom: 5px;
}

.btn-guardar:hover {
    color: white;
}

.btn-guardar:focus {
    color: white;
}

.separador-nombre-ciudadano{
    border-bottom: 3px solid lightgrey;
    margin-bottom: 10px;
}

.centerTD {
    text-align: center;
    
}
.imagenContenidoEnvioAnuncio{
	
	padding-top: 20px;
}

.nombreTD {
    padding-left: 25px;
}

.form-group .checkbox-busquedas{
	padding-left: 20px;
	
}

.glyphicon-remove{
	top: 0px;
}


/*Estilos de etiquetas*/
/* Pure CSS Post Tags */	

.post{
	position:relative !important;
	padding:10px 20px !important;
	background:transparent !important;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
	border-radius:10px !important;
	width:450px !important;
	border:transparent transparent transparent !important;
	margin-bottom:20px !important;
	}
.tags{
	margin:0  !important;
	padding:0 !important;
	position:absolute !important;
	right:24px !important;
	bottom:-1.5em !important;
	list-style:none !important;
	}	
.tags li, .tags a{
	float:left !important;
	height:24px !important;
	line-height:24px !important;
	position:relative !important;
	font-size:11px !important;
	margin-top: 1px;
	}	
.tags a{
	margin-left:20px !important;
	padding:0 10px 0 12px !important;
	background:#0089e0 !important;
	color:#fff !important;
	text-decoration:none !important;
	-moz-border-radius-bottomright:4px !important;
	-webkit-border-bottom-right-radius:4px !important;	
	border-bottom-right-radius:4px !important;
	-moz-border-radius-topright:4px !important;
	-webkit-border-top-right-radius:4px !important;	
	border-top-right-radius:4px !important;	
	}	
.tags a:before{
	content:"" !important;
	float:left !important;
	position:absolute !important;
	top:0 !important;
	left:-12px !important;
	width:0 !important;
	height:0 !important;
	border-color:transparent #0089e0 transparent transparent !important;
	border-style:solid !important;
	border-width:12px 12px 12px 0 !important;		
	}	
.tags a:after{
	content:"" !important;
	position:absolute !important;
	top:10px !important;
	left:0 !important;
	float:left !important;
	width:4px !important;
	height:4px !important;
	-moz-border-radius:2px !important;
	-webkit-border-radius:2px !important;
	border-radius:2px !important;
	background:#fff !important;
	-moz-box-shadow:-1px -1px 2px #004977 !important;
	-webkit-box-shadow:-1px -1px 2px #004977 !important;
	box-shadow:-1px -1px 2px #004977 !important;
	}		

.tags a:hover{background:#555 !important;}	
.tags a:hover:before{border-color:transparent #555 transparent transparent !important;}


	.select2-selection--multiple {
		border-radius: 3px !important;
		/*background-image: url(../../imagenes/fondos/input_shadow.png);*/
		border: 1px solid rgb(219, 227, 229);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   		 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   		 -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   		 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.select2-container--default .select2-selection--multiple{
			border: 1px solid rgb(219, 227, 229);
			
	
	}
	.select2-container--default.select2-container--focus .select2-selection--multiple{
		border: 1px solid #067FB6;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		background-color: #58B7FC;
		border: 1px solid #4FA5E3;
		margin-top: 3px;
		color: white;
		margin-bottom: 2px;
	}
	
	.select2-container .select2-search--inline .select2-search__field {
		margin-top: 3px;
		margin-bottom: 2px;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		color: white;
		font-weight: bold;
	}
	
	.select2-container .select2-selection--multiple {
		min-height: 0px;
	}
	
	.select2-container--default .select2-search--inline .select2-search__field{
		background-color: rgb(227, 244, 251);
		font-size: 12px;
		padding: 0;
		margin:0;
		width: 100% !important;
		box-shadow: none;
		height:26px;
		
	}
	
	.select2Container li{
		width:100%!important;
		}
		
/**	.select2-container--default .select2-search--inline .select2-search__field{
		background-color: rgb(227, 244, 251);
		font-size: 12px;
		padding-left; 5px;
		padding: 2px;
		width: auto !important;
	}**/
	
	.select2-container .select2-selection--multiple .select2-selection__rendered{
		display: block;
		background-color: rgb(227, 244, 251);
		
		}
	

.icono-favorito{
	font-size: 20px;
    padding-left: 5px;
}

.fav-add{
	color: #82ADC0;
}

.fav-remove{
	color: #FFD454;
}



#spinner {
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
	z-index:10000;
	background: rgba(223, 239, 249, .7);
}
.ajax-loader{
	vertical-align: middle;
	line-height: normal;	
	position: fixed;
	text-align: center;
   }
.loadingScreenWindow .ui-dialog-titlebar-close {
    display: none;
}

.busqueda a {
	cursor: pointer;
}

.box-padding-top-1{
	margin-top: 2px;
}


.box-padding-top-2{
	margin-top: 8px;
}

.tab-ciudadano{
    width: 25%;
    top: 2px;
}

#tituloLogin{
	padding-bottom: 50px;
}

.btn-ir{
	width: 36px;
    border-radius: 0px !important;
}


#readspeaker_button1 {
	float: right;
	margin-left: 20px;
}

.rsbtn .rsbtn_text {
  color: #fff;
}

.rsbtn .rsbtn_play {
  color: #fff !important;
  border-radius: 0px;
  background: #0E71B4 none !important;
}

.rsbtn .rsbtn_play .glyphicon-volume-up{
	padding: 5px 9px 5px 5px; 
	font-size: 1.3em;
}

.rsbtn .rsbtn_play span {
  background: transparent none !important;
}

.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text {
  padding-left: 0px;
}

.rsbtn .rsbtn_play .rsbtn_right {
  background: transparent url("../../imagenes/publico/img_readspeaker/play_rs.png") no-repeat left center !important;
  width: 25px !important;
}

.rsbtn .rsbtn_closer {
  background: #0E71B4 url("../../imagenes/publico/img_readspeaker/close_rs.png") no-repeat center center !important;
  width: 30px;
  border-radius: 0px 5px 5px 0px;
}

.rsbtn .rsbtn_player {
  background: #0E71B4 none !important;
}

.rsbtn .rsbtn_pause {
  background: #0E71B4 url("../../imagenes/publico/img_readspeaker/pause_rs.png") no-repeat center center !important;
  width: 25px;
}

.rsbtn .rsbtn_stop {
  background: #0E71B4 url("../../imagenes/publico/img_readspeaker/stop_rs.png") no-repeat scroll 10px center !important;
  width: 47px !important;
}

.rsbtn .rsbtn_exp {
  margin-left: -4px;
}

.rspopup .rsbtn_text {
  display: none;
}

.rspopup .rsbtn_left {
  width: 7px !important;
}

.rspopup {
  border-radius: 0px;
}

.rsbtn .rsbtn_closer.rsimg{
	border-radius: 0px; 
}


/***************************/
/* ALTO CONTRASTE */
/***************************/
.hc .rsbtn .rsbtn_play {
    background-color: #000;
	color:#FFF;
	background-image: none !important;
}

.lector {
    height: 2em;
}



    /*==========  Mobile First Method  ==========*/
    

    /* Custom, iPhone Retina */ 
@media (min-width : 320px) {
        
}

    /* Extra Small Devices, Phones */ 
@media (min-width : 480px) {

}

    /* Small Devices, Tablets */
@media (min-width : 768px) and ( max-width : 991px){
	    .dog-toc-sumario-titulo {
	        width: 33%;
	    }
}

    /* Medium Devices, Desktops */
@media (min-width : 991px) {

    	#zonaMsjAdvertencia {
	    color: #337ab7;
	    font-weight: bolder;
	    display: inline-block;
	    clear: both;
	    font-size: 1.2em;
	    padding-left: 10px;
	    padding-bottom: 2px;
	    padding-top: 2px;
	    margin-top:5px;
	    background-color: #ffff99;
	    width:  100%;
	    clear:both;
	    margin-bottom: 5px;
    }
    
    .navbar-nav {
        float: none;
    }
    .dog-navbar-default {
        background-image: none;
        background-color: #057EB5;
        border-radius: 0px;
    }
    
    .rssSecciones {
        float: left;
    }
    .rssRangos {
        margin-left: 26px;
    }
    .anuncio-lateral {
        margin-bottom: 10px;
        padding-left: 0px;
    	padding-right: 0px;
    }
    #pie-pagina{
    	margin-top: -130px;
    }
    .container-fluid {
	height: 100%;
	}

}

    /* Large Devices, Wide Screens */
@media (min-width : 1200px) {
			/* Spinner */
		.ajax-loader {
		    width: 150px;
		    height: 150px;    
		}
	    

}



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
@media (max-width : 1200px) {

}

    /* Medium Devices, Desktops */
@media (max-width : 991px) {
	#paginador {
    text-align: center!important;
}
		.noPaddingMovil{
			padding:0;
		}
		
		.imagenContenidoEnvioAnuncio{
		padding-top: 10px;
			text-align: center;
		}
		.listaEnviarAnuncioResponsive{
			padding:0;
		}
		#mapaDiarioBean{
			min-height: 160px;
		}
		.box-etiquetas{
			margin-top: 5px;
			margin-left: 5px;
			margin-right: 5px;
		}
		
		#zonaMsjAdvertencia {
		    color: #337ab7;
		    font-weight: bolder;
		    display: inline-block;
		    clear: both;
		    font-size: 1.2em;
		    padding-left: 10px;
		    padding-bottom: 2px;
		    padding-top: 50px;
		    margin-top:5px;
		    background-color: #ffff99;
		    width:  100%;
		    clear:both;
		    float:left;    
	    }
	    
	    #imgFeder{
	    padding-left: 0px;
	    }
	    .idiomaMenu {
	        padding-left: 30px;
	        padding-top: 0px;
	        padding-bottom: 0px;
	        color: #FFF;
	        clear: both;
	        padding-right: 15px;
	        display: block;
	        position: relative;
	        font-weight: 100;
	        font-size: 14pt;
	    }
	    /* RSS */
	    .rssSecciones {
	        float: left;
	        width: 100% !important;
	        border: 1px #CFCFCF dotted;
	        margin-left: auto;
	        margin-right: auto;
	        height: 615px;
	    }
	    .rssRangos {
	        float: left;
	        width: 100% !important;
	        border: 1px #CFCFCF dotted;
	        margin-left: auto;
	        margin-right: auto;
	        height: 615px;
	    }
	    #selectorIdiomaMenu > li > a:hover   {
	      /*  background-color: #057EB5;*/
	        background-image: none;
	        color: white;
	    }
	    .dropdown-menu > li > a:hover   {
	        background-color: #057EB5;
	        background-image: none;
	        color: #333;
	    }
	    #normativa-usuario {
	        background-color: #4f8dc8;
	    }
	    #normativa-registro-usuario {
	        color: white;
	        font-family: Lora;
	        font-weight: bold;
	        font-size: 100%;
	    }
	    #normativa-acceso-usuario {
	        color: white;
	        font-family: Lora;
	        font-weight: bold;
	        font-size: 100%;
	    }
	    .dog-navbar-default {
	        background-image: none;
	        background-color: #057EB5;
	        border-radius: 0px;
	    }
	
	    
	    .resizeBloqueInf {
	        margin-left: 16px;
	    }
	    .seccion-titulo-busqueda-anuncios {
	        padding-left: 2.6%;
	    }
	    
	    footer {
	        display: block;
	        margin-bottom: 0px !important;
	        padding-left: 0px !important;
	        padding-right: 0px !important;
	    }
	    .txtVerificarAtender {
	        width: 100%;
	    }
	    .contidoEstatico {
	        padding: 0px;
	    }
	    .container-fluid {
	        padding-top: 0px;
	        padding-left: 0px;
	        padding-bottom: 0px;
	        padding-right: 0px !important;
	        margin: 0px;
	    }
	    .row {
	        margin-left: 0px !important;
	        margin-right: 0px !important;
	    }
	    #header {
	        padding-top: 0px;
	    }
	    .col-md-9, .col-md-12, .col-md-3, .col-md-4, .col-md-8, .col-md-8 {
	        position: relative;
	        min-height: 1px;
	        padding-right: 5px !important;
	        padding-left: 5px !important;
	    }
	    .criterios-busqueda {
	        margin: 1px;
	    }
	    .seccion-titulo {
	        margin-left: 10px;
	    }
	    .menuLateral {
	        margin-right: 1px;
	        margin-bottom: 10px;
	        padding-top: 10px;
	    }
	    #contenido-principal {
	        padding-top: 5px;
	        padding-left: 1px;
	        padding-right: 1px;
	        margin-right: auto;
	        margin-left: auto;
	        display: inline-block;
	        text-align: left;
	    }
	    .marginLeft15px {
	        margin-left: 15px;
	    }
	    .marginRight15px {
	        margin-right: 15px;
	    }
	    .navbar-header {
	        margin-left: 0px !important;
	        margin-right: 0px !important;
	    }
	    .anuncio-lateral {
	        margin-bottom: 10px;
	        margin-top: 10px;
	        padding-left: 5px;
	        padding-right: 5px;
	    }
	    .resizeBloqueInf {
	        margin-left: 0px;
	    }
	    .seccion-titulo-busqueda-anuncios {
	        padding-left: 0px;
	    }
	    .divInfoPequena {
	        padding-left: 0px;
	        padding-right: 0px;
	    }
	    .listaCheck {
	        margin-left: 5px;
	    }
	    .bootstrap-datetimepicker-widget table td.day {
	       /* height: 20px;
	        width: 20px;*/
	        font-size: 20px;
	        font-family: 'Source Sans Pro Light';
	    }
	    .resizebtnApp {
	        float: left;
	    }
	    .div-img-pie {
	        width: 50%;
	        height: 50px;
	    }
	    .rssSecciones {
	        float: none;
	        height: auto;
	    }
	    .rssRangos {
	        height: auto;
	        clear: both;
	        margin-left: 0px;
	        margin-top: 15px;
	    }
	    
	    ul.lista_RSS {
	        padding-left: 15px;
	    }
	    .paddingList {
	        padding-left: 15px;
	    }
	    .liRSS li {
	        width: 100%;
	    }
	    .bordeDerechoPanel {
	        border-left: 0px solid #D9D9D9;
	    }
	    #menu-footer {
	        background-image: none !important;
	    }
	    .lista-boletines {
	        padding-left: 8%;
	        float: left;
	        width: 50%;
	    }
	    .img-boe {
	        /* width:50%;*/
	        
	    }
	    #menu-footer .col-md-2 {
	        width: 50%;
	        float: left;
	        padding-bottom: 10px;
	    }
	    
	    .contenidoCol2 {
	        width: 100%;
	    }
	    .no-padding-all {
	        padding-top: 0px !important;
	        padding-right: 0px !important;
	        padding-left: 0px !important;
	        padding-bottom: 0px !important;
	    }
	    
	    .navbar-header {
	        float: none;
	    }
	    .navbar-toggle {
	        display: block;
	    }
	    .navbar-collapse {
	        border-top: 1px solid transparent;
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	    }
	    .navbar-collapse.collapse {
	        display: none !important;
	    }
	    .navbar-collapse.in {
	        display: block !important;
	    }
	    .navbar-nav {
	        float: none !important;
	        /* margin: 7.5px -15px;*/
	    }
	    .navbar-nav>li {
	        float: none;
	    }
	    .navbar-nav>li>a {
	        /* padding-top: 10px;
	        padding-bottom: 10px;*/
	        
	    }
	    .img-responsive-pie {
	        margin: 0 auto;
	        width: 100%;
	        max-width: 200px;
	    }
	    
	    .img-responsive-pie2 {
	        margin: 0 auto;
	        width: 100px;
	        padding-left: 5px;
	        padding-right: 5px;
	    }
	    #suscripcionesBean .botonera {
	        text-align: center !important;
	    }   
	    .navbar-nav .open .dropdown-menu {
	        position: static;
	        float: none;
	        width: auto;
	        margin-top: 0;
	        background-color: transparent;
	        border: 0;
	        -webkit-box-shadow: none;
	        box-shadow: none;
	    }
	    
	    ul.fila-1.fila{
	        padding-left: 0px;
	    }
	    
	    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
	        color:white;
	    }
	    
	    #zonaContenido{
	        padding-top: 40px!important;
	    }
	    .navbar {
	        margin-bottom: 10px;
	        min-height: 55px;
	        position: fixed;
	        width: 100%;
	        top: 0px;
	        z-index: 1000;
	    }
	    .navbar-toggle .icon-bar {
	        display: block;
	        width: 40px;
	        height: 6px;
	        border-radius: 2px;
	    }
	    
	    .navbar-toggle{
	        margin-top: 6px;
	        margin-right: 0px; 
	         margin-bottom: 0px; 
	    }
	    
	    .navbar-default .navbar-toggle {
	        border-color: #666;
	    }
	    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	        background-color: #666;
	    }
	    
	    .menu-opcion-secundaria{
	        font-style: normal;
	        font-size: 14pt;
	        text-align: right;
	    }
	    
	    .menu-header-texto{
	        font-style: normal;
	    }
	    
	    .separator{
	        border: 1px solid gray;
	    }
	    
	    .navbar-nav>li>a{
	        padding-top: 5px;
	        padding-bottom: 5px;
	        padding-right: 30px;
	        padding-left: 25px;
	    }
	    .navbar-collapse {
	        background: #666;
	    }
	    
	    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	        color: white;
	    }
	    
	    .dropdown-toggle{
	        padding-left: 30px;
	    }
	    
	   
	    
	    .nav-tabs.nav-justified>li{
	    
	        width: 25%;
	        float: left;
	        margin-bottom: 0px;
	    }
	    .nav-tabs.nav-justified>li>a{
	        margin-bottom: 0px;
	        border-radius: 0px;
	    }
	    
	    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
	        border-bottom:none;
	    }
	    
	    .lbl-tab{
	        display: none;
	    }
	    
	    .contenedorLogin{
	        border-bottom: 1px solid lightgrey;
	        border-right: none !important;
	        /*padding-top: 50px;*/
	        padding-bottom: 50px;
	    }
	    
	    #menuPrincipalNivel1{
			padding-top: 5px;
			padding-left: 0px;
		}
		
		.opcion-acceso {
	   		width: 50px;
	    	height: 50px;
	    	float: left;
	    	background: transparent;
		}
		
		.img-ciudadano {
	    width: 40px;
	    margin-left: -15px;
		}
	
		.dropdown-usuario{
			margin-top: 10px;
		}
		
		.opcion-acceso{
			z-index:100;
		}
		
		.navbar-default .navbar-nav>.open>.opcion-acceso{
			background-image: url("../../imagenes/publico/perfil_usuario_gris.png");
			background-repeat: no-repeat;
			background-size: 40px;
			background-position: 10px 5px;
		}
		
		.navbar-default .navbar-nav>.opcion-acceso{
			background-image: url("../../imagenes/publico/perfil_usuario.png");
			background-repeat: no-repeat;
			background-size: 40px;
			background-position: 10px 5px;
		}
		.navbar-default .navbar-nav>.open>.opcion-acceso:hover{
		
			background-color: #e7e7e7;
		}
		
		.navbar-default .navbar-nav>li>.opcion-acceso:hover{
			background-color: transparent;
		}
		
		#indiceSumario li{
			margin-left: 0px;
			padding-left: 0px;
			margin-right: 0px;
		}	
		
		#indiceSumario ul ul li{
			margin-left: 0px;
			padding-left: 0px;
			margin-right: 0px;
		}
		
		.dog-descargar-tmpl{
			margin-bottom: 20px;
		}
		
		.img-usuario {
	    width: 75px;
	    height: 92.5px;
		}
		
		.no-padding{
			padding-left: 0px;
			padding-right: 0px;
		}
		.tamano-logo {
			height:1.19em
		}
		    /* Spinner */
	    .ajax-loader {
	        width: 100px;
	        height: 100px;    
	    }

}

    /* Small Devices, Tablets */
@media (max-width : 768px) {
    
        .dog-toc-sumario-titulo {
	        width: 90%;
	    }
	        /* Spinner */
	    .ajax-loader {
	        width: 100px;
	        height: 100px;    
	    }
	    #col_b{
	    	height: auto!important;}
}

    /* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
	    .contidoEstatico img.apoio {
		    float: none;
		    margin: 0;
		}
	    .textoEtiqueta {
	        display:none;       
	        visibility: hidden;
	    }
	    .etiqueta a {       
	        padding: 0px 0px 5px 50px !important;
	    }
	    .relaciones a {     
	        padding: 0px 0px 5px 50px !important;
	    }   
	    .docAnexos a {      
	        padding: 0px 0px 5px 50px !important;
	    }
	    
	    .btn i {
	        margin-left: 0px !important;
	    }
	    
}

    /* Custom, iPhone Retina */ 
@media (max-width : 320px) {
	
		.rsbtn.rsexpanded .rsbtn_play {
		position: relative;
		bottom: 26px;
		left: 210px;
	}
        
}


/*
=======================
===== ESTILOS ELI =====
=======================
*/
.eliContainer {
	text-align: left;
}
.eliBreadcrumb {
	background-color: #dfeff9;
    height: 30px;
}
.eliBreadcrumb li {
	display: inline-block;
	/*text-transform: uppercase;*/
}
.eliBreadcrumb li .separador {
	margin: 0 5px;
}
.eliNextTokens, .eliAnuncios {
	margin-left: 20px;
}
.eliNextTokens li, .eliAnuncios li {
	list-style-type: square;
	font-size: 1.2em;
}
.eliAnuncios li {
    margin-bottom: 20px;
}
.eliTitulo {
	color: #2C9ED5;
    margin-bottom: 30px;
}
.rutaEli {
    width: 100%;
    display: inline-block;
    cursor: initial;
    color: #2C9ED5;
}
.idioma {
    display: inline-block;
    margin: 0 15px;
    min-width: 100px;
}
.idioma .enlaces a {
    display: inline-block;
    width: 50px;
}
.idioma span {
    vertical-align: bottom;
}
.enlaceAnuncioEli.spa\/html, .enlaceAnuncioEli.glg\/html {
	content: url(/dog/contenidoEstatico/imagenes/publico/icos/icono_html.svg);
}

.enlaceAnuncioEli.spa\/pdf, .enlaceAnuncioEli.glg\/pdf {
	content: url(/dog/contenidoEstatico/imagenes/publico/icos/icono_pdf.svg);
}

.enlaceVisitado{
	color: #666666!important;
	font-weight: bold;
}
.bootstrap-datetimepicker-widget table td.day a.bis {

    vertical-align: top;
    color: #ffffff;
    font-size: 2rem;
    position: relative;
    top: -13px;
}
.errores{
	color: red;
	float:none;
	font-size:0.9em;
	margin-left:12.5em;
	display:block;
	clear:both;
	line-height:1em;
}

.pagErrores {
    width: 100%;
    max-width: 1070px;
    text-align: center;
    background: #E7F1F8;
    margin: 70px auto 200px auto;
    background-image: url(../../imagenes/publico/icono_alerta_error.svg);
    display: block;
    background-size: 100px;
    padding: 30px 20px 20px 210px;
    background-repeat: no-repeat;
    background-position: 6% center;
    position: relative;
}


.txtError1 {
}

.txtError2 {
	text-align: center;
	margin-top: 15px;
}



