@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'Abel';
    src: url('font/Abel-Regularhinted.eot');
    src: url('font/Abel-Regularhinted.eot?#iefix') format('embedded-opentype'), url('font/Abel-Regularhinted.woff') format('woff'), url('font/Abel-Regularhinted.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
    margin: 0;
    padding: 0;
    background: url(img/fondo.jpg) top center repeat-x;
}


/*body:before{
	content:"";
	background:url(img/planti_reso.png) center -163px;
	background-size:100%;
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	z-index:50;
}*/

#contenedor {
    min-width: 900px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    /*background: url(img/fondo_referencia.png) top center repeat-y;/*BOOOORRRAAATUUUU*/
}

#header {
    width: 820px;
    height: 120px;
    position: relative;
    margin: 0 auto 20px;
    display: block;
}

#cuerpo {
    width: 800px;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}

h1 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 337px;
    z-index: 20;
}

h1 a {
    display: block;
    width: 147px;
    height: 62px;
    margin: 0;
    padding: 0;
    background: url(img/logo.png) top center no-repeat;
    background-image: url(img/logo.svg), none;
    text-indent: -3000px;
    position: relative;
    overflow: hidden;
    transition: height 1s;
    -webkit-transition: height 1s;
}


/*.home.general h1 a{
	background-image: url(img/logo.svg), none;
}*/


/*guztitan jarria dagolako orain*/

h1 a:hover, .general h1 a {
    height: 108px;
}

h2 {
    font-weight: normal;
    color: #666666;
    font-size: 30px;
    font-family: "Abel", sans-serif;
    text-transform: uppercase;
    margin: 10px auto;
}

h2 a {
    color: #666;
}

h2 a:hover {
    color: #6386A6;
}

h3 {
    font-weight: normal;
    color: #CCC;
    color: #999;
    font-size: 19px;
    font-size: 21px;
    font-family: "Abel", sans-serif;
    text-transform: uppercase;
    margin: 0;
}

h3 span {
    color: #B3B3B3;
}

h3 a {
    color: #CCC;
    color: #999;
}

h3 a:hover {
    color: #6386A6 !important;
}

h4 {
    font-weight: normal;
    color: #aaa;
    color: #666;
    font-size: 17px;
    font-family: "Abel", sans-serif;
    text-transform: uppercase;
    margin: 0;
}

a {
    text-decoration: none;
    color: #6386A6;
}

a:hover {
    color: #999;
    cursor: pointer;
}


/*p, */

.texto {
    margin: 5px 0;
    font-size: 12px;
    color: #808080;
    line-height: 1.5;
}

img {
    border: none;
}

.oculto {
    display: none;
}

strong {
    color: #333;
    color: #808080;
}

select, input {
    background: #FFF;
    border: 1px solid #ccc;
    color: #b3b3b3;
    font-size: 11px;
    padding: 2px;
}

option {
    /*  padding-left: 15px !important;*()
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

option.indent {
    /*    padding-left: 5px !important;*/
}

label {
    color: #b3b3b3;
    font-size: 12px;
}

input[type="text"], textarea {
    background: #fff;
    border: 1px solid #ccc;
    color: #b3b3b3;
    margin: 2px 0 0 0;
}


/*--------------------------------------------------MENU*/

ul#menu {
    width: 780px;
    height: 40px;
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 17px;
    position: absolute;
    top: 60px;
    background: url(img/fondo_menu.png) bottom center no-repeat;
    overflow: hidden;
    font-family: "Abel", sans-serif;
    z-index: 10;
}

#menu li {
    padding: 0;
    margin: 0;
    display: inline;
}

#menu li a {
    margin: 0 0 0 5px;
    padding: 3px 5px 0 5px;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    display: block;
    float: left;
}

#menu li.menu_izq a {
    margin: 0 20px;
}

#menu li.rotura_menu a {
    margin-left: 110px;
}

#menu li.menu_izq.salto_menu a {
    margin-right: 17px;
    width: 183px;
}

#menu a:hover {
    color: #6386A6;
}


/*menu secundario*/

#menu_secundario {
    margin: 30px auto 50px;
    padding: 0;
    border: 1px solid #CCC;
    border-width: 1px 0;
    width: 800px;
    position: relative;
    height: 28px;
}

#menu_secundario li {
    margin: 0 0 -4px 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    height: 28px;
}

#menu_secundario li a {
    margin: 0 5px;
    color: #b3b3b3;
    color: #999;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: "Abel", sans-serif;
    font-size: 14px;
    display: block;
    height: 18px;
}

#menu_secundario li.con_submenu a {
    background: url(img/flecha_menu_secundario.png) center right no-repeat;
    cursor: default;
}

#menu_secundario li a:hover, #menu_secundario li.con_submenu a:hover {
    color: #6386A6;
}

#menu_secundario li.activo a {
    background-color: #ccc;
    color: #fff;
}

#menu_secundario ul {
    display: block;
    position: absolute;
    left: 0;
    width: 800px;
    padding: 0;
    height: 0;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    overflow: hidden;
    white-space: nowrap;
    /*bigarren azpimenua jartzean hau aldatu da:
	left:auto;
	width:auto;
	margin-left:-50px;*/
}

#menu_secundario li:hover ul {
    height: 35px;
}

#menu_secundario li.con_submenu li a, #menu_secundario li.con_submenu.activo li a {
    background: none;
    text-transform: none;
    color: #808080;
    font-size: 16px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    letter-spacing: -0.2px;
}

#menu_secundario li.con_submenu li a:hover {
    color: #6386A6;
}


/*opciones*/


/*idiomas*/

#idiomas, #opciones {
    list-style: none;
    display: inline;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    font-size: 9px;
    margin: 0;
    text-transform: uppercase;
}

#opciones {
    right: 70px;
    z-index: 30;
}

#idiomas li, #opciones li {
    display: inline;
    color: #999;
    border-left: 1px solid #999;
    padding-left: 6px;
    margin-left: 3px;
}

#idiomas li:first-child {
    border: none;
}

#idiomas a, #opciones a {
    text-decoration: none;
    color: #999;
}

#idiomas a:hover, #opciones a:hover {
    color: #6386A6;
}

#opciones ul {
    display: block;
    /*Hau desplegatzen den modua errepasatu*/
    position: absolute;
    padding: 0 15px;
    background: #e2e2e2;
    text-align: left;
    overflow: hidden;
    height: 0px;
    transition: height 1s, padding 1s;
    -webkit-transition: height 1s, padding 1s;
    line-height: 1.8;
}

#opciones li:hover ul {
    height: 85px;
    padding-top: 5px;
}

#opciones ul li {
    float: none;
    display: block;
    margin: 5px 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}


/*SLIDESHOW Y CARRUSEL ////////////////////////////////////////////////////////////////////////*/


/*Flechas carrusel*/

.prev, .next {
    height: 60px;
    width: 31px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

.prev {
    background: url(img/flechas_carrusel.png) top left no-repeat transparent;
    float: left;
    margin: 50px 0 0 -31px;
}

.prev:hover {
    background: url(img/flechas_carrusel.png) center left no-repeat transparent;
    cursor: pointer;
}

.next {
    background: url(img/flechas_carrusel.png) top right no-repeat transparent;
    float: left;
    margin: 50px -31px 0 0;
}

.next:hover {
    background: url(img/flechas_carrusel.png) center right no-repeat transparent;
    cursor: pointer;
}

.next.disabled {
    cursor: default;
    background: url(img/flechas_carrusel.png) bottom right no-repeat transparent;
}

.prev.disabled {
    cursor: default;
    background: url(img/flechas_carrusel.png) bottom left no-repeat transparent;
}


/*Flechas slideshow*/

.slideshow .prev, .slideshow .next {
    height: 450px;
    width: 50px;
    position: absolute;
    margin: 0;
    z-index: 20;
}

.slideshow .prev {
    background: url(img/flechas_slide.png) center left no-repeat transparent;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s
}

.slideshow .next {
    background: url(img/flechas_slide.png) center right no-repeat transparent;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s
}

.slideshow .next:hover, .slideshow .prev:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.slideshow .next.disabled, .slideshow .prev.disabled {
    cursor: default;
    background: none;
}


/*selector del slideshow*/

.selector {
    display: block;
    overflow: hidden;
    z-index: 30;
    margin: 0 auto;
    padding: 0;
    clear: left;
    text-align: center;
}

.selector li {
    display: inline-block;
    height: 11px;
    overflow: hidden;
    position: relative;
    width: 11px;
    margin: 8px 3px 0;
}

.selector li a {
    background: url(img/icon_selector.png) no-repeat top center transparent;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}

.selector li a:hover {
    background: url(img/icon_selector.png) no-repeat center bottom transparent;
}

.selector li a.activo, .selector li a.activo_actualidad, .selector li a.activo_te, .selector li a.activo_idi, .selector li a.activo_fs {
    background: url(img/icon_selector.png) no-repeat scroll center center transparent;
    cursor: default;
}


/*slideshow genérico - usamos esteo mismo para todas las secciones y en cada una ajustamos*/

.slideshow {
    width: 800px;
    overflow: hidden;
    margin: 0 0 50px 0;
    background: url(img/fondo_slide.png) center 441px no-repeat;
    position: relative;
}

.slideshow h3 {}

#fotos_slideshow {
    width: 800px !important;
    height: 450px;
    overflow: hidden;
    float: left;
}

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

.slideshow ul li {
    width: 800px;
    height: 450px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    background: #e2e2e2;
}

.slideshow ul li a {
    display: block;
    width: 800px;
    height: 450px;
}

.slideshow img {
    height: 450px;
    height: auto;
    width: 800px;
}

.titulo_slideshow {
    width: 90%;
    padding: 5px 5% 10px;
    /*padding:0 5%; hau eta beheko line-height bada testurik ez dagoenean ez dadin agertu
line-height:1.2;*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    font-family: "Abel", sans-serif;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    background: url(img/fondo_titulos_slide.png) center top repeat-y;
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
}

.slideshow ul li a:hover .titulo_slideshow {
    padding-bottom: 25px;
}

.slideshow ul li a.franja_slide {
    background: #999;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 790px;
    height: 15px;
    padding: 1px 5px;
    font-size: 12px;
    font-family: "Abel", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    background: url(img/fondo_tipo_slide.png) top left repeat-y;
    z-index: 40;
}

.slideshow ul li a.franja_slide:hover {
    background: url(img/fondo_tipo_slide.png) top right repeat-y !important;
}

.slideshow ul li a.franja_slide span {
    text-align: right;
    position: absolute;
    right: 5px;
    text-transform: lowercase;
    background: url(img/plus_tipo_slide.png) left 3px no-repeat;
    padding-left: 12px;
    line-height: 1;
}


/*carrusel genérico - usamos esteo mismo para todas las secciones y en cada una ajustamos*/

.carrusel {
    width: 800px;
    overflow: visible;
    margin: 20px 0 50px;
    display: block;
    border-top: 1px solid #ccc;
    clear: both;
}

.carrusel:after {
    content: "";
    display: table;
    clear: both;
}

#fotos_carrusel {
    width: 800px !important;
    height: 166px;
    overflow: hidden;
    float: left;
    border-width: 0;
    /*marratxoa kentzeko, ez dute nahi*/
    background: url(img/fondo_carrusel.gif) left center repeat-x;
    background: none;
    /*fondo irudia ez dute nahi, baina mantendu nahi dut hemen*/
}

.carrusel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
    overflow: hidden;
}

.carrusel ul li {
    /*	width:248px;
	height:168px;*/
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 27px;
}

.carrusel ul li a {
    position: relative;
    display: block;
    width: 249px;
    height: 166px;
    cursor: pointer;
    overflow: hidden;
}

.carrusel ul li a:hover {}

.carrusel img {
    height: auto;
    width: 249px;
    border: none;
}

.carrusel img.horizontal {}

.carrusel img.vertical {}

.titulo_carrusel {
    width: 96%;
    padding: 10px 2%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    font-family: "Abel", sans-serif;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    /*	background:url(img/fondo_titulos_slide.png) center top repeat-y;*/
    background: rgba(0, 0, 0, 0.4);
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
}

.carrusel ul li a:hover .titulo_carrusel {
    padding-bottom: 25px;
}

.carrusel h3 {
    text-align: left;
    margin: 3px 0;
}

.carrusel h4 {
    text-align: left;
}

.carrusel h4 a {
    color: #666;
}

.carrusel h4 a:hover {
    color: #6386A6;
}

.lista_completa {
    background: url(img/plus_carrusel.png) left 1px no-repeat;
    font-size: 10px;
    text-transform: uppercase;
    color: #b6b6b6;
    text-align: left;
    padding-left: 14px;
    float: left;
    line-height: 1.2;
    margin-top: 2px;
    padding-top: 1px;
}

.lista_completa:hover {
    background: url(img/plus_carrusel.png) left -14px no-repeat;
}


/*carrusel genérico hasta aquí*/


/*carrusel libros y carrusel artículos y ponencias*/


/*.bloque_publicaciones .carrusel, */

#carrusel_libros.carrusel, #carrusel_articulos.carrusel {
    border: 1px solid #CCC;
    border-width: 0 0 1px 0;
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: "Abel", sans-serif;
    text-align: left;
    line-height: 1.1;
    padding-bottom: 5px;
}


/*.bloque_publicaciones .carrusel h4, */

#carrusel_libros.carrusel h4, #carrusel_articulos.carrusel h4 {
    border-bottom: 1px solid #CCC;
    margin: 12px 0 5px;
}

#carrusel_articulos.carrusel h4 {
    margin-bottom: 0;
}

#carrusel_libros.carrusel ul li a {
    position: relative;
    display: block;
    width: 240px;
    width: 115px;
    padding-left: 125px;
    height: 169px;
    padding-right: 8px;
    cursor: pointer;
    overflow: hidden;
}

#carrusel_libros.carrusel ul li {
    background: url(img/fondo_carrusel_libros.gif) 0px 0px no-repeat;
}

#carrusel_libros.carrusel ul li a:hover span {
    color: #6386A6;
}

#carrusel_libros img {
    width: 115px;
    /*	width:auto;*/
    height: 165px;
    height: auto;
    float: left;
    /*	margin-right:10px;*/
    margin-left: -125px;
}

.titulo_libro {
    color: #808080;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.autor_libro, .datos_articulo {
    color: #999;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.datos_articulo p {
    margin: 0;
}

.fecha_libro {
    color: #808080;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

#carrusel_libros.carrusel ul li a.boton_libro, #carrusel_articulos.carrusel ul li a.boton_libro, .boton_libro {
    border: 1px solid #CCCCCC;
    color: #999999;
    background: #FFF;
    display: inline;
    float: left;
    font-size: 12px;
    height: auto;
    margin-left: 124px;
    margin-top: -24px;
    padding: 1px 3px;
    text-transform: uppercase;
    width: auto;
}

#carrusel_libros.carrusel ul li a.boton_libro:hover, #carrusel_articulos.carrusel ul li a.boton_libro:hover, .boton_libro:hover {
    background: #CCC;
    color: #FFF;
}

span.boton_libro:hover {
    background: #FFF;
    color: #999999;
}


/*carrusel artículos y ponencias bakarrik*/

#carrusel_articulos.carrusel {
    height: 190px;
    border: none;
}

#carrusel_articulos.carrusel #fotos_carrusel {
    height: 100px;
    height: 96px/*!important*/
    ;
    /*hau begiratzen, ez teorian*/
    height: 154px/*!important*/
    ;
    margin-bottom: 3px;
}

#carrusel_articulos.carrusel ul li {
    border-bottom: 1px solid #CCCCCC;
    height: auto/*!important*/
    ;
    height: 70px;
    margin: 4px 0 0 0;
    padding-bottom: 2px;
    width: 735px;
    padding-right: 65px;
    position: relative;
}

#carrusel_articulos.carrusel ul li a.boton_libro {
    margin-left: 737px;
    margin-top: -32px;
    /**/
    bottom: 40%;
    height: 13px;
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 40%;
}

#carrusel_articulos .titulo_libro {
    margin-bottom: 0;
}


/*Flechas carrusel Aticulos*/

#carrusel_articulos .prev, #carrusel_articulos .next {
    height: 13px;
}

#carrusel_articulos .prev {
    background: url(img/flechas_carrusel_articulos.png) top left no-repeat transparent;
    float: none;
    margin: -22px auto 8px;
}

#carrusel_articulos .prev:hover {
    background: url(img/flechas_carrusel_articulos.png) top center no-repeat transparent;
}

#carrusel_articulos .next {
    background: url(img/flechas_carrusel_articulos.png) bottom left no-repeat transparent;
    float: none;
    margin: 0 auto;
}

#carrusel_articulos .next:hover {
    background: url(img/flechas_carrusel_articulos.png) bottom center no-repeat transparent;
}

#carrusel_articulos .next.disabled {
    background: url(img/flechas_carrusel_articulos.png) bottom right no-repeat transparent;
}

#carrusel_articulos .prev.disabled {
    background: url(img/flechas_carrusel_articulos.png) top right no-repeat transparent;
}

.proyecto_multi #carrusel_proyectos {
    margin-top: 5px;
}


/*carrusel proyectos txiki*/

#carrusel_proyectos_cuatro.carrusel {
    width: 800px;
    overflow: visible;
    margin: 20px 0 50px;
    display: block;
    border-top: 1px solid #ccc;
    clear: both;
}

.compromiso #carrusel_proyectos_cuatro.carrusel {
    margin-top: 70px;
    float: left;
}

#carrusel_proyectos_cuatro #fotos_carrusel {
    height: 124px;
}

#carrusel_proyectos_cuatro.carrusel ul li {
    margin-right: 19px;
}

#carrusel_proyectos_cuatro.carrusel ul li a {
    width: 186px;
    height: 124px;
}

#carrusel_proyectos_cuatro.carrusel img {
    height: auto;
    width: 186px;
}

#carrusel_proyectos_cuatro .titulo_carrusel {
    font-size: 12px;
}

#carrusel_proyectos_cuatro .prev, #carrusel_proyectos_cuatro .next {
    margin-top: 35px;
}


/*Slideshow I+D+I*/


/*Flechas slideshow I+D+I*/

/ #slideshow_idi.slideshow .prev, #slideshow_idi.slideshow .next, #slideshow_compromiso_home.slideshow .prev, #slideshow_compromiso_home.slideshow .next {
    height: 60px;
    width: 31px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

#slideshow_idi.slideshow .prev, #slideshow_compromiso_home.slideshow .prev {
    background: url(img/flechas_carrusel.png) top left no-repeat transparent;
    float: left;
    margin: 100px 0 0 -31px;
}

.bloque_compromiso #slideshow_idi.slideshow .prev, .bloque_compromiso #slideshow_compromiso_home.slideshow .prev {
    margin: 100px 0 0 -38px;
}

#slideshow_idi.slideshow .prev:hover, #slideshow_compromiso_home.slideshow .prev:hover {
    background: url(img/flechas_carrusel.png) center left no-repeat transparent;
    cursor: pointer;
}

#slideshow_idi.slideshow .next, #slideshow_compromiso_home.slideshow .next {
    background: url(img/flechas_carrusel.png) top right no-repeat transparent;
    float: left;
    margin: 100px -31px 0 0;
}
.bloque_compromiso #slideshow_compromiso_home.slideshow .next {
    margin: 84px -38px 0 0;
}

#slideshow_idi.slideshow .next:hover, #slideshow_compromiso_home.slideshow .next:hover {
    background: url(img/flechas_carrusel.png) center right no-repeat transparent;
    cursor: pointer;
}

#slideshow_idi.slideshow .next.disabled, #slideshow_compromiso_home.slideshow .next.disabled {
    cursor: default;
    background: url(img/flechas_carrusel.png) bottom right no-repeat transparent;
}

#slideshow_idi.slideshow .prev.disabled, #slideshow_compromiso_home.slideshow .prev.disabled {
    cursor: default;
    background: url(img/flechas_carrusel.png) bottom left no-repeat transparent;
}


/*slideshow I+D+I*/

#slideshow_idi.slideshow, #slideshow_compromiso_home.slideshow {
    background: none;
    text-align: left;
    overflow: visible;
}

#slideshow_idi #fotos_slideshow, #slideshow_compromiso_home #fotos_slideshow {
    height: 265px;
    border-bottom: 1px solid #CCC;
}
/*
#slideshow_idi.slideshow h3, #slideshow_compromiso_home.slideshow h3 {
    text-align: left;
}*/
#slideshow_idi.slideshow h3{
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
}

#slideshow_idi.slideshow li, #slideshow_compromiso_home.slideshow li {
    background: none;
}

#slideshow_idi.slideshow ul li a, #slideshow_compromiso_home.slideshow ul li a {
    height: auto;
    width: 790px;
    padding-right: 10px;
    display: inline;
}

#slideshow_idi.slideshow img, #slideshow_compromiso_home.slideshow img {
    height: auto;
    width: 387px;
    width: auto;
    height: 258px;
    float: left;
    margin-right: 15px;
}
/*más abajo está pisado parte de #slideshow_compromiso_home.slideshow img */

.titulo_idi {
    font-family: "Abel", sans-serif;
    font-size: 25px;
    color: #b3b3b3;
    line-height: 1.1;
}

.entradilla_idi {
    font-size: 12px;
    color: #808080;
    line-height: 1.5;
    margin: 5px 0 0 0;
    text-align: justify;
}


/*
#slideshow_idi.slideshow ul li .entradilla_idi a{
	display:inline;
	width:auto;
	height:auto;
}*/


/*Slideswho Compromiso - I+D+I-ren estiloa darama, gezietan zozer ukitua dago, gainerakoa hemen*/

#slideshow_compromiso_home.slideshow {
    width: 100%;
    margin-top: 17.5px;
}

#slideshow_compromiso_home.slideshow #fotos_slideshow {
    width: 100% !important;

  height: 245px; /*esto al poner la foto más pequeña, sí se queda borrar lo otro*/}

#slideshow_compromiso_home.slideshow ul li {
    width: 100%;
    height: 265px;
    height: 245px; /*esto al poner la foto más pequeña, sí se queda borrar lo otro*/
}

#slideshow_compromiso_home.slideshow img {
    margin-right: 20px;
    height: 225px
}

#slideshow_compromiso_home.slideshow .entradilla_idi {
    padding-right: 10px;
    padding-bottom: 5px;
}

.bloque_compromiso .slideshow {
    margin-bottom: 20px;
}

.bloque_compromiso .titulo_idi {
    color: #909090;
    line-height: 1.05;
    font-size: 23px;
}


/*Slideshow ACTUALIDAD pequeño*/

#barra .slideshow .prev, #barra .slideshow .next {
    height: 288px;
}

#barra .slideshow {
    width: 288px;
    margin: 0 0 20px 0;
    background-position: center 273px;
}

#barra #fotos_slideshow {
    width: 288px !important;
    height: 288px;
}

#barra .slideshow ul li {
    width: 288px;
    height: 288px;
}

#barra .slideshow ul li a {
    width: 288px;
    height: 288px;
}

#barra .slideshow img {
    height: 288px;
    width: auto;
    margin-left: -112px;
}

#barra .titulo_slideshow {
    font-size: 17px;
    line-height: 110%;
}

#barra .slideshow ul li a.franja_slide {
    width: 278px;
    height: 15px;
    padding: 1px 5px;
    text-align: right;
    background: url(img/fondo_tipo_slide.png) -512px top repeat-y;
}

#barra .slideshow ul li a.franja_slide span {
    display: none;
}

#barra .selector li {
    margin: 8px 2px 0;
}


/*slide ficha*/

#slideshow_grande_ficha h3 {
    text-align: left;
}

#slideshow_grande_ficha .titulo_slideshow {
    font-size: 16px;
}


/*Slideshow ficha pequeño*/

#slideshow_peque_ficha.slideshow .prev, #slideshow_peque_ficha.slideshow .next {
    height: 270px;
}

#slideshow_peque_ficha.slideshow {
    width: 480px;
    margin: 20px 0;
    background-position: center 257px;
}

#slideshow_peque_ficha #fotos_slideshow {
    width: 480px !important;
    height: 270px;
}

#slideshow_peque_ficha.slideshow ul li {
    width: 480px;
    height: 270px;
}

#slideshow_peque_ficha.slideshow ul li a {
    width: 480px;
    height: 270px;
}

#slideshow_peque_ficha.slideshow img {
    height: 270px;
}

#slideshow_peque_ficha .titulo_slideshow {
    font-size: 16px;
}

#slideshow_peque_ficha .selector li {
    margin: 8px 2px 0;
}

#principal .slideshow h3 {
    color: #999;
}


/*Slideshow proyecto*/

#slideshow_proyecto.slideshow .prev, #slideshow_proyecto.slideshow .next {
    height: 306px;
}

#slideshow_proyecto.slideshow {
    width: 544px;
    margin: 0 0 10px 0;
    background: none;
}

#slideshow_proyecto #fotos_slideshow {
    width: 544px !important;
    height: 306px;
}

#slideshow_proyecto.slideshow ul li {
    width: 544px;
    height: 306px;
}

#slideshow_proyecto.slideshow ul li a {
    width: 544px;
    height: 306px;
}

#slideshow_proyecto.slideshow img {
    height: 306px;
    width: auto;
}

#slideshow_proyecto .titulo_slideshow {
    font-size: 16px;
}

#slideshow_proyecto .selector li {
    margin: 8px 5px 0 0;
}

#principal .slideshow h3 {
    color: #999;
}


/*slide compromiso*/

#slideshow_compromiso, #slideshow_actualidad {
    background-position: center 415px;
    margin-bottom: 15px;
}


/*Sekzio bakoitzeko buruko elementuak*/

.slogan_seccion {
    width: 500px;
    color: #b3b3b3;
    font-size: 25px;
    font-family: "Abel", sans-serif;
    margin: 8px auto;
    line-height: 1.2;
}

.texto_seccion {
    width: 350px;
    width: 450px;
    /*hau ea gainerako testuak jartzen dituztenean*/
    margin: 10px auto;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    max-height: 22px;
    overflow: hidden;
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
    cursor: pointer;
}


/*.texto_seccion:hover,*/

.texto_seccion.desplegada {
    height: auto;
    max-height: 280px;
}

.home .texto_seccion
/*, .home .texto_seccion:hover*/

{
    height: auto;
    max-height: 275px;
    cursor: default;
}


/*.texto_seccion:before, */

.texto_seccion a.plus {
    display: block;
    width: 18px;
    width: 14px;
    height: 18px;
    height: 14px;
    margin: 0 auto 10px;
    padding: 0;
    border: 2px solid #DDDDDD;
    border-radius: 18px;
    border-radius: 14px;
    content: "";
    background: url(img/plus_textoseccion.png) top center no-repeat;
    background: url(img/plus_textoseccion_14.png) top center no-repeat;
    transform: rotate(0deg);
    transition: transform 0.5s;
    text-indent: -3000px;
    overflow: hidden;
}


/*.texto_seccion:hover:before, */

.texto_seccion a.plus:hover {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
}

.home .texto_seccion:before {
    display: none;
}

.ambitos_biodiversidad, .ambitos_ingenieria, .ambitos_juridico {
    padding: 8px 0 0 0;
    border-top: 1px solid #CCC;
    overflow: hidden;
    width: 800px;
    margin: 0 0 60px 0;
    height: 170px;
}

.ambitos_biodiversidad li, .ambitos_ingenieria li, .ambitos_juridico li {
    display: inline;
}

.ambitos_biodiversidad li a, .ambitos_ingenieria li a, .ambitos_juridico li a {
    display: block;
    float: left;
    width: 100px;
    height: 160px;
    background: #666;
    text-align: center;
    padding: 5px;
    margin: 0 2px;
    font-size: 18px;
    font-family: "Abel", sans-serif;
    color: #FFF;
    background: url(img/ambitos_biodiversidad.jpg) center left no-repeat;
    text-transform: uppercase;
    transition: width 1s, padding 1s, left 1s, background-position 1s;
    -webkit-transition: width 1s, padding 1s, left 1s, background-position 1s;
    z-index: 20;
}

.ambitos_biodiversidad li a {
    font-size: 17px;
    /*18 zen baina ez zen ongi sartzen. Bakarrik Biodiversidadentzako aldatua*/
    letter-spacing: -0.5px;
}

.ambitos_biodiversidad li+li a {
    background-position: -114px center;
    position: absolute;
    left: 164px;
}

.ambitos_biodiversidad li+li+li a {
    background-position: -228px center;
    position: absolute;
    left: 278px;
}

.ambitos_biodiversidad li+li+li+li a {
    background-position: -342px center;
    position: absolute;
    left: 392px;
}

.ambitos_biodiversidad li+li+li+li+li a {
    background-position: -456px center;
    position: absolute;
    left: 506px;
}

.ambitos_biodiversidad li+li+li+li+li+li a {
    background-position: -570px center;
    position: absolute;
    left: 620px;
}

.ambitos_biodiversidad li+li+li+li+li+li+li a {
    background-position: -684px center;
    position: absolute;
    left: 734px;
}


/*ingenieria*/

.ambitos_ingenieria li a {
    background: url(img/ambitos_ingenieria.jpg) center left no-repeat;
    width: 185px;
}

.ambitos_ingenieria li+li a {
    background-position: -200px center;
    position: absolute;
    left: 250px;
}

.ambitos_ingenieria li+li+li a {
    background-position: -400px center;
    position: absolute;
    left: 450px;
}

.ambitos_ingenieria li+li+li+li a {
    background-position: -600px center;
    position: absolute;
    left: 650px;
}


/*juridico*/

.ambitos_juridico li a {
    background: url(img/ambitos_juridico.jpg) center left no-repeat;
    width: 380px;
    padding-right: 10px;
    text-align: right;
}

.ambitos_juridico li+li a {
    background-position: -401px center;
    position: absolute;
    left: 451px;
    text-align: left;
    padding-right: 5px;
    padding-left: 10px;
}


/*ida de olla... posible al da?*/

.ambitos_biodiversidad li a:hover {
    padding: 5px 689px 5px 5px;
    background-position: 0 center;
    position: absolute;
    left: 50px;
    z-index: 30;
}

.ambitos_biodiversidad li+li a:hover {
    padding: 5px 575px 5px 119px;
}

.ambitos_biodiversidad li+li+li a:hover {
    padding: 5px 461px 5px 233px;
}

.ambitos_biodiversidad li+li+li+li a:hover {
    padding: 5px 347px;
}

.ambitos_biodiversidad li+li+li+li+li a:hover {
    padding: 5px 233px 5px 461px;
}

.ambitos_biodiversidad li+li+li+li+li+li a:hover {
    padding: 5px 119px 5px 575px;
}

.ambitos_biodiversidad li+li+li+li+li+li+li a:hover {
    padding: 5px 5px 5px 689px;
}


/*ingenieria*/

.ambitos_ingenieria li a:hover {
    padding: 5px 604px 5px 5px;
    background-position: 0 center;
    position: absolute;
    left: 50px;
    z-index: 30;
}

.ambitos_ingenieria li+li a:hover {
    padding: 5px 399px 5px 205px;
}

.ambitos_ingenieria li+li+li a:hover {
    padding: 5px 199px 5px 405px;
}

.ambitos_ingenieria li+li+li+li a:hover {
    padding: 5px 5px 5px 605px;
}


/*juridico*/

.ambitos_juridico li a:hover {
    padding: 5px 411px 5px 5px;
    background-position: 0 center;
    position: absolute;
    left: 50px;
    z-index: 30;
}

.ambitos_juridico li+li a:hover {
    padding: 5px 5px 5px 411px;
}


/**/

.bloque_publicaciones {
    margin-bottom: 50px;
}

.bloque_publicaciones h3 {
    border-bottom: 1px solid #CCC;
}


/**/

.bloque_noticias {
    overflow: visible;
    text-align: center;
    border-bottom: 1px solid #CCC;
    margin-bottom: 60px;
}

.bloque_noticias:after {
    content: "";
    display: table;
    clear: both;
}

.bloque_noticias h3 {
    border-bottom: 1px solid #CCC;
}

.bloque_noticias h4 {
    color: #b3b3b3;
    font-size: 18px;
    margin-top: 15px;
}

.bloque_noticias div {
    padding: 13px 0;
    margin-right: 35px;
    width: 243px;
    float: left;
    text-align: left;
}

.bloque_noticias div+div+div {
    margin-right: 0;
}

.bloque_noticias .texto div {
    margin: 0;
    padding: 0;
}


/*froga <a> botoi bihurtzeko*/

.bloque_noticias .texto p a, .view_noticia .texto p a {
    background: #999;
    background: #b6b6b6;
    background: #8ca7bf;
    color: #FFF;
    padding: 0 3px;
    display: inline-block;
    border-radius: 3px;
    font-size: 0.9em;
    line-height: 1.3;
    margin-top: 4px;
}

.bloque_noticias .texto p a:hover, .view_noticia .texto p a:hover {
    background: #999;
}

.bloque_noticias div a.leer_mas {
    text-transform: uppercase;
    padding-left: 12px;
    background: url(img/plus_noticias.png) left 2px no-repeat;
    font-size: 9px;
    color: #808080;
    display: inline-block;
}

.bloque_noticias div a.leer_mas:hover {
    color: #6386A6;
    background: url(img/plus_noticias.png) left -11px no-repeat;
}

.bloque_noticias .img_noticias {
    overflow: hidden;
    padding: 5px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    position: relative;
    float: none;
    vertical-align: middle;
    display: table-cell;
    height: 170px;
}

.bloque_noticias img {
    width: 242px;
    height: auto;
}

.bloque_noticias .texto {
    /*bigarren hau soberan*/
    font-size: 10px;
    font-size: 11px;
    text-align: justify;
    padding: 0;
    margin: -6px 0 0 0;
}

.bloque_noticias .lista_completa {
    /*margin:0 auto -20px;
	float:none;
	display:inline-block;
	padding-top:0;*/
    bottom: -20px;
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    width: 140px;
    width: 130px;
    /*inglesean itzulpena asmatu dutelako*/
    white-space: nowrap;
}


/*Home general - Nos presentamos*/

.nos_presentamos {
    text-align: justify;
    overflow: hidden;
    margin-bottom: 30px;
}


/*.nos_presentamos p, */

.nos_presentamos .texto {
    font-size: 13px;
}

.nos_presentamos h3 {
    text-align: left;
    color: #b3b3b3;
    font-size: 23px;
    margin-bottom: 10px;
}

.nos_presentamos img {
    float: left;
    margin: 0 15px 15px 0;
}


/*.nos_presentamos .lista_completa{
	margin-top:10px;
}*/

.nos_presentamos .leer_mas, .bloque_compromiso .leer_mas, #slideshow_idi.slideshow li .leer_mas {
    background: url(img/plus_carrusel.png) left 1px no-repeat;
    font-size: 10px;
    text-transform: uppercase;
    color: #b6b6b6;
    text-align: left;
    padding-left: 14px;
    line-height: 1.2;
    margin-top: 2px;
    padding-top: 1px;
}

.nos_presentamos .leer_mas:hover, .bloque_compromiso .leer_mas:hover, #slideshow_idi.slideshow li:hover .leer_mas {
    background: url(img/plus_carrusel.png) left -14px no-repeat;
}

.bloque_compromiso {
    text-align: left;
    overflow: hidden;
    margin-bottom: 30px;
    /*Berria*/
    background: #e6e6e6;
    padding: 10px;
    margin: -10px -10px 30px -10px;
    /*H3 ateratzeko*/
    margin-top: 40px;
    overflow: visible;
    /*H3+zutabe zabalera zuzendua*/
    margin: 40px 0 30px 0;
}

.bloque_compromiso img {
    float: left;
    margin: 0 15px 15px 0;
    width: 387px;
}

.bloque_compromiso h3 {
    text-align: center;
    margin-top: -39px;
    margin-bottom: 14px;
}

.bloque_compromiso h4 {
    text-align: center;
    text-transform: none;
    font-family: "Abel", sans-serif;
    font-size: 24px;
    color: #b3b3b3;
    color: #939393;
    line-height: 1.1;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.bloque_compromiso div h4 {
    /*para evitar que el borde pase al resto de H4 del bloque_compromiso*/
    border: none;
}


/*!!!!honaino joango zern fuera Slidehowean bilakatzean*/

.entradilla_compromiso {
    font-size: 12px;
    color: #808080;
    line-height: 1.5;
    margin: 5px 0 0 0;
    text-align: justify;
    /*	padding-left:300px; honekin testua, ezta ere "leer_mas" argazki azpitik joatea ekiditzen dugu, behin behineko?*/
}

.entradilla_compromiso p {
    margin: 2px 0;
}

.compromiso_multi .registro_multiview .entradilla_compromiso h4 {
    text-transform: none;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #808080;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
}


/****/


/*QUITAR COMENTARIO CUANDO ESTÉ LA CLASE*/


/*.actualidad_multi*/

.entradilla_compromiso * {
    text-align: left !important;
}


/*Módulos en Compromiso MN*/

.fila_home {}

.modulo_home {
    /*    width: 30.8%;*/
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 1% 20px !important;
}

.modulo_home:first-child:nth-last-child(1) {
    width: 100%;
}

.modulo_home:first-child:nth-last-child(2), .modulo_home:first-child:nth-last-child(2)~.modulo_home {
    width: 47%;
}

.modulo_home:first-child:nth-last-child(3), .modulo_home:first-child:nth-last-child(3)~.modulo_home {
    width: 33.3333%;
    width: 31.33333%;
}

.modulo_home:first-child:nth-last-child(4), .modulo_home:first-child:nth-last-child(4)~.modulo_home {
    width: 22%;
}

.modulo_home:last-child {
    /*    margin-right: 0;*/
}

.modulo_home h4 {
    color: #909090;
    font-family: "Abel", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    text-transform: none;
    text-align: center;
    margin-bottom: 0;
}

.modulo_home h4 a {
    color: #909090;
}

.modulo_home h4 a:hover {
    color: #6386a6;
}

.modulo_home a.modulo_img {
    border: 1px solid #e2e2e2;
    border: 1px solid #CCC;
    display: block;
    float: none;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.modulo_home a.modulo_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo_home:first-child:nth-last-child(4) a.modulo_img img, .modulo_home:first-child:nth-last-child(4)~.modulo_home a.modulo_img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modulo_home:first-child:nth-last-child(1) a.modulo_img {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.modulo_home:first-child:nth-last-child(1) a.modulo_img img {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modulo_lateral {
    position: fixed;
    right: 10px;
    top: 0;
    padding: 0;
    margin-top: calc(170px + 20.8%);
    background: #eee;
    width: 200px;
    z-index: 1000;
    display: block;
    margin-left: 0 0 15px 0;
}

.modulo_lateral a.modulo_img {
    border: 1px solid #ccc;
    display: block;
    float: none;
    height: 110px;
    margin: 3px 3px 10px 3px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 6px);
    box-sizing: border-box;
    /*background: #fff;*/
}

.modulo_lateral a.modulo_img img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modulo_lateral .texto {
    line-height: 1.2;
    padding: 0 15px;
    /*    text-align: center;*/
}

.modulo_lateral h4 {
    padding: 0 5px;
}

@media all and (max-width:1350px) {
    .modulo_lateral {
        position: relative;
        right: auto;
        top: auto;
        padding-top: 0;
        background: none;
        width: 100%;
        z-index: 1000;
        display: block;
        margin-left: 0 0 15px 0;
        overflow: hidden;
        /**/
        display: none;
        /**/
    }
    .modulo_lateral a.modulo_img {
        width: 50%;
        height: auto;
        float: left;
        margin-right: 10px;
    }
    .modulo_lateral h4 {
        color: #909090;
        font-family: "Abel", sans-serif;
        font-size: 24px;
        line-height: 1.1;
        text-transform: none;
        text-align: left;
        margin-bottom: 0;
    }
    .modulo_lateral h4 a {
        color: #909090;
    }
    .modulo_lateral h4 a:hover {
        color: #6386a6;
    }
}


/*
.bloque_modulos.modulos_lateral{
  position: fixed;
  right:0;
  top: 0;
  padding-top: calc(180px + 20.8% );
  background: none;
  width: 200px;
  z-index: 1000;
}

@media all and (min-width:1350px) {
    .bloque_modulos .modulos_lateral {
        position: absolute;
        right: -210px;
        top: 0;
        background: none;
        width: 200px;
        z-index: 1000;
    }
    .bloque_modulos .modulos_lateral .modulo_home {
        width: 95%;
        display: block;
        text-align: rgiht;
        margin-left: 0 0 15px 0;
    }
    .bloque_modulos .modulos_lateral .modulo_home a.modulo_img {
        height: 120px;
    }
}
*/


/*Hau BORRATZEKO

.bloque_modulos.modulos_footer {
    position: fixed;
    bottom: 0;
    background: #e6e6e6;
    border: 1px solid #ccc;
    width: 1000px;
    z-index: 1000;
    margin-left: -100px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
*/


/* hasta aquí Bloque módulos*/


/*foto grande home general*/

#slideshow_home {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 30px;
    /*	height:40%;*/
}

.bloque_foto {}

#slideshow_home ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slideshow_home ul li {
    overflow: hidden;
    position: relative;
}

#slideshow_home #fotos_slideshow {
    width: 100% !important;
    height: auto;
    /*Hau JSez atera behar dugu % izateko*/
}

#slideshow_home img {
    width: 100%;
    height: auto;
}

#slideshow_home .titulo_slideshow {
    top: 15px;
    right: 0;
    bottom: auto;
    left: auto;
    font-size: 35px;
    width: 50%;
}

.firma_slide {
    font-size: 14px;
    display: block;
    margin-left: 200px;
}


/*Fichas*/

H3.ficha, H4.ficha_servicio {
    font-size: 33px;
    color: #666;
    text-align: left;
}

H3.ficha_servicio {
    font-size: 22px;
    color: #b3b3b3;
    text-align: left;
}

.general H3.ficha_servicio {
    margin-top: 45px;
}

H3.ficha_servicio a {
    color: #b3b3b3;
}

H3.ficha_servicio span {
    color: #ccc;
}

H3.ficha_servicio a:hover span {
    color: #999;
}

H4.ficha_servicio {
    margin-bottom: 15px;
}

#principal {
    float: left;
    width: 480px;
    text-align: justify;
    margin-bottom: 40px;
}

.proyecto #principal {
    float: right;
    width: 550px;
    border-left: 1px solid #CCC;
    padding-left: 15px;
}

.compromiso #principal {
    float: left;
    width: 550px;
    border-right: 1px solid #CCC;
    padding-right: 15px;
}

.libro #principal {
    float: right;
    width: 570px;
    margin-bottom: 20px;
}

#barra {
    float: right;
    width: 288px;
    text-align: left;
}

.proyecto #barra {
    float: left;
    width: 220px;
    margin-bottom: 15px;
}

.compromiso #barra {
    float: right;
    width: 220px;
    margin-bottom: 15px;
}

.libro #barra {
    float: left;
    width: 210px;
}

.subtitulo_ficha {
    color: #b3b3b3;
    font-size: 25px;
    font-family: "Abel", sans-serif;
    margin: 8px 0 15px;
    line-height: 1.2;
    text-align: left;
    width: 480px;
}

.proyecto .subtitulo_ficha, .compromiso .subtitulo_ficha, .libro .subtitulo_ficha {
    color: #666;
    width: auto;
    text-transform: none;
    font-size: 26px;
    margin-bottom: 25px;
}

.libro .subtitulo_ficha {
    margin-bottom: 15px;
}

.contenido_editor {
    clear: both;
    font-size: 12px;
    color: #808080;
    line-height: 1.5;
}

.contenido {
    font-size: 12px;
    color: #808080;
    line-height: 1.5;
}

.contenido_editor img {
    height: auto;
    max-width: 550px;
}


/*irudi embedatuei margina sartzeko*/

.contenido_editor img[style="float: left;"] {
    margin-right: 10px !important;
}

.contenido_editor img[style="float: right;"] {
    margin-left: 10px !important;
}

.contenido_editor img {
    /*IE8rako*/
    margin: 10px\9 !important;
}


/**/

.contenido_editor h4, h5, h6 {
    color: #999;
    margin: 15px 0 0;
}


/*.contenido_editor h4{
	font-size:16px;
}*/

.contenido_editor ul {
    margin: 5px 0 10px;
    font-size: 12px;
    color: #808080;
    line-height: 1.5;
}

.contenido_editor li {
    margin: 10px 0;
    list-style: square;
}

.entradilla {
    font-weight: bold;
    font-size: 13px;
    color: #808080;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
}

.proyecto .entradilla {
    text-align: justify;
}

#barra h3 {
    color: #999;
    font-size: 18px;
}

ul.lista {
    list-style: none;
    font-size: 13px;
    color: #808080;
    margin: 0 0 20px 0;
    padding: 10px 0 10px 5px;
    border: 1px solid #CCC;
    border-width: 1px 0;
    overflow: hidden;
}

ul.lista.lista_abel {
    /*    font-family: "Abel", sans-serif;
    font-size: 18px;*/
}

ul.lista li {
    background: url(img/bullet_lista.gif) left 7px no-repeat;
    padding-left: 10px;
    margin: 7px 0;
}

ul.lista.lista_abel li {
    /*  margin: 3px 0;
    background-position: left 10px;*/
}

ul.lista li a {
    color: #808080;
}

ul.lista li a:hover {
    color: #6386A6;
}

ul.lista.plegada {
    border-top: medium none;
    height: auto;
    max-height: 0;
    margin-top: -20px;
    position: relative;
    transition: max-height 1.5s;
    -webkit-transition: max-height 1.5s;
}

ul.lista.plegada li:first-child {
    margin-top: 15px;
}

ul.lista.plegada:before {
    border-bottom: 1px solid #CCCCCC;
    content: "+";
    display: block;
    font-size: 20px;
    margin-left: -5px;
    margin-top: -15px;
    padding-right: 5px;
    text-align: right;
    width: 283px;
    color: #999;
    font-family: "Abel", sans-serif;
}

ul.lista.plegada:hover {
    max-height: 1300px;
    cursor: pointer;
}

ul.lista.plegada:hover:before {
    content: "–";
}

ul.lista li.activa a {
    color: #6386A6;
}

ul.lista ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #999;
    line-height: 1.1;
}

ul.lista ul li {
    margin: 10px 0 !important;
}

.especializacion {
    color: #999;
    color: #a2a2a2;
    font-size: 0.9em;
    display: block;
    /*	line-height:1;*/
    padding-left: 3px;
    margin-bottom: 8px;
}


/*ul.lista_img{

}
ul.lista_img li{
	position:relative;
}
ul.lista_img img{
	height:36px;
	width:auto;
	border:1px solid #ccc;
	padding:5px;
	background:#FFF;
	display:none;
	position:absolute;
	top:-10px;
	right:0;
	z-index:100;
}
ul.lista_img a:hover img{
	display:block;
}
*/

ul.lista_img li {
    clear: both;
    line-height: 1.2 !important;
    /*	font-size:17px !important;*/
}

ul.lista_img img {
    height: 36px;
    width: 80px;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
    background: #FFF;
    display: block;
    float: right;
    clear: right;
    margin: 0 3px 3px 2px;
}


/*info asociada*/

.adjuntos, .enlaces {
    /*.enlaces gehitzen dugu pagina_view-rendako*/
    margin: 10px 0;
    font-size: 13px;
}

.adjuntos p, .enlaces p {
    font-family: "Abel", sans-serif;
    color: #b3b3b3;
    font-size: 18px;
    margin-bottom: 5px;
}

.adjuntos ul, .enlaces ul {
    color: #999999;
    margin: 0;
    padding: 5px 10px 5px 30px;
    list-style: none;
    border: 1px solid #CCC;
    border-width: 1px 0;
    letter-spacing: 0.5px;
}

.proyecto .adjuntos ul {
    padding-left: 10px;
    margin-bottom: 25px;
}

.adjuntos ul li {}

.adjuntos ul li a, .enlaces ul li a {
    color: #999;
    padding: 3px 0 3px 24px;
    margin: 10px 0;
    display: block;
}

.adjuntos ul li a.adjunto {
    background: url(img/adjunto.png) 4px 2px no-repeat;
}

.adjuntos ul li a.enlace {
    background: url(img/enlace.png) 5px 3px no-repeat;
}

.adjuntos ul li a.pdf {
    background: url(img/pdf.png) 0 1px no-repeat;
}

.adjuntos ul li a.zip {
    background: url(img/zip.png) 3px 1px no-repeat;
}

.adjuntos ul li a.doc {
    background: url(img/doc.png) 3px 1px no-repeat;
}

.adjuntos ul li a.xls {
    background: url(img/xls.png) 3px 1px no-repeat;
}

.adjuntos ul a:hover, .enlace ul a:hover {
    color: #6386a6;
}

#barra dl {
    font-family: "Abel", sans-serif;
    color: #808080;
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px 0;
}

#barra dt {
    color: #b3b3b3;
    margin: 20px 0 0 0;
}

#barra dl dt:first-child {
    margin-top: 0;
}

#barra dd {
    /*	margin:0 0 20px 0;*/
    margin: 0;
    letter-spacing: normal;
}

#barra dd a {
    color: #808080;
}

#barra dd a:hover {
    color: #6386A6;
}

.libro #barra dl {
    text-align: right;
    line-height: 2;
    margin-bottom: 0;
}

.libro #barra dt {
    margin: 0 5px 0 0;
    float: none;
    display: inline;
}

.libro #barra dd {
    margin-bottom: 10px;
    float: none;
    display: inline;
}

.libro #barra dd:after {
    content: "";
    display: block;
}

.libro dl {
    font-family: "Abel", sans-serif;
    color: #999;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

.libro dt {
    color: #CCC;
    float: left;
    clear: both;
    margin-right: 10px;
}

.libro dd {
    display: inline;
    float: left;
    margin: 0 0 10px 0;
}

.titulo_foto_video, .titulo_foto_video {
    color: #b3b3b3;
    font-family: "Abel", sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}

.foto {
    margin-bottom: 10px;
}

.foto a {
    position: relative;
    overflow: hidden;
    display: block;
}

.foto a:after {
    background: rgba(0, 0, 0, 0.3) url(img/plus_foto.png) top center no-repeat;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    bottom: 10px;
    content: "";
    height: 16px;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 16px;
    z-index: 0;
}

.foto a:hover:after {
    background-color: #6386a6;
}

.foto img {
    width: 220px;
}

.video_embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}

.video_embed:first-child {
    margin-top: 0;
}

.video_embed iframe, .video_embed object, .video_embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.libro #barra img {
    width: 210px;
    margin-bottom: 15px;
}

.libro .contenido_editor, .libro .contenido_editor p {
    line-height: 1.8;
    color: #666;
}

.libro .boton_libro {
    margin: 20px 0 0 0;
    font-family: "Abel", sans-serif;
    font-size: 17px;
    float: right;
}

.pdf_libro {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    /*volver botoia bere tokian jartzeko, KASU, baldin eta pdfa zabalago nahi badute aldatu beharko da*/
    width: 590px;
    float: right;
}

.pdf_libro h4 {
    width: 570px;
    float: right;
    text-align: left;
}

.pdf_libro object {
    float: right;
}

.volver {
    border: 1px solid #CCCCCC;
    color: #999999;
    background: #FFF;
    display: inline;
    font-size: 13px;
    height: auto;
    padding: 1px 3px 1px 15px;
    text-transform: uppercase;
    font-family: "Abel", sans-serif;
    width: auto;
    background: url(img/flecha_volver.png) 3px center no-repeat;
    transition: background-position 0.3s;
}


/*.pdf_libro .volver{ Honek ia ez du sentzurik .pdf_libro div-etik atera dugulako...
	position:absolute;
	bottom:0;
	right:585px;
}*/

.libro .volver {
    /*...eta orduan hau bear da*/
    float: left;
    clear: left;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 150px;
}

.volver:hover {
    background-position: 0 center;
}

.libro .lista_completa {
    float: right;
}


/*noticias_view*/

.view_noticia {
    text-align: justify;
    padding: 40px 25px 30px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.view_noticia img {
    width: 243px;
    height: auto;
    float: left;
    margin: 0 35px 15px 0;
}

.view_noticia h4 {
    color: #808080;
    font-size: 25px;
    text-align: left;
    margin-bottom: 5px !important;
    margin-top: -5px !important;
}

.view_noticia .data {
    color: #b3b3b3;
    font-size: 15px;
    font-family: "Abel", sans-serif;
}

.noticias h4 {
    text-align: left;
    margin: 0 25px -32px;
}

.filtro_multis.filtro_lateral {
    text-align: right;
    border: none;
    margin-bottom: 5px;
    margin-right: 25px;
}

.citaciones {
    clear: both;
    color: #808080;
    font-size: 11px;
    text-align: left;
    line-height: 1.4;
    margin: 20px 0;
}

.citaciones h4 {
    color: #B3B3B3;
    font-size: 18px;
    text-transform: none;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


/*PAGINAS*/

.pagina h3, .pagina .principal h2 {
    color: #666666;
    font-size: 26px;
    margin-bottom: 5px;
    /*text-transform: none;*/
    width: auto;
}

.pagina #principal {
    width: 800px;
    float: none;
    overflow: hidden;
}

.columna_av {
    float: right;
    clear: right;
    width: 350px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    text-align: left;
}


/*Columna AV ////////////////*/


/*hr.cav{
	display:none;
}¿¿¿¿¿?????*/

.foto_grande {
    width: 350px;
    height: auto;
    margin: 0px;
}

#fotos {
    border: none;
    width: 350px;
    margin-bottom: 0;
}

#fotos p {
    margin: 0 0 0 5px;
}

#fotos a {
    display: block;
}

.thumbnails_fotos {
    list-style: none;
    width: 350px;
    overflow: hidden;
    margin: 5px 0;
    padding: 0px 0 20px 0;
}

.thumbnails_fotos li {
    padding: 0;
    display: block;
    float: left;
    margin: 5px 0 0px 7px;
    overflow: hidden;
}

.thumbnails_fotos li:first-child {
    margin-left: 0;
}

.thumbnails_fotos li a {
    height: 82px;
    width: 82px;
    overflow: hidden;
    display: block;
}

.thumbnails_fotos li a:hover {
    opacity: 0.8;
}

.thumbnails_fotos li a:hover img {}

.thumbnails_fotos img {
    height: auto;
    margin: 0;
    height: 82px;
    width: auto;
}

.thumbnails_fotos img.vertical {
    width: 82px;
}

.thumbnails_fotos img.horizontal {
    height: 82px;
}

.pie_foto {
    font-size: 0.8em;
    color: #666666;
    margin: 2px 0 6px 5px;
}

.nota {
    color: #999;
    margin: 0;
    margin: -25px 0 5px 0;
    padding: 2px 5px 5px 10px;
    display: block;
    font-size: 9px;
    width: 348px;
}


/*adjuntos y enlaces*/


/*gehiena aurretik ezarria*/

.pagina .adjuntos ul li a {
    background: url(img/adjunto.png) 4px 2px no-repeat;
}

.pagina .enlaces ul li a {
    background: url(img/enlace.png) 5px 3px no-repeat;
}


/*Audio y bideo*/

.audio_player {
    margin: 3px 0 5px 15px;
    padding: 3px;
    float: right;
    width: 345px;
    color: #999;
    font-family: "Abel", sans-serif;
}

#video_player {
    margin: 15px 0 15px 5px;
    width: 350px;
    float: right;
    color: #999;
    font-family: "Abel", sans-serif;
}

#video_player p, .audio_player p {
    margin: 0;
    color: #999;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
}

.pie_audio, .pie_video {
    color: #999;
    font-size: 0.8em;
    margin-top: 5px;
}


/*FIN Columna AV ///////////////////////*/


/*form comentarios*/


/*/////////////////////////Formulario txikiendako orokorrean erabilia /////////////////////////*/

.comentarios_form {
    margin: -5px auto 0;
    font-size: 16px;
    /*	width:545px;*/
}

.comentarios_form div {
    width: 200px;
    width: 196px;
    margin-right: 30px;
    float: left;
}

.comentarios_form div.texto_form {
    /*float:right;*/
    width: 540px;
    float: right;
}

.comentarios_form div.texto_form textarea {
    width: 565px;
}

.comentarios_form fieldset {
    border: none;
    margin: 0px;
    padding: 0;
    color: #808080;
    text-align: left;
    border: none;
}

.comentarios_form label {
    display: block;
    width: 195px;
    margin-top: 14px;
}

.comentarios_form p.nota {
    clear: both;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 9px;
    letter-spacing: -0.5px;
    width: auto;
    color: #999;
}

.comentarios_form input, .comentarios_form textarea, .comentarios_form select {
    /*azkeneko SELECT hau orokorra da, kasu*/
    width: 195px;
}

.comentarios_form select {
    margin-top: 2px;
    padding: 1px;
}

.comentarios_form p.nota input {
    width: auto;
}

.comentarios_form input.kaptxa {
    width: 195px;
    width: 75px;
    margin: 0;
    vertical-align: middle;
}

form .nota input {
    margin: 0 0.4em -2em 0;
    vertical-align: top;
}

.comentarios_form label .nota {
    color: #999;
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 10px;
    width: auto;
}

.comentarios_form input.boton {
    margin: 15px 0 0 0;
    width: 80px;
    cursor: pointer;
    background: #999;
    color: #FFFFFF;
    padding: 3px 1px;
    border: none;
    font-family: "Abel", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.comentarios_form input.boton:hover {
    background: #666;
}

.mapa {
    /*	border-left: 1px solid #CCCCCC;*/
    color: #999999;
    float: right;
    float: none;
    font-size: 12px;
    margin-bottom: 10px;
    /*    margin-left: 10px;
    margin-top: -10px;
    padding-left: 20px;*/
    padding-top: 10px;
    overflow: hidden;
}

.mapa iframe {
    float: left;
}

.legmap {
    border-bottom: 1px solid #cccccc;
    display: block;
    font-family: "Abel";
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.contacto h3 {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
    margin-top: 25px;
    padding-bottom: 10px;
    text-align: center;
}

.contacto h4 {
    margin-top: 10px;
    color: #999;
}

.contacto p {
    margin: 3px 0;
}

.contacto .contenido {
    /*	width:600px;*/
    margin: 0 auto;
}

.form_contacto {
    margin-bottom: 20px;
    margin-top: 10px;
}


/*MULTIS*/


/*Proyectos*/

.proyecto_multi h3.ficha_servicio {
    text-align: center;
}

.filtro_multis {
    border-top: 1px solid #CCC;
    padding-top: 5px;
    margin-bottom: 30px;
    /**/
    display: none;
}

.proyecto_multi table {
    border: 2px solid #FFF;
    border-collapse: collapse;
    font-size: 16px;
    color: #666;
    width: 800px;
    font-family: "Abel", sans-serif;
    text-align: left;
    line-height: 1.1;
}

.proyecto_multi table caption {
    text-align: left;
    font-size: 20px;
    color: #CCC;
    text-transform: uppercase;
}

.proyecto_multi th {
    color: #ccc;
}

.proyecto_multi th, .proyecto_multi td {
    border: 1px solid #d9d9d9;
    padding: 8px 4px;
    vertical-align: top;
}

.proyecto_multi tr td:first-child {
    padding-left: 0;
    letter-spacing: 1px;
}


/*Noticias*/

.noticias .ficha_servicio {
    text-align: center;
}

.lista_noticias {
    font-family: "Abel", sans-serif;
    color: #b3b3b3;
    font-size: 18px;
    border-top: 1px solid #d9d9d9;
    list-style: none;
    padding: 0;
    margin: 0 25px 30px;
}

.lista_noticias li {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px 0;
    margin-top: 10px;
    text-align: right;
    overflow: hidden;
}

.lista_noticias a {
    color: #999;
    font-size: 20px;
    text-align: left;
    width: 650px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    line-height: 1.1;
}

.lista_noticias a:hover {
    color: #6386A6;
}


/*Multi publicaciones*/

.publicaciones h3 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}


/*{
	border:1px solid #CCC;
	border-width:0 0 1px 0;
	margin-top:5px;
	margin-bottom:25px;
	font-family:"Abel", sans-serif;
	text-align:left;
	line-height:1.1;
	padding-bottom:5px;
}*/

.publicaciones h4 {
    border-bottom: 1px solid #CCC;
    margin: 12px 0 -30px;
    text-align: left;
    color: #b3b3b3;
    font-size: 22px;
    /**/
    margin-bottom: 0;
}

.publicaciones .filtro_multis.filtro_lateral {
    margin-right: 0;
}

ul.publicaciones {
    margin: 0 -27px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    font-family: "Abel", sans-serif;
    line-height: 1.1;
    border-bottom: 1px solid #CCC;
}

ul.publicaciones li {
    list-style: none;
    float: left;
    padding: 15px 27px 15px 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: -1px;
}

ul.publicaciones li a {
    position: relative;
    display: block;
    width: 240px;
    height: 169px;
    padding-right: 8px;
    cursor: pointer;
    overflow: hidden;
}

ul.publicaciones li a:hover span {
    color: #6386A6;
}

ul.publicaciones img {
    width: 115px;
    float: left;
    margin-right: 10px;
}

ul.publicaciones a.boton_libro {
    border: 1px solid #CCCCCC;
    color: #999999;
    background: #FFF;
    display: inline;
    float: left;
    font-size: 12px;
    height: auto;
    margin-left: 125px;
    margin-top: -24px;
    padding: 1px 3px !important;
    text-transform: uppercase;
    width: auto !important;
    /*width:55px !important;*/
    text-align: center;
}

ul.publicaciones a.boton_libro:hover {
    background: #999;
    color: #FFF;
}

ul.publicaciones a:hover {}

ul#publibros.publicaciones li {
    background: url(img/fondo_carrusel_libros.gif) 0px 14px no-repeat;
}

ul#publibros.publicaciones li a {
    width: 115px;
    padding-left: 125px;
}

ul#publibros.publicaciones img {
    margin-left: -125px;
}

ul#publibros a.boton_libro {
    margin-left: 124px;
    margin-top: -24px;
}

ul.publicaciones.articulos li a.boton_libro {
    margin-left: 737px;
    margin-top: -32px;
    /**/
    bottom: 45%;
    height: 13px;
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 45%;
}

ul.publicaciones.articulos {
    margin-right: 0;
}

ul.publicaciones.articulos li {
    border-bottom: 1px solid #CCCCCC;
    height: auto;
    margin: 10px 0 -1px;
    padding: 4px 70px 8px 0;
    width: 730px;
    position: relative;
}

ul.publicaciones.articulos .titulo_libro {
    margin-bottom: 2px;
}

.nota_publicaciones {
    margin: 30px auto 0px;
    color: #999;
    font-size: 10px;
}


/*esfera*/

.esfera H3.ficha_servicio {
    text-align: center;
}

.esfera .subtitulo_ficha {
    color: #666;
    width: auto;
    font-size: 33px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-align: center;
}

ul.esfera_ul {
    text-align: center;
    margin: 0 -20px 0 0;
    padding: 0;
    font-family: "Abel", sans-serif;
}

ul.esfera_ul li {
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    height: 130px;
    width: 370px;
    padding: 20px 10px 10px;
    margin: 0 16px 20px 0;
    /*eskuinera 20px beharko baina inline-block denez betik gap hori*/
    position: relative;
}

ul.esfera_ul a {
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
}

ul.esfera_ul li img {
    border: none;
    width: 200px;
    width: auto;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
}

ul.esfera_ul li.ratiomayor img {
    margin-top: 10px;
}

ul.esfera_ul li.ratiomenor img {
    width: 125px;
    height: auto;
    /*	float:left;*/
    margin: 0 15px;
    vertical-align: middle;
    display: inline-block;
}

ul.esfera_ul li.ratiomenor {
    text-align: left;
    line-height: 110px
}

ul.esfera_ul li.ratiomenor a {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
    width: 210px;
}

ul.esfera_ul span {
    font-size: 14px;
    color: #4d4d4d;
    display: block;
    text-transform: none;
    line-height: 1.2;
}

ul.clientes {
    font-family: "Abel", sans-serif;
    color: #999;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #CCC;
    overflow: hidden;
    width: 798px;
    width: 799px;
    /*zooma erabili eta %90tan apurtzen zelako, pues hack*/
}

ul.clientes li {
    width: 360px;
    margin: -1px -1px 0 0;
    padding: 3px 19px;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0 1px;
    float: left;
}

ul.esfera_ul .texto {
    position: absolute;
    top: 150px;
    text-align: left;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding: 0 10px;
}

ul.esfera_ul .texto p {
    margin: 0;
}

.participacion ul.esfera_ul li {
    height: 250px;
}


/*Equipo*/

.equipo h3 {
    color: #666;
    width: auto;
    font-size: 33px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-align: center;
}

.equipo_ambito {
    border: 1px solid #ccc;
    border-width: 1px 0;
    background: #f2f2f2;
    margin: 25px 50px;
    font-family: "Abel", sans-serif;
    font-size: 17px;
    color: #808080;
}

.equipo_ambito h4 {
    color: #808080;
    margin-top: 3px;
}

.lista_equipo {
    text-align: left;
    padding: 0 0 0 220px;
    /*padding:0 0 0 150px; HAU baldin eta linea ez apurtzea nahi dugun */
    margin: 0;
    border: 1px solid #ccc;
    border-width: 1px 0;
    overflow: hidden;
    text-transform: uppercase;
    /*height:0;*/
    border-width: 0;
    max-height: 0;
    transition: max-height 2s, border-width 2s;
    -webkit-transition: max-height 2s, border-width 2s;
}


/*.equipo_ambito:hover{/*hau kentzeko aldaketa egitean!!!!!!
	cursor: pointer;
}
.equipo_ambito:hover .lista_equipo, */

.lista_equipo.desplegada {
    max-height: 400px;
    height: auto;
    border-width: 1px 0;
    cursor: pointer;
}

.lista_equipo img {
    float: left;
    margin: 0 0 0 -220px;
    width: 210px;
}

.lista_equipo dl {
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 12px;
}

.lista_equipo dl dt {
    width: 100px;
    text-align: right;
    color: #B3B3B3;
    /*	margin-bottom:10px;*/
    float: left;
}

.lista_equipo dl dd+dt, .lista_equipo dl dd+dt+dd {
    margin-top: 10px;
}

.lista_equipo dl dd {
    clear: right;
    float: right;
    position: relative;
    width: 355px;
    /*width: 425px; HAU baldin eta linea ez apurtzea nahi dugun */
    margin-left: 0px;
}

.direccion .lista_equipo dl dd {
    width: 700px;
    text-align: center;
}

.lista_equipo dl dd span {
    color: #999;
    text-transform: none;
}

.boton_desplegar {
    display: block;
    margin: 10px auto;
    width: 14px;
    height: 8px;
    text-indent: -3000px;
    overflow: hidden;
    background: url(img/flechas_equipo.png) bottom center;
    transition: background-position 0.05s;
    transition-delay: 0.5s;
    -webkit-transition: background-position 0.05s;
    -webkit-transition-delay: 0.5s;
}


/*
.equipo_ambito:hover .boton_desplegar{
	background-position: top center;
}*/


/*Multi compromiso*/

.compromiso_multi h3 {
    color: #666;
    width: auto;
    font-size: 33px;
    margin: 0 25px 25px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-align: center;
}

.compromiso_multi h3 a {
    color: #666;
}

.compromiso_multi .subtitulo_ficha {
    font-size: 28px;
    width: auto;
    padding: 0 25px;
    text-transform: none;
    line-height: 110%;
    text-align: justify;
}

.compromiso_multi .contenido_editor {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 13px;
    margin: 0 25px;
    padding-bottom: 40px;
    text-align: justify;
}

.compromiso_multi .contenido_editor p {
    /*hau ez litzateke behar p-ren afera kentzean*/
    color: #666;
    font-size: 13px;
}

.compromiso_multi .entradilla, .compromiso_multi .contenido_editor .entradilla p {
    font-size: 20px;
    font-family: "Abel", sans-serif;
    color: #999;
    font-weight: normal;
    line-height: 1.2;
    margin: 10px 0;
    text-align: justify;
}

.compromiso_multi .contenido_editor img {
    width: auto;
    height: auto;
    max-width: 750px;
}

.proyectos_compromiso {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    margin: 60px 25px 0;
}

.compromiso_multi .registro_multiview {
    padding: 25px 0;
    margin: 0 25px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}

.compromiso_multi .registro_multiview img {
    float: left;
    width: 288px;
    height: auto;
    margin-right: 20px;
}

.compromiso_multi .registro_multiview h4 {
    text-transform: none;
    font-family: "Abel", sans-serif;
    font-size: 24px;
    color: #b3b3b3;
    line-height: 1.1;
    margin-bottom: 8px;
    text-align: justify;
}

.compromiso_multi .registro_multiview a h4:hover {
    color: #6386A6;
}


/*
.compromiso_multi .registro_multiview .lista_completa{
	display:inline-block;
	float:none;
}*/

.entradilla_compromiso .leer_mas a, .entradilla_compromiso a.leer_mas {
    text-transform: uppercase;
    padding-left: 12px;
    background: url(img/plus_noticias.png) left 2px no-repeat;
    font-size: 9px;
    color: #808080;
    display: inline-block;
}

.entradilla_compromiso .leer_mas a:hover, .entradilla_compromiso a.leer_mas:hover {
    color: #6386A6;
    background: url(img/plus_noticias.png) left -11px no-repeat;
}


/*PAGINADO //////////////////////////////////////////////////*/

#paginado {
    text-align: center;
    margin: 30px 0 80px;
    clear: both;
    padding: 0;
    font-family: "Abel", sans-serif;
}

.publicaciones .paginado {
    margin-bottom: 40px;
}

#paginado ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 19px;
    display: inline-block;
    font-weight: bold;
}

#paginado li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

#paginado li a {
    text-decoration: none;
    color: #b3b3b3;
    padding: 0;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 1.2;
}

#paginado li a:hover {
    background: #d9d9d9;
    color: #fff;
}

#paginado li a.activo {
    background: #d9d9d9;
    color: #fff;
    cursor: default;
}

#paginado .prev, #paginado .next {
    display: block;
    height: 25px;
    position: relative;
    text-indent: -9999px;
    width: 25px;
    padding: 0;
    border-radius: 0;
}

#paginado .prev {
    background: url(img/flechas_pag.png) top left no-repeat transparent;
    margin: 0;
    float: left;
}

#paginado .prev:hover {
    background: url(img/flechas_pag.png) center left no-repeat transparent;
}

#paginado .prev.disable {
    background: url(img/flechas_pag.png) bottom left no-repeat transparent;
}

#paginado .next {
    background: url(img/flechas_pag.png) top right no-repeat transparent;
    float: right;
    margin: 0;
}

#paginado .next:hover {
    background: url(img/flechas_pag.png) center right no-repeat transparent;
}

#paginado .next.disable {
    background: url(img/flechas_pag.png) bottom right no-repeat transparent;
}


/*webmapa///////////////////*/

.webmap H3.ficha_servicio span {
    color: #999;
    padding-left: 280px;
}

.webmap ul {
    width: auto;
    width: 250px;
    /*	float:left;*/
    margin-left: 0px;
    margin: 20px auto;
    text-transform: capitalize;
    color: #CCC;
}

.webmap ul ul {
    list-style: none !important;
    background: url(img/mapabullet_02.gif) left bottom repeat-y;
    padding: 0;
    margin: 0 0 0 2px;
    font-size: 0.9em;
}

.webmap li {
    text-align: left;
    margin-bottom: 10px;
}

.webmap ul ul ul {
    margin-bottom: 10px;
}

.webmap li li {
    list-style: none !important;
    background: url(img/mapabullet_03.gif) 0 0.6em no-repeat;
    margin: 0;
    padding: 0 0 0 15px;
}

.webmap li li a {
    color: #999;
}

.webmap li li a:hover {
    color: #666;
}

.webmap li li li {
    padding: 0 0 0 20px;
}


/*FOOTER*/

#footer {
    /*	position:relative; */
    /*kenduta ea azpian pegatzen dugun .footer_ancho*/
    width: 900px;
    margin: 20px auto 0;
    color: #808080;
    font-size: 13px;
    text-align: left;
    clear: both;
    height: 210px;
}

.footer_ancho {
    background: #e6e6e6;
    padding: 20px 2500px 5px;
    margin: 0 0 0 -2500px;
    width: 900px;
    overflow: hidden;
    /*azpian pegatzeko proba hemendik aurrera*/
    position: absolute;
    bottom: 0;
    /*.footer ez duenez position, contenedoreari da erlatibo*/
    /*height:120px;*/
}

#footer a {
    color: #808080;
}

#footer a:hover {
    color: #6386A6;
}

#footer address, #footer ul {
    float: left;
    width: 200px;
    width: auto;
}

#footer ul {
    list-style: none;
    border-left: 1px solid #CCC;
    padding: 0 0 0 10px;
    height: 90px;
}

#footer ul li {
    display: block;
    float: none;
    border: none;
    padding: 0;
}

#footer #menu_footer {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Abel", sans-serif;
    margin: 0;
    padding: 0 16px 0 16px;
}

#menu_footer li {
    margin-bottom: 3px;
}

#footer #opciones, #footer #idiomas {
    line-height: 1.9;
    position: relative;
    overflow: hidden;
    right: auto;
    /*	width:128px;*/
    float: left;
    top: 0;
    right: 0;
}

#footer #opciones {
    padding: 0 20px 0 15px;
}


/*#footer #opciones ul{
	display:none;
	margin:0;
}*/

#footer #idiomas {
    height: 75px;
    line-height: 2;
    padding-top: 15px;
    border-right: 1px solid #CCC;
    padding-right: 10px;
}

#footer address {
    font-style: normal;
    margin: 0 0 0 50px;
    padding: 0 0 0 98px;
    overflow: visible;
    font-family: "Abel", sans-serif;
    width: 225px;
    width: 260px;
    background: url(img/logo_footer.png) left 2px no-repeat;
    background-image: url(img/logo_footer.svg), none;
    line-height: 1.45;
    padding-bottom: 9px;
}

#footer address span {}

#footer address .adr {
    display: inline-block;
    margin-top: 6px;
}

#footer .fn {
    /*
	display:block;
	width:113px;
	height:41px;
	background:url(img/logo_footer.png) center center no-repeat;
	text-indent:-3000px;
	overflow:hidden;
	margin:5px 0 0 -140px;
	float:left;*/
    /*HAU DENA KENDUTA DAGO orain logoa ez doalako FNan... igual berriro jarri beharko genuke*/
    display: block;
    display: none;
}

#footer ul.redes_sociales {
    height: 74px;
    margin: 0;
    padding: 16px 0 0 18px;
    width: 75px;
}

#footer ul.redes_sociales li {
    /*display:none;*/
}

.redes_sociales a {
    display: block;
    float: left;
    width: 24px;
    width: 22px;
    height: 24px;
    height: 22px;
    text-indent: -3000px;
    overflow: hidden;
    margin: 0 9px 10px 0;
    margin: 0 11px 12px 0;
}

.redes_sociales a.researchgate {
    background: url(img/rg.png) top center no-repeat;
    cursor: default;
}

.redes_sociales a.linkedin {
    background: url(img/linkedin.png) top center no-repeat;
    cursor: default;
}

.redes_sociales a.twitter {
    clear: both;
    background: url(img/twitter.png) top center no-repeat;
}

.redes_sociales a.vimeo {
    background: url(img/vimeo.png) top center no-repeat;
}

.redes_sociales a.facebook {
    background: url(img/facebook.png) top center no-repeat;
}

.redes_sociales a:hover {
    background-position: bottom center;
}

#footer .area a {
    display: block;
    width: 100px;
    color: #FFF;
    background: #b3b3b3;
    border-radius: 2px;
    text-align: center;
    font-size: 9.5px;
    margin-bottom: 6px;
}

#footer .area a:hover {
    background: #999;
}

#footer .area ul {
    height: 0;
    position: absolute;
    padding-top: 0 !important;
    width: 110px;
    background: #e6e6e6;
    line-height: 1.5;
}

#footer .area ul li {
    margin: 0;
}

#footer .area:hover ul {}

#footer .area ul a {
    display: inline;
    width: auto;
    color: #808080;
    background: none;
    text-align: left;
    font-size: inherit;
    margin: 0;
}

#footer .area ul a:hover {
    background: none;
    color: #666;
}

.copyright {
    display: block;
    margin: 0;
    clear: both;
    font-size: 10px;
    text-align: center;
    color: #999;
    padding-top: 25px;
}

.eragin_sinadura {
    margin: 0;
    clear: both;
    font-size: 10px;
    text-align: center;
    color: #b3b3b3;
    padding-top: 15px;
}

#footer .eragin_sinadura a {
    color: #b3b3b3;
}

#footer .eragin_sinadura a:hover {
    color: #999;
}

.popup {
    position: absolute;
    top: 145px;
    left: 50%;
    margin: 0 auto;
    margin-left: -283px;
    background: #fff;
    border: 6px solid #CCC;
    color: #666;
    z-index: 100;
    text-align: left;
    padding: 10px 50px;
    width: 460px;
    font-family: "Abel";
    font-size: 17px;
}

.firma_popup {
    text-align: right;
    color: #999;
    margin-right: 20px;
}

.boton_cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #CCC;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 5px;
}

.boton_cerrar:hover {
    background: #999;
    color: #FFF;
}

.addthis_sharing_toolbox {
    clear: both;
    margin: 10px 0;
    text-align: center;
}

.compromiso .addthis_sharing_toolbox {
    text-align: right;
}

.proyecto .addthis_sharing_toolbox, .view_noticia .addthis_sharing_toolbox, .libro .addthis_sharing_toolbox, .bloque_noticias .addthis_sharing_toolbox {
    text-align: left;
}
