

@font-face {
    font-family: "NissanBrand";
    src: url("NissanBrand-Bold.eot"); /* IE9 Compat Modes */
    src: url("NissanBrand-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("NissanBrand-Bold.woff") format("woff"), /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "NissanBrand";
    src: url("NissanBrand-Regular.eot"); /* IE9 Compat Modes */
    src: url("NissanBrand-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/NissanBrand-Regular.woff") format("woff"), /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

html{
    height:100%;
}

a{
    color:#C2002C;
}

a:hover{
    color:#C2002C;
    text-decoration:underline;
}

h1, h2, h3, h4{
    color: #C2002C;
    font-size: 20px;
    font-weight: bold;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    color: #1A171B;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#main-header {
    top: 0;
    width: 100%;
    height: 168px;
    background-color: transparent;
    z-index:98;
}
.logo {
    max-width: 100%;
    margin-top: 45px;
}

.fondomenu {
    background-image: none;
    background-repeat:repeat-x;
    background: rgba(0,0,0,0.05)
}

#main-menu {
    font-family:  'NissanBrand', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    margin-top: 86px;
}
#main-menu a {
    color:#000000;
    padding: 15px 20px;
    background: rgba(0,0,0,.05);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 15px;
}
#main-menu a:hover {


}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus,
#main-menu.nav-pills>li>a:hover {
    background: rgba(0,0,0,.05);
}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus {
    color:#000000;
}

.areasocios{
    background: #C2002C !important;
    color:#FFFFFF !important;
}

.nav>li>a{
    padding-top:3px;
    padding-bottom:3px;
}

.desplegable {
    background-color: #FFFFFF;
    border: 1px solid #999;
}
.desplegable li {
    background-color: #FFFFFF;

}
.desplegable li:hover {
    background-color: #FFFFFF;
}

#main-menu.nav .open>a,
#main-menu.nav .open>a:hover,
#main-menu.nav .open>a:focus {
    background-color:transparent;
}

#main-menu li ul.dropdown-menu li a{
    background-color:transparent;
    background-image:none;
    color: #000000;
}

#main-menu li ul.dropdown-menu li a:hover{
    color: #000000;
    text-decoration:underline;
}

#main-menu2 {
    font-family:  'NissanBrand', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
#main-menu2 a {
    color:#000000;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#main-menu2 a:hover {


}
#main-menu2.nav-pills>li.active>a,
#main-menu2.nav-pills>li.active>a:hover,
#main-menu2.nav-pills>li.active>a:focus,
#main-menu2.nav-pills>li>a:hover {
    background: rgba(0,0,0,.05);
}
#main-menu2.nav-pills>li.active>a,
#main-menu2.nav-pills>li.active>a:hover,
#main-menu2.nav-pills>li.active>a:focus {
    color:#000000;
}


#main-menu2.nav .open>a,
#main-menu2.nav .open>a:hover,
#main-menu2.nav .open>a:focus {
    background-color:transparent;
}

#main-menu2 li ul.dropdown-menu li a{
    background-color:transparent;
    background-image:none;
    color: #000000;
}

#main-menu2 li ul.dropdown-menu li a:hover{
    color: #000000;
    text-decoration:underline;
}

.dropdown:hover .dropdown-menu {
    display:block;
}
.dropdown-menu {
    margin-top:0px;
    background-color:#FFFFFF;
}
.dropdown-menu:hover {
    display:block;
}

.titularhome {
    font-family: 'NissanBrand', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5pt;
    color:#1A171B;

}

.cuadrodestacado{
    border: 0px solid #666600;
    background-color: transparent;
    font-size: 11pt;
    font-weight:normal;
    padding: 5px;
    margin-bottom:10px;
}

.enlacetitular{
    font-family: Verdana, Helvetica, sans-serif;
    color:#1A171B;
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular:hover{
    text-decoration:underline;
    color:#1A171B;
}

.enlacetitular-pequeño{
    font-family: Verdana, Helvetica, sans-serif;
    color:#1A171B;
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular-pequeño:hover{
    text-decoration:underline;
    color:#1A171B;
}

.fondopie{
    background-color: #1A171B;
    width:100%;
    padding-top:32px;
    padding-bottom: 32px;
    font-size:10pt;
    color:#FFFFFF;
    margin-top:20px;
}

.enlace-pie{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: none;
}

.enlace-pie:hover{
    color: #FFFFFF;
    text-decoration: uncerline;
}

.celdasituacion{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #8c8b8d;
}

.celdasituacion a{
    color: #8c8b8d;
}

.htmlFuente,.htmlfuente {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 4px;
    font-style:italic;
    margin-top: 5px;
    background-color: transparent;

}

.titulo-seccion{
    font-family: Verdana, Helvetica, sans-serif;
    background-color: transparent;
    font-size: 12pt;
    font-weight: bold;
    color: #1A171B;
    text-decoration: none;
    padding: 4pt;
}

.htmlCabecera,.htmlcabecera {
    font-family: 'NissanBrand', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #1A171B;
    background-color: transparent;
}

.celdagaleria{
    height: 150px;
    overflow:hidden;
    margin-bottom:10px;
    border:1px solid #CCCCCC;
}

.zoom{
    width:100%;
    height:100%;
    position:absolute;
    cursor:pointer;
}

.cuadrofamilia{
    padding: 15px;
    border: 1px solid #CACACA;
    text-align:center;
    margin-bottom:10px;
}

.altominimo{
    min-height: 250px;
}

.imple-enlace-pie2 {
    text-align: center;
    vertical-align: top;
    padding: 2pt;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #1A171B;
    text-decoration: none;
    margin-left: 5pt;
}
.imple-enlace-pie2:hover {
    color: #1A171B;
    text-decoration: underline;
}

.htmlTitular {
    font-family: 'NissanBrand', sans-serif;
    font-size: 23pt;
    font-weight: bold;
    color: #1A171B;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 10px;
    background: url(/images_web/bg_titulo.jpg) no-repeat top center;
}

#divBuscador{
    position:absolute;
    left:0px;
    z-index:1000;
    height: 300px;
    overflow: auto;
    margin-top:30px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:10px;
}

.divbuscar{
    list-style:none;
    margin:0px;
    padding:0px
}

.divbuscar li{
    display:block;
    clear:both;
}

#mobile-main-menu{
    background-color:#000000;
    width:100%;
    padding:5px;
    color:#000000;
    font-family: 'NissanBrand', sans-serif;
    font-size: 14pt;
    background-color:transparent;
    cursor:pointer;
}

.rating {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating2 {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating2:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating2:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating2:not(:checked) > label:before {
    content: '★ ';
}

.rating2 > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}


.rating2 > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.registrolanding{
    width:20%;float:right;
    padding:2.5%;
    background-color:transparent;
}

.registrolanding label{
    font-size:12pt;
    font-weight:bold;
    display:block;
    padding: 10px 0px 0px 0px;
}


.talla{
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    background-color:
        font-family: 'NissanBrand', sans-serif;
    background-color: transparent;
    font-size: 10pt;
    float:left;
    font-weight: normal;
    padding-top:5px;
    margin-right:10px;
    margin-bottom: 10px;
    cursor:pointer;
    border: 0px solid #666600;
}

.boton{
   display: inline-block;
   background: #C2002C;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none !important;
    border:none;
    padding: 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slidertoggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slidertoggle:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slidertoggle {
    background-color: #C2002C ;
}

input:focus + .slidertoggle {
    box-shadow: 0 0 1px #C2002C ;
}

input:checked + .slidertoggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slidertoggle.round {
    border-radius: 34px;
}

.slidertoggle.round:before {
    border-radius: 50%;
}



.elegida{
    border: 3px solid #000000;
}

span.green {
  background: #5EA226;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
    font-size: 20pt;

}

.botmenu{
    display: none;
}


#menu:not(.mm-menu) {
    display: none;
}

.cookies{
    background-color: rgba(0,0,0,0.7);
    padding-top:10px;
    color:#FFFFFF;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    z-index: 10000;
    bottom:0px;
    font-size: 12px;
}

.cookies a{
    color:#FFFFFF;
    text-decoration: underline;
}

.mapaweb{
    list-style: none;
    margin:0px;
    padding:0px;
}


.mapaweb li{
    border-bottom: 1px dotted #CCCCCC;
    padding:3px;
}

.mapaweb ul{
    margin:0px;
    padding:0px;
    padding-left:10px;
    list-style: none;
}

.mapaweb ul li{
    border-bottom: none;
}

.mapaweb ul li:before{
    content: '-';
}

.formcontacto div.input-group{
    margin-bottom:30px;
}

.slider-container{
    min-height: 283px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.altoextranet{
    min-height: 354px;
}

.slider-movil{
    height: auto;
    min-height: auto;
}

.slide-elemento{
    height: 283px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
}


.altoextranet li.slide-elemento{
    height: 260px;
}

.slider-movil li.slide-elemento{
    height: auto !important;
}

.slide-texto{
    background: rgba(0,0,0,0.7);
    padding: 20px;
    display: inline-block;
    color:#FFFFFF;
    font-size: 23px;
    margin-top: 25px;
}

.slide-texto h2{
    color:#FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin:0px;
    padding:0px;
    font-family: 'NissanBrand',sans-serif;
}

.slide-texto a{
    margin-top:12px;
    display: inline-block;
    padding: 7px 40px;
    text-transform: uppercase;
    border: 3px solid #FFFFFF;
    color:#FFFFFF !important;
    font-size: 13pt;
}

.sliderlink{
    margin-top: 15px;
}

.bx-wrapper .bx-pager{
    position: relative;
    margin-top: -70px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    margin:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #C2002C;
    border: 2px solid #C2002C;
}

.bx-controls-direction{
    display: none;
}

.slider-movil div.bx-pager{
    display: none;
}

.itemgaleria{
    margin-top:30px;
    display: block;
    height:130px;
    position: relative;
}

.itemgaleria img{
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    width: 100%;
}

.filacarro{
    border-bottom: 1px dotted #CCCCCC;
    padding: 15px 0;
    margin: 15px 0;
    font-size: 16px;
}

.filacarro ul{
    list-style: none;
    margin:0;
    padding:0;
}

.filacarro span{
    display: block;
    font-size: 12px;
}

.filacarro label{
    display: inline;
    font-weight: normal;
    font-size: 12px;
}

.filacarro input{
    display: block;
    padding: 5px;
    text-align: center;
    width: 50px;
    border: 1px solid #CCCCCC;
}

.borrarcarro{
    font-size: 12px;
    margin-top: 15px;
}

.preciocarro{
    font-size: 18px;
    text-align: right;
    font-weight: bold;
    color:#1A171B;
}

.codigopromocion{
    margin: 30px 0;
}

.filaregistro{
    margin-top: 30px;
}

.filaregistro h4{
    margin-top:0px;
}

.panelusuario{
    padding-bottom: 100px;
}

.panelusuario div{
    text-align: center;
    padding: 15px;
}


.numero-encuesta{
    padding:5px;
    color:#FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color:#a2a2a2;
    margin:5px;
    margin-top:10px;
    text-align: center;
    display:inline-block;
}

#tabs{
    color:#1A171B;
    float:left;
    width: 100%;
    padding-top:20px;
    border:none;

}

#tabs ul{
    list-style: none;
}


.tabla-agenda{


    width: 100%;
}

.tabla-agenda thead th{

    padding:15px;
    color:#000000;
    border:1px solid #666600;
    border-bottom:3px solid #666600;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.tabla-agenda tbody td{
    padding:10px;
    text-align:center;
    border: 2px solid #666600;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #EFEFEF;

    vertical-align: top;
}

.tabla-agenda tbody td a{
    font-weight: bold;
    color: #C2002C;
    font-size: 10pt;
    text-decoration: none;
}

.tabla-agenda tbody td a:hover{
    text-decoration: underline;
}


.ui-datepicker-month{
    color:transparent;
}

.ui-datepicker-year{
    color:transparent;
}


.cuadro-tipo-eventos{
    margin-top:10px;
    text-align: left;
    font-weight: bold;
    float:left;
    margin-left:10px;
}

.lista-tipo-eventos{
    padding-top:30px;
    list-style: none;
    line-height: 25px;
    padding-left:30px;
}

.cuadro-agenda{
    background-color: transparent;
    border: 0px solid #666600;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 200px;
    padding:10px;
    margin-bottom: 30px;
}

.calendario{
    background-color:transparent;
    border: 1px solid #0D3349;
    border-radius: 3px;
    margin-bottom:5px;
}

.titulo-calendario{
    background-color:#4f6d89;
    padding:5px;
    padding-left: 20px;
    font-family: Verdana, Helvetica, sans-serif;
    color:#FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    position:relative;
    behavior: url(/css/PIE.htc);
    text-align:left;
    font-size:13pt;
}

.cuadro-calendario{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    position:relative;
    behavior: url(/css/PIE.htc);
    background-color: #f2f2f2;
    padding-bottom:10px;
    padding-top:10px;
}

.carpeta{
    width:100px;
    height: 97px;
    padding-top:20px;
    font-weight:bold;
    text-align: center;
    background-repeat: no-repeat;
    background-position:top;
    color: #FFFFFF;
    font-size: 18pt;
    float:left;


}

.datosregistronuevo{
    margin-top: 15px;
}

.direccionesenvio{
    margin-bottom:30px;
    border:1px solid #CCCCCC;
    padding:15px;
}

.direccionesenvio.selected{
    color: #C2002C;
    border:1px solid #C2002C;
}

.list-group{
    z-index:10;display:none;
    position:absolute;
    color:red;
}

.error{
    padding: 7px;
    border: 1px solid #ff0000;
    color: #990000;
    background: #ffd5d3;
    margin: 30px 0;
    font-weight: bold;
}

.creditos{
    text-align: center;
    padding: 7px;
    font-size: 11px;
}

.fondopie ul{
    list-style: none;
    margin:0;
    padding:0;
}

.fondopie ul li{
    float:left;
    width: 33%;
    margin-bottom: 7px;
}

.concesionario{
    border: 1px solid #C8C8C8;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}

.concesionario ul{
    list-style: none;
    margin:0;
    padding: 15px;
}

.concesionario ul li{
    display: flex;
    margin-bottom: 5px;
}

.concesionario ul li i{
    color: rgba(0,0,0,0.4);
    margin-right: 5px;
}

.concesionario ul li a{
    color: #00AEE5;
}

.imagenconcesionario{
    position: relative;
    height: 105px;
    overflow: hidden;
}

.imagenconcesionario img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.tituloconcesionario{
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
}

#map{
    width: 100%;
    height: 400px;
}

.botonera {
    text-align: right;
    margin-top:15px;
}

.botonera button{
    border:1px solid #e5e5e5;
    color: #707070;
    text-transform: uppercase;
    margin: 0 7px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 5px 7px;
    background: #FFFFFF;
}

.botonactivo{
    background: #e9e9e9 !important;
}

.buscador{
    display: flex;
}

.buscador input.form-control, .buscador select.form-control{
    border: 1px solid #e48fa2;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.buscador select.form-control{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.buscador button{
    border:none;
    background: #c2002c;
    color:#ffffff;
    padding: 7px;
    text-transform: uppercase;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.texto-contacto h2{
    margin-top:0;
}

.texto-contacto i{
    color: rgba(0,0,0,0.4);
}

.acceso{
    color: #C2002C;
    font-size: 17px;
    margin-top: 42px;
    font-weight: bold;
    font-family: 'NissanBrand',sans-serif;
    text-align: right;
}

.accesoenlaces, .accesoenlaces a{
    color: #000000;
    font-weight: normal;
    font-size: 14px;
}

.contenidodestacado{
    height: 280px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 30px;
}

.contenidodestacado span{
    display: block;
    color: #A5A5A5;
}

.contenidodestacado h3{
    margin:0;
    height: 47px;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 14px;
}

.contenidodestacado h3 a{
    color: #1A171B;
}

.imagencontenido{
    height: 112px;
    display: block;
    position: relative;
    margin-bottom:15px;
    overflow: hidden;
}

.imagencontenido img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.itemlistado{
    margin-bottom: 30px;
    background: #F8F8F8;
    padding: 7px 15px;
    color: #000000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    height: 125px;
    overflow: hidden;
    width: 100%;
}

.itemlistado a{
    font-size: 15px;
}

.buscadorcab{
    height: 24px;
    width: 24px;
    background: url(/images_web/buscar.png) no-repeat left center !important;
    margin-top: 10px !important;

}

.divbuscador{
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    padding: 40px 30px;
    z-index:100;
    margin-top: 17px;
    right: 0;
}

.divbuscador input{
    border:none;
    padding: 5px 0;
    margin-right: 45px;
    border-bottom: 1px solid #000000;
    width: 30vw;
}

.divbuscador input:focus{
    outline: none;
}

.divbuscador button{
    border:none;
    background:transparent;
    font-size: 18px;
    margin-top: -26px;
    float:right;
}

.listadobusqueda{
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #CCCCCC;
}

.listadobusqueda h3{
    margin:0;
    font-size: 16px;
    margin-bottom:5px;
}

.listadobusqueda h3 a{
    font-weight: bold;
    color: #000000;
}

.imagenbuscar{
    position: relative;
    display: block;
    overflow: hidden;
    height: 75px;
}

.imagenbuscar img{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    height: 100%;
}

.altocabecera{
    min-height: 215px;
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}


@media (max-width: 1200px) {


}

@media (max-width: 992px) {

    .itemlistado{
        height: auto;
    }

    .botmenu{
        position:absolute;
        top:2px;
        left:5px;
        display:block;
        font-size: 23pt;
        color:#000000;
        z-index: 3;
    }

    .botmenu:hover,.botmenu:focus{
        color:#000000;
    }


    .acceso{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .contenidodestacado, .imagencontenido{
        height: auto;
    }

    .contenidodestacado h3{
        height: auto;
    }

    .imagencontenido img, .imagenbuscar img,{
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        height: auto;
        width: 100%;
    }

    .altocabecera{
        display: none
    }

}

@media (max-width: 768px) {
    .fondo-cabecera{
        text-align: center;
    }

    .logo{
        margin-top: 15px;
    }

    .fondopie ul li{
        float:none;
        width: 100%;
    }

    #main-header {
        height: auto;
    }
}



