﻿html{
	margin-top:0!important;
}
.top_line{
	height:10px;
}
ul{
	margin:0;
}
a{
	transition: background-color .5s, color .5s ease-out;
	-moz-transition: background-color .5s, color .5s ease-out;    /* FF3.7+ */
	-o-transition: background-color .5s, color .5s ease-out;      /* Opera 10.5 */
	-webkit-transition: background-color .5s, color .5s ease-out; /* Saf3.2+, Chrome */
	-moz-text-shadow:none!important;
	-webkit-text-shadow:none!important;
	 text-shadow:none!important;
	
}
/* PROPIEDADES GENERALES */
.enlace{
	color:#ed7921;
	background:url(../builder/assets/img/arr-right.png) -12px center no-repeat;
	padding:2px 0 2px 13px;
	font-size:14px;
}
h2.titularInterior{
	color:#b10135;
	font-size:26px;
}
.titularSecundarioInterior{
	color:#b10135;
	font-size:20px;
}
.separacionInferior{
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
}
.separacionSuperior{
	border-top:1px solid #fff;
	padding-top:20px;
}
h1.separacionInferior,
h2.separacionInferior,
h3.separacionInferior,
h1.separacionSuperior,
h2.separacionSuperior,
h3.separacionSuperior{
	padding:8px 0 0 0;
	margin-bottom:0!important;
}
.rellenoSuperior{
	padding-top:30px;
}
.margenInferior{
	margin-bottom:30px;
}
.sinMargen{
	margin:0;
}
.ocultarCont{
	overflow:hidden;
}
/* PROPIEDADES BOOTSTRAP */
.btn{
	font-size:14px;
	background:#e6e6e6 url(img/all/btn-flecha-gris.png) right center no-repeat;
	font-family:'Sanchez',Arial!important;
	border:none  !important;
	color:#3d3c3c;
	text-align:left;
	margin-bottom:10px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background: #d3d3d3 url(img/all/btn-flecha-gris.png) right center no-repeat;
  *background: #d3d3d3 url(img/all/btn-flecha-gris.png) right center no-repeat;
}
.btn-primary{
	background:#ed7921 url(img/all/btn-flecha-blanca.png) right center no-repeat;
	color:#FFF;
	text-transform:uppercase;
	padding-right:30px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #c8651b url(img/all/btn-flecha-blanca.png) right center no-repeat;
  *background: #c8651b url(img/all/btn-flecha-blanca.png) right center no-repeat;
}
.btn-interior{
	font-size:12px;
	font-family:'Dosis',Arial!important;
	text-transform:uppercase;
	color:#63575e;
	background:#FFF;
	-moz-box-shadow:1px 1px 0 #cccccb !important;
    -webkit-box-shadow:1px 1px 0 #cccccb !important;
    box-shadow:1px 1px 0 #cccccb !important;
	-moz-border-radius:2px 2px 2px 2px !important;
    -webkit-border-radius:2px 2px 2px 2px !important;
    border-radius:2px 2px 2px 2px !important;
	padding-right:30px;
}
.btn-interior:hover,
.btn-interior:active,
.btn-interior.active,
.btn-interior.disabled,
.btn-interior[disabled] {
  background: #63575f;
  color:#FFF;
  -moz-box-shadow:0 0 0 #cccccb;
  -webkit-box-shadow:0 0 0 #cccccb;
   box-shadow:0 0 0 #cccccb;
   -moz-text-shadow:0 0 0 #cccccb;
  -webkit-text-shadow:0 0 0 #cccccb;
   text-shadow:0 0 0 #cccccb;
}
.btn-sinIco{
	padding-right:12px;
	background-image:none;
}
.btn-interior-primary{
	background:#ed7921;
	color:#FFF;
}
.btn-interior-secundary{
	background:#f0f0ee;
	color:#ed7921;
}
.btnPdf{
	background:#ed7921 url(img/all/btn-ico-pdf.png) right center no-repeat;
	padding-right:60px;
}
.btnPdf span{
	color:#841826;
	padding:0 0 0 10px;
}
.btnPdf:hover,
.btnPdf:active,
.btnPdf.active,
.btnPdf.disabled,
.btnPdf[disabled] {
  background:#c8651b url(img/all/btn-ico-pdf.png) right center no-repeat;
  *background:#c8651b url(img/all/btn-ico-pdf.png) right center no-repeat;
}
.pagination{
	float:none;
	display:block;
	clear:both;
	margin-top:0px;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span,
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span{
	-moz-box-shadow:1px 1px 0 #cccccb;
    -webkit-box-shadow:1px 1px 0 #cccccb;
    box-shadow:1px 1px 0 #cccccb;
	-moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    border-radius:2px 2px 2px 2px;
}
.pagination .btn-interior:hover,
.pagination .btn-interior:active,
.pagination .btn-interior.active,
.pagination .btn-interior.disabled,
.pagination .btn-interior[disabled] {
	background: #63575f;
	color:#FFF;
	-moz-box-shadow:0 0 0 #cccccb;
	-webkit-box-shadow:0 0 0 #cccccb;
	box-shadow:0 0 0 #cccccb;
	-moz-text-shadow:0 0 0 #cccccb;
	-webkit-text-shadow:0 0 0 #cccccb;
	text-shadow:0 0 0 #cccccb;
}
.pagination ul li a{
	margin:0 1px;
	border:none;
}
.compromisos .accordion-group{
	border:none;
}
.accordion .accordion-heading a{
	-moz-box-shadow:1px 1px 0 #cccccb;
	-webkit-box-shadow:1px 1px 0 #cccccb;
	box-shadow:1px 1px 0 #cccccb;
	padding:0;
	font-weight:normal;
	text-transform:none;
	-moz-border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
	background:#FFF;
	position:relative;
}
.accordion .accordion-heading a span{
	padding:8px 47px 8px 15px;
	font-size:18px;
	display:inline-block;
}
.accordion .accordion-heading a span.flechaExpand{
	background:url(img/all/btn-flecha-gris-expand.png) center center no-repeat;
	width:30px;
	height:15px;
	padding:12px 15px;
	position:absolute;
	bottom:0;
	right:0;
	/*-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;*/
}
.accordion .accordion-heading a span.flechaCollapse{
	background:url(img/all/btn-flecha-gris-collapse.png) center center no-repeat;
	width:30px;
	height:15px;
	padding:12px 15px;
	position:absolute;
	bottom:0;
	right:0;
	/*-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;*/
}
/*.accordion .accordion-heading a:hover span.flechaGira{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}*/
.accordion .accordion-heading a span.numeracion{
	padding:10px 15px;
	font-size:24px;
	-moz-border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
	width:25px;
	text-align:center;
}
.accordion .contTrabajadores .accordion-heading a span{
	color:#b10135;
}
.accordion .contTrabajadores .accordion-heading a span.numeracion{
	background:#b10135;
	color:#ffffff;
}
.accordion .contCooperativistas .accordion-heading a span,
.detalleProyecto h2.colorCooperativistas{
	color:#ed7921;
}
.accordion .contCooperativistas .accordion-heading a span.numeracion{
	background:#ed7921;
	color:#ffffff;
}
.accordion .contClientesSociedad .accordion-heading a span,
.detalleProyecto h2.colorClientesSociedad{
	color:#63575e;
}
.accordion .contClientesSociedad .accordion-heading a span.numeracion{
	background:#63575e;
	color:#ffffff;
}
.accordion .accordion-inner{
	overflow:hidden;
	padding:20px 15px 20px 70px;
}
.accordion .accordion-inner img{
	margin-left:20px;
}
.docs-input-sizes input{
	display: block;
    margin-bottom: 9px;
}
.controls input,
.controls textarea{
	border:none!important;
	-moz-box-shadow:inset 1px 1px 0 #d9d9d9!important;
    -webkit-box-shadow:inset 1px 1px 0 #d9d9d9!important;
    box-shadow:inset 1px 1px 0 #d9d9d9!important;
	padding:10px 13px;
	height:auto;
}
.row-fluid form .span9{
	margin-left:0;
}
.controls .checkbox{
	font-size:11px;
	color:#999996;
}
.controls .checkbox a{
	color:#63575e;
	text-decoration:underline;
}
.controls .checkbox a:hover{
	text-decoration:none;
}
.control-group.error input, .control-group.error select, .control-group.error textarea{
	border:1px solid #B94A48!important;
}
form .btn{
	/*font-size:15px!important;*/
	padding:10px 35px;
	-moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    border-radius:2px 2px 2px 2px;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
}
/* /PROPIEDADES BOOTSTRAP */
/* /PROPIEDADES GENERALES */


/* CABECERA */
.page_head{
	padding:0 0 20px 0;
    -moz-box-shadow:0 -3px 2px #ccc;
    -webkit-box-shadow:0 -3px 2px #ccc;
    box-shadow:0 -3px 2px #ccc;
}
.page_head .menu{
	display:block;
}
.page_head .menu li a{
	font-family:'Dosis', Arial!important;
	font-weight:400;
	padding:10px 18px !important;
	transition: background-color .5s ease-out ;
	-moz-transition: background-color .5s ease-out ;    /* FF3.7+ */
	-o-transition: background-color .5s ease-out ;      /* Opera 10.5 */
	-webkit-transition: background-color .5s ease-out ; /* Saf3.2+, Chrome */
}
.page_head .superiorNav a{
	color:#ababaa;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding:0 0 0 20px;
	margin:5px 20px 10px 0;
	display:inline-block;
}
.page_head .superiorNav a:hover{
	text-decoration:underline;
}
.page_head .superiorNav a.noticiasPrensa{
	background:url(img/all/bullet_noticias.gif) 0 center no-repeat;
}
.page_head .superiorNav a.contacto{
	background:url(img/all/bullet_contacto.gif) 0 6px no-repeat;
}
.page_head .superiorNav fieldset{
	float:left;
}
.page_head .superiorNav .input-prepend{
	float:left;
	border-bottom:1px solid #cacaca;
	margin:0 20px 0 0;
}
.page_head .superiorNav form .input-prepend .btn{
	padding:4px 12px;
}
.page_head .superiorNav .input-prepend .btn{
	background:#FFF url(img/all/bullet_buscar.gif) 0 6px no-repeat;
	text-indent:-9999px;
	font-size:1%;
	box-shadow:none;
	margin:0;
}
.page_head .superiorNav .input-prepend .search-query{
	border:none!important;
	padding:0 2px;
	margin:5px 0 0 0;
	width:140px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.page_head .superiorNav select{
	width:130px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ababaa;
	border-radius:0;
	border:1px solid #f2f2f1;
	background:#fbfbfb;
	height:25px;
}
/*/ CABECERA */


.imagenRepetida{
	background:url(img/all/bg_contenido.gif) 0 0 repeat;
	border-top:1px solid #e1dfd7;
}
.ContSuperiorHome{
	background:#2e2d2d;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}
.ContSuperiorHome .flexslider{
	margin:0;
}
.ContSuperiorHome .formacion,
.ContSuperiorHome .humanity{
	float:right;
	margin:0;
	height:185px;
}
.ContSuperiorHome .formacion{
	background:#ed7921 url(img/all/formacion.jpg) 0 0 no-repeat;
}
.ContSuperiorHome .humanity{
	background:#b10135 url(img/all/humanity.jpg) 0 0 no-repeat;
}
.lang-jp .ContSuperiorHome .formacion h2,
.lang-jp .ContSuperiorHome .humanity h2{
	font-size:34px;
}
.lang-rs .ContSuperiorHome .formacion h2,
.lang-rs .ContSuperiorHome .humanity h2{
	font-size:20.5px;
}
.ContSuperiorHome .formacion h2,
.ContSuperiorHome .humanity h2{
	color:#FFF;
	line-height:.9em;
	font-size:35px;
}
.ContSuperiorHome .formacion h2{
	font-size:30px;
}
.ContSuperiorHome .txtDestHome{
	padding:20px 30px 3px 120px;
	color:#FFF;
}
.ContSuperiorHome .formacion .txtDestHome{
	background:url(img/all/bullet-formacion.png) 91px 50% no-repeat;
	padding:20px 30px 3px 130px;
}
.ContSuperiorHome .humanity .txtDestHome{
	background:url(img/all/bullet-humanity.png) 77px 50% no-repeat;
}
.ContSuperiorHome .formacion .txtDestHome p{
	font-size:15px;
	text-transform:uppercase;
}
.ContSuperiorHome .humanity .txtDestHome p{
	font-size:14px;
	text-transform:uppercase;
}

/* SLIDER PRINCIPAL HOME */
.ContSuperiorHome .flexslider{
	background:#2E2D2D;
	border:none!important;
}
.ContSuperiorHome .flexslider .contenidoSlider{
	width:60%;
	float:left;
}
.ContSuperiorHome .flexslider .conSlider{
	float:right;
	width:30%;
	padding:4% 5% 4% 3%;
	color:#ffffff;
}
.ContSuperiorHome .flexslider .conSlider .pequeGris,
.ContSuperiorHome .flexslider .conSlider .GranBlanco,
.ContSuperiorHome .flexslider .conSlider .GranGris{
	text-transform:uppercase;
	display:block;
	line-height:40px;
}
.ContSuperiorHome .flexslider .conSlider .pequeGris{
	font-size:29px;
	color:#cecece;
	line-height:20px;
}
.ContSuperiorHome .flexslider .conSlider .GranBlanco{
	font-size:43px;
	color:#FFF;
	line-height:50px;
}
.lang-rs .ContSuperiorHome .flexslider .conSlider .GranBlanco{
	font-size:27px;
	line-height:42px;
}
.ContSuperiorHome .flexslider .conSlider .GranGris{
	font-size:37px;
	color:#cecece;
}
.ContSuperiorHome .flexslider .conSlider .subtitular{
	text-transform:uppercase;
	color:#cecece;
	font-size:16px;
}
.ContSuperiorHome .flexslider .conSlider p{
	font-size:14px;
	margin-bottom:5px!important;
}
.ContSuperiorHome .flexslider .flex-direction-nav a{
	margin:40px 0 0 0;
}
/* /SLIDER PRINCIPAL HOME */

/* CONTENIDO SOMOS MONDRAGON */
p.SomosMondragon{
	font-size:22px;
	text-align:center;
	margin:0!important;
	padding:30px 0;
	border-bottom:1px solid #dedede;
}
.SomosMondragon span{
	text-transform:uppercase;
	color:#ed7921;
}
.cifras{
	border-bottom:1px solid #dedede;
	border-top:1px solid #ffffff;
	margin:0;
}
.cifras p{
	padding:0 15px;
	background:none!important;
}
.cifras p .numeroGrande{
	font-size:80px;
	color:#fa9014;
	line-height:100px!important;
	height:90px;
	display:block;
}
.cifras p .numeroTitular{
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
}
.cifras p .numeroTitular span{
	font-weight:400;
	text-transform:capitalize;
	line-height:20px!important;
}
.show-grid p.span3 span.texto{
	line-height:20px!important;
}
.globoMundial{
	/*background:url(img/all/globo.png) 50px 0 no-repeat;
	padding:60px 50px 80px 850px;*/
	margin:30px 0;
	overflow:hidden;
}
.globoMundial .presencia{
	padding:0 0 15px 0;
	border-bottom:1px solid #dedede;
}
.globoMundial .presencia p{
	font-size:18px;
}
.globoMundial .sectores{
	padding:15px;
	border-bottom:1px solid #dedede;
	border-top:1px solid #ffffff;
}
.globoMundial .presencia a.btn,
.globoMundial .sectores a.btn{
	margin-left:0;
	float:none;
}
.globoMundial .sectores p{
	font-size:18px;
}
/* /CONTENIDO SOMOS MONDRAGON */

/* BOLETIN HOME */
.colorFondoOscuro{
	background:#222222;
}
.rellenoBoletin{
	padding:20px 0;
}
.colorFondoOscuro p{
	font-size:17px;
	color:#FFF;
	margin-top:20px!important;
}
.colorFondoOscuro p span{
	font-size:30px;
}
.colorFondoOscuro a{
	width:230px;
	float:right;
	margin-right:7%;
	margin-top:10px
}
/* /BOLETIN HOME */

/* CONTENIDOS SLIDER HOME */
.meta{
	margin-bottom:0;
	padding-bottom:0;
	height:7px;
	font-size:11px;
}
.blog_item_description{
	margin-bottom:2px;
	border:0!important;
}
.blog_item_description h3{
	margin-bottom:0!important;
}
.blog_item_description p{
	margin-bottom:10px!important;
	line-height:16px;
}
.dobleSliderNoticias .span6{
	margin-top:20px;
	margin-bottom:20px;
}
.dobleSliderNoticias h2{
	font-size:26px;
}
/* /CONTENIDOS SLIDER HOME */

/* SLIDER PROYECTOS */
.dobleSliderNoticias .span6{
	position:relative;
}
.dobleSliderNoticias .flexslider2{
	margin:0 5px;
}
.dobleSliderNoticias .flex-direction-nav a{
	top:25px!important;
	opacity:1;
}
.dobleSliderNoticias .flex-direction-nav a.flex-prev{
	right:31px;
	left:auto;
}
.dobleSliderNoticias .flex-direction-nav a.flex-next{
	right:0;
	left:auto;
}
.dobleSliderNoticias .flex-direction-nav a.flex-disabled{
	opacity:0;
}
.dobleSliderNoticias ul li.span3{
	margin-right:5px;
	margin-left:0;
}
.dobleSliderNoticias ul li h3{
	margin-bottom:2px!important;
	font-weight:200;
	text-transform:uppercase;
}
/* /SLIDER PROYECTOS */

.lineaFooter{
	border-top:1px solid #dedcd4;
}

h2.pieRedes{
	font-size:20px;
	padding:0 0 0 32px;
	float:left;
}

/* PIE TWITTER */
.twitterDest{
	margin-left:0!important;
	padding:20px 0;
}
.twitterDest h2{
	background:url(img/all/twitter.png) 0 center no-repeat;
}
.twitterDest .btn_twitter{
	background:#3d3c3c;
	color:#FFFFFF;
	text-shadow:none;
	font-size:12px;
	float:left;
	margin:7px 375px 20px 12px;
}
.twitterDest ul li{
	float:left;
	width:180px;
	float:left;
	margin:0 0 0 10px;
	background:url(img/all/separador-twitter.gif) right center repeat-y;
	padding:15px;
	list-style:none;
}
.twitterDest ul li:first-child,
.twitterDest ul {
    margin-left: 0;
	padding-left:0;
}
.twitterDest ul li:last-child{
    background:none;
}
.twitterDest ul li p{
	line-height:15px;
	margin-bottom:0!important;
}
.twitterDest ul li .tiempo{
	margin-bottom:7px!important;
}
/* /PIE TWITTER */
/* PIE FLICKR */
.flickrDest{
	background:url(img/all/separador-twitter.gif) 0 center repeat-y;
	padding:20px 1.5% 50px 1.5%;
}
.flickrDest h2{
	background:url(img/all/flickr.png) 0 center no-repeat;
	float:none;
}
.multimedia ul{
	margin:0;
}
.multimedia ul li{
	list-style:none;
}
.multimedia ul li a{
	border:3px solid #FFF;
	float:left;
	margin:0 3px 0 0;
}
/* /PIE FLICKR */

/* PIE REDES SOCIALES */
.redesSociales{
	background:url(img/all/separador-twitter.gif) 0 center repeat-y;
	padding:10px 0 10px 1.5%;
	float:left;
}
.redesSociales ul{
	margin:0;
}
.redesSociales ul li{
	list-style:none;
}
.redesSociales a{
	display:block;
	width:33px;
	height:33px;
	margin:0 0 5px 0;
}
.redesSociales a div{
	width:33px;
	height:33px;
	margin:0 0 5px 0;
}
.redesSociales a.icon_vimeo{
	background:url(img/all/ico-vimeo.png) 0 0 no-repeat;
}
.redesSociales a .icon_vimeo-hover{
	background:url(img/all/ico-vimeo-hover.png) 0 0 no-repeat;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;    /* FF3.7+ */
	-o-transition: opacity .5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: opacity .5s ease-in-out; /* Saf3.2+, Chrome */
}
.redesSociales a .icon_vimeo-hover:hover{
	opacity:1;
}
.redesSociales a.icon_issuu{
	background:url(img/all/ico-issuu.png) 0 0 no-repeat;
}
.redesSociales a .icon_issuu-hover {
	background:url(img/all/ico-issuu-hover.png) 0 0 no-repeat;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;    /* FF3.7+ */
	-o-transition: opacity .5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: opacity .5s ease-in-out; /* Saf3.2+, Chrome */
}
.redesSociales a .icon_issuu-hover:hover{
	opacity:1;
}
.redesSociales a.icon_google{
	background:url(img/all/ico-google.png) 0 0 no-repeat;
}
.redesSociales a .icon_google-hover {
	background:url(img/all/ico-google-hover.png) 0 0 no-repeat;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;    /* FF3.7+ */
	-o-transition: opacity .5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: opacity .5s ease-in-out; /* Saf3.2+, Chrome */
}
.redesSociales a .icon_google-hover:hover{
	opacity:1;
}
.redesSociales a.icon_slideshare{
	background:url(img/all/ico-slideshare.png) 0 0 no-repeat;
}
.redesSociales a .icon_slideshare-hover {
	background:url(img/all/ico-slideshare-hover.png) 0 0 no-repeat;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;    /* FF3.7+ */
	-o-transition: opacity .5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: opacity .5s ease-in-out; /* Saf3.2+, Chrome */
}
.redesSociales a .icon_slideshare-hover:hover{
	opacity:1;
}
.redesSociales a.icon_youtube{
	background:url(img/all/ico-youtube.png) 0 0 no-repeat;
}
.redesSociales a .icon_youtube-hover {
	background:url(img/all/ico-youtube-hover.png) 0 0 no-repeat;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;    /* FF3.7+ */
	-o-transition: opacity .5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: opacity .5s ease-in-out; /* Saf3.2+, Chrome */
}
.redesSociales a .icon_youtube-hover:hover{
	opacity:1;
}
.redesSociales a.icon_in{
	background:url(img/all/ico-linkedin.png) 0 0 no-repeat;
}
.redesSociales a .icon_in-hover {
	background:url(img/all/ico-linkedin-hover.png) 0 0 no-repeat;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;    /* FF3.7+ */
	-o-transition: opacity .5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: opacity .5s ease-in-out; /* Saf3.2+, Chrome */
}
.redesSociales a .icon_in-hover:hover{
	opacity:1;
}
.redesSociales a.icon_tumblr{
	background:url(img/all/ico-tumblr.png) 0 0 no-repeat;
}
.redesSociales a .icon_tumblr-hover {
	background:url(img/all/ico-tumblr-hover.png) 0 0 no-repeat;
	opacity:0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;    /* FF3.7+ */
	-o-transition: opacity .5s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: opacity .5s ease-in-out; /* Saf3.2+, Chrome */
}
.redesSociales a .icon_tumblr-hover:hover{
	opacity:1;
}
/* /PIE REDES SOCIALES */
.bottom_line ul li a{
	text-decoration:none;
}
.bottom_line ul li a:hover{
	text-decoration:underline;
}

/* INTERIORES */

h1{
	margin-top:20px;
}
/* Navegacion secundaria */
p.tituloNav{
	text-transform:uppercase;
	font-size:19px;
	border-bottom:1px solid #e4e4e4;
	margin:0!important;
	padding-bottom:10px;
	color:#858582;
	font-weight:200;
}
ul.navSecundaria{
	margin:0 0 30px 0;
	font-size:14px;
}
ul.navSecundaria li{
	list-style:none;
	background:url(img/all/bullet-nav-secundaria.gif) 0 11px no-repeat;
	padding:5px 0 5px 15px;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #ffffff;
}
ul.navSecundaria li.activo{
	background:url(img/all/bullet-nav-secundaria-hover.gif) 0 11px no-repeat;
}
ul.navSecundaria li a{
	color:#939390;
}
ul.navSecundaria li a:hover,
ul.navSecundaria li.activo a{
	color:#63575e;
}
ul.navSecundaria li ul li{
	border:none;
}
ul.navSecundaria li.activo ul{
	margin-top:10px;
}
ul.navSecundaria li.activo ul li a{
	color:#939390;
}
ul.navSecundaria li.activo ul li.activo a,
ul.navSecundaria li.activo ul li a:hover{
	color:#63575e;
}

/* /Navegacion secundaria */

/* NOTICIAS Y PRENSA */
.breadcrumb{
	background:none;
	border-bottom:1px solid #dedede;
	padding-left:0;
	font-size:14px;
}
.breadcrumb a{
	color:#63575e;
}
.noticias ul{
	margin-left:0;
	overflow:hidden;
}
.noticias ul li{
	list-style:none;
	margin-top:20px;
	margin-bottom:20px;
}
.noticias ul li.span6{
	width:45%;
	margin:20px 2.5% 20px 2.5%!important;
}
.row-fluid .noticias [class*="span"]:first-child,
.row-fluid .noticias [class*="span"],
.margenPaginado {
	margin-left:9.5641%;
}
.noticias h2{
	color:#b10135;
	font-size:20px;
	line-height:25px;!important;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	margin:0;
	padding:10px 0;
}
.noticias p.subtituloNoticia{
	margin-bottom:0px!important;
	color:#ed7921;
	border-top:1px solid #ffffff;
	margin:0;
	padding:5px 0 9px;
	font-size:14px;
}
.noticias img{
	margin-bottom:15px;
}
.detalleNoticia{
	margin-bottom:60px;
}
.detalleNoticia h2{
	border-top:none;
	padding-top:0;
	color:#63575e;
	border-bottom:none;
}
.detalleNoticia p.subtituloNoticia{
	border-top:none;
	border-bottom:1px solid #e4e4e4;
	padding-top:0;
}
.detalleNoticia img{
	padding-top:20px;
	border-top:1px solid #ffffff;
}
.masNoticias ul{
	margin-bottom:0;
}
.masNoticias ul li{
	margin-top:0;
	margin-bottom:0;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #ffffff;
	padding-bottom:10px;
}
.masNoticias ul li h2{
	border-top:none;
	border-bottom:none;
	font-size:13px;
	line-height:17px;
}
.masNoticias p.subtituloNoticia{
	border-top:none;
	border-bottom:none;
	padding-top:0;
}
/*Multimedia*/
.masMultimedia ul li a{
	margin:0 2px 10px 0;
}
.masMultimedia .tituloNav{
	border-top:1px solid #ffffff;
	border-bottom:0;
	padding-top:30px;
}
/* /NOTICIAS Y PRENSA */

/* NUESTROS NEGOCIOS */
.interiorCifras{
	border-top:0;
	margin-bottom:30px;
}
.interiorCifras p{
	padding:0;
}
.interiorCifras p .numeroGrande{
	height:100px;
}
.interiorCifras p .numeroTitular{
	font-weight:400;
}
.tabbable .nav-tabs{
	overflow:visible;
}
.tabbable .nav-tabs li.active{
	background:none !important;
	margin-bottom:0;
}
.tabbable .nav-tabs li a{
	text-transform:none;
	font-size:15px;
	font-weight:400;
	color:#858582;
	-moz-box-shadow:-1px -1px 0 #cccccb;
    -webkit-box-shadow:-1px -1px 0 #cccccb;
    box-shadow:-1px -1px 0 #cccccb;
	background:#f8f8f8 !important;
	border:1px solid #f1f1f1;
	border-bottom:1px solid #dedede;
	margin-right:7px;
}
.tabbable .nav-tabs li a:hover{
	color:#858582 !important;
}
.tabbable .nav-tabs li.active a{
	background:#63575e !important;
	-moz-box-shadow:-1px -1px 0 #000;
    -webkit-box-shadow:-1px -1px 0 #000;
    box-shadow:-1px -1px 0 #000;
	color:#FFF !important;
	border:none;
}
.tabbable .nav-tabs li.dropdown a{
	background:#FFF!important;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	border:none;
	-moz-border-radius:none;
    -webkit-border-radius:none;
    border-radius:none;
	margin-right:0;
	color:#858582!important;
}
.tabbable .nav-tabs li.dropdown a .caret{
	border-bottom-color: #63575e;
    border-top-color: #63575e;
	margin-left:20px;
}
.tabbable .nav-tabs li.open a,
.tabbable .nav-tabs li.open a:hover{
	background:#63575e!important;
	color:#FFF!important;
}
.tabbable .nav-tabs li.open a .caret{
	border-bottom-color: #fff;
    border-top-color: #fff;
}
.tabbable .nav-tabs li.open ul.dropdown-menu{
	width:166px;
}
.tabbable .nav-tabs li.open ul.dropdown-menu li a{
	background:none!important;
	color:#63575e!important;
	padding:3px 10px;
	-moz-border-radius:none!important;
    -webkit-border-radius:none!important;
    border-radius:none!important;
}
.tabbable .nav-tabs li.open ul.dropdown-menu li a:hover{
	background:#f5f5f5!important;
	webkit-transition:background .3s ease-in-out;  
	-moz-transition:background .3s ease-in-out;  
	-o-transition:background .3s ease-in-out;  
	transition:background .3s ease-in-out;
}
.tabbable ul.visible-phone li.dropdown{
	margin-top:0;
	margin-bottom:20px;
}
.tabbable .tab-content{
	background:none;
	border:none;
	padding:15px 0;
}
.ListaEmpresas:hover{
	background:none!important;
}
.ListaEmpresas li.span3{
	width:248px;
	margin:0 .5% 20px!important;
	background:none;
	padding-bottom:2px;
}
.ListaEmpresas li.span3:hover{
	background:none;
}
.ListaEmpresas li a{
	padding:125px 0 0 0;
	display:block;
	text-align:center;
	webkit-transition:background-image 1s ease-in-out;  
	-moz-transition:background-image 1s ease-in-out;  
	-o-transition:background-image 1s ease-in-out;  
	transition:background-image 1s ease-in-out;
}
.ListaEmpresas li a.abantail{
	background:url(img/all/logo_abantail.png) 0 0 no-repeat;
}
.ListaEmpresas li a.abantail:hover{
	background:url(img/all/logo_abantail_hover.png) 0 0 no-repeat;
}
.ListaEmpresas li a.alecop{
	background:url(img/all/logo_alecop.png) 0 0 no-repeat;
}
.ListaEmpresas li a.alecop:hover{
	background:url(img/all/logo_alecop_hover.png) 0 0 no-repeat;
}
.ListaEmpresas li a.alkargo{
	background:url(img/all/logo_alkargo.png) 0 0 no-repeat;
}
.ListaEmpresas li a.alkargo:hover{
	background:url(img/all/logo_alkargo_hover.png) 0 0 no-repeat;
}
.ListaEmpresas li a.aiotek{
	background:url(img/all/logo_aiotek.png) 0 0 no-repeat;
}
.ListaEmpresas li a.aiotek:hover{
	background:url(img/all/logo_aiotek_hover.png) 0 0 no-repeat;
}
.ListaEmpresas li a.sinLogo{
	background:url(img/all/logo_sinlogo.png) 0 0 no-repeat;
}
.ListaEmpresas li a.sinLogo:hover{
	background:url(img/all/logo_sinlogo.png) 0 0 no-repeat;
}
.ListaEmpresas li a.aurrenak{
	background:url(img/all/logo_aurrenak.png) 0 0 no-repeat;
}
.ListaEmpresas li a.aurrenak:hover{
	background:url(img/all/logo_aurrenak_hover.png) 0 0 no-repeat;
}
.ListaEmpresas li a.auzolan{
	background:url(img/all/logo_auzolan.png) 0 0 no-repeat;
}
.ListaEmpresas li a.auzolan:hover{
	background:url(img/all/logo_auzolan_hover.png) 0 0 no-repeat;
}
.ListaEmpresas li a.barrenetxe{
	background:url(img/all/logo_barrenetxe.png) 0 0 no-repeat;
}
.ListaEmpresas li a.barrenetxe:hover{
	background:url(img/all/logo_barrenetxe_hover.png) 0 0 no-repeat;
}
.ListaEmpresas li span.fondoLogo{
	background:#ffffff;
	display:block;
	clear:both;
	padding:15px 20px;
	-moz-box-shadow:1px 1px 0 #cccccb;
    -webkit-box-shadow:1px 1px 0 #cccccb;
    box-shadow:1px 1px 0 #cccccb;
	-moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    border-radius:2px 2px 2px 2px;
	height:230px;
}
.ListaEmpresas li span.fondoLogo span{
	display:block;
	clear:both;
}
.ListaEmpresas li span.fondoLogo .texto{
	color:#727272;
	margin-top:15px;
}
.ListaEmpresas li span.fondoLogo .titular{
	padding-bottom:6px;
	border-bottom:1px solid #e4e4e4;
	font-size:16px;
	text-transform:uppercase;
}
.ListaEmpresas li a:hover span.fondoLogo{
	background:url(img/all/bg_empresas_lista.jpg) 0 0 repeat;
	-moz-box-shadow:inset 0 1px 0 #b25b19;
    -webkit-box-shadow:inset 0 1px 0 #b25b19;
    box-shadow:inset 0 1px 0 #b25b19;
}
.ListaEmpresas li a:hover span.fondoLogo .texto,
.ListaEmpresas li a:hover span.fondoLogo .titular{
	color:#FFF;
}
/* Detalle */
.bloquefondo{
	background:#ffffff;
	border:1px solid #dfddd6;
	padding:20px;
	overflow:hidden;
	margin-bottom:50px;
}
.bloquefondo address{
	line-height:25px;
	margin:0;
}
.bloquefondo address .desplazado{
	margin-left:35px;
}
.bloquefondo .ListaEmpresas li a{
	background-color:#f9f9f9;
}
.bloquefondo .ListaEmpresas li span.fondoLogo{
	height:auto;
	background:none;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	border:1px solid #eeeeee;
	padding:10px;
}
.bloquefondo .ListaEmpresas li span.fondoLogo .titular{
	border:none;
	padding:0;
}
.bloquefondo h3{
	font-size:20px;
	color:#b10135;
}
#mapaContacto{
	width:100%;
	height:300px;
}
.margenMapa{
	margin-top:50px;
}
/* /Detalle */
/* /NUESTROS NEGOCIOS */

/* MAGNITUDES ECONÓMICAS */
.interiorMagnitudes{
	padding-bottom:0;
	border-top: 0;
}
.interiorMagnitudes p{
	padding:0;
}
.interiorMagnitudes p .numeroGrande{
	font-size: 50px;
}
.interiorMagnitudes p .numeroTitular{
	font-weight:400;
	font-size: 14px;
}
.row-fluid .interiorMagnitudes .txtGris{
	margin-bottom: 0!important;
	padding-bottom: 60px;
	background: url(img/all/bullet-flecha-superior.png) no-repeat center bottom!important;
}
.interiorMagnitudes .txtGris .txtDosis{
	color:#63575e;
}
.interiorMagnitudesInferior {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 60px;
}
.interiorMagnitudesInferior p .numeroGrande{
	font-size: 30px;
	height: 70px;
	line-height: 10px;
	color:#63575e;
}
.interiorMagnitudesInferior p .numeroTitular{
	font-weight:400;
	font-size: 14px;
	text-transform: lowercase;
	color:#63575e;
}
.interiorMagnitudesInferior .grandeAncho{
	padding:0;
}
/* /MAGNITUDES ECONÓMICAS */

/* EXPERIENCIA COOPERATIVA */
.fondoOscuro{
	background:#2e2d2d;
	padding:30px;
}
.fondoOscuro h2{
	color:#cecece;
	line-height:32px;
	font-size:28px;
	font-weight:200;
}
.fondoOscuro h2 span{
	color:#FFF;
}
.fondoOscuro p{
	color:#b3b3b3;
	font-size:14px;
}
.fondoOscuro p strong{
	color:#ed7921;
}
#my_video_1{
	width:100%!important;
	height:450px!important;
	position:relative;
}
.cooperativaLista li{
	margin-bottom:50px;
}
.cooperativaLista li h3{
	  font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}
.cooperativaLista li .entry_content{
	line-height:15px;
	min-height:35px;
}
.cooperativaLista a .adipoli-before{
	opacity:0.1!important;
}
.cooperativaLista li .view-first{
	text-align:center;
	overflow:hidden;
}
/* /EXPERIENCIA COOPERATIVA */

/* HISTORIA */
.lineaHistoria .timelineLight .timeline_line,
.lineaHistoria .timelineLight .t_line_view{
	width:770px;
}
.lineaHistoria .timelineLight .t_line_m,
.lineaHistoria .timelineLight .t_line_m.right{
	width:384px;
}
.lineaHistoria .timelineLight .t_line_m.right{
	left:384px;
}
.lineaHistoria .timelineLight .t_line_holder {
	background:url(img/all/historia/line.jpg) repeat-x 0px 39px;
}
.lineaHistoria .timelineLight .timeline_items_holder{
	width:260px!important;
}
.lineaHistoria .timelineLight h4.t_line_month{
	font-family:'Dosis',Arial, Helvetica, sans-serif;
	color:#ED7921;
	font-size:26px;
}
.lineaHistoria .timelineLight a.t_line_node {
	background:url(img/all/historia/dot.png) no-repeat center 24px;
	font-family:'Dosis',Arial, Helvetica, sans-serif;
	text-indent:-9999em;
}
.lineaHistoria .timelineLight a.t_line_node:hover {
	background:url(img/all/historia/dot-rollover.png) no-repeat center 24px;
}
.lineaHistoria .timelineLight a.t_line_node.active {
	background:url(img/all/historia/dot-rollover.png) no-repeat center 24px;
}
.lineaHistoria .timelineLight a.t_line_node span.t_node_desc{
	display:none!important;
}
.lineaHistoria .timelineLight #t_line_left {
	background:url(img/all/historia/arrow.png) no-repeat left top;
	left:0;
	top:10px;
	z-index:100;
}
.lineaHistoria .timelineLight #t_line_left:hover {
	background:url(img/all/historia/arrow.png) no-repeat left bottom;
}
.lineaHistoria .timelineLight #t_line_right {
	background:url(img/all/historia/arrow.png) no-repeat right top;
	right:0;
	top:10px;
	z-index:100;
}
.lineaHistoria .timelineLight #t_line_right:hover {
	background:url(img/all/historia/arrow.png) no-repeat right bottom;
}
.lineaHistoria .timelineLight .item{
	background:#FFF;
	-moz-box-shadow:1px 1px 0 #cccccb;
    -webkit-box-shadow:1px 1px 0 #cccccb;
    box-shadow:1px 1px 0 #cccccb;
	width:250px;
	height:500px;
	/*margin-left:2px!important;
	margin-right:2px!important;*/
}
.lineaHistoria .timelineLight .item h2{
	font-size:44px;
	color:#ed7921;
	margin:15px 50px;
	background:url(img/all/historia/linea_anio.gif) repeat-x 0 center;
}
.lineaHistoria .timelineLight .item h2 span{
	font-size:inherit;
	color:inherit;
	padding:0 10px;
	background:#FFF;
	height:auto;
}
.lineaHistoria .timelineLight .item span{
	color:#727272;
	font-size:13px;
	height:auto;
}
.lineaHistoria .timelineLight .con_borderImage{
	border-bottom: 5px solid #63575e;
}
.lineaHistoria .timelineLight .item .btn{
	font-family:'Dosis', Arial!important;
	text-transform:uppercase;
	background:#63575e;
	color:#FFFFFF;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	font-size:12px;
	float:none;
}
.lineaHistoria .timelineLight .item .btn:hover{
	background:#ED7921;
}
.lineaHistoria .timelineLight .t_node_desc {
	background: #ed7921;
}
.lineaHistoria .timelineLight .t_left{
	background:url(img/all/historia/big-arrow.png) no-repeat left top;
}
.lineaHistoria .timelineLight .t_right{
	background:url(img/all/historia/big-arrow.png) no-repeat right top;
}
.lineaHistoria .timelineLight .t_left:hover, .lineaHistoria .timelineLight .t_left:hover:active{
	background:url(img/all/historia/big-arrow.png) no-repeat left bottom;
}
.lineaHistoria .timelineLight .t_right:hover, .lineaHistoria .timelineLight .t_right:hover:active{
	background:url(img/all/historia/big-arrow.png) no-repeat right bottom;
}
.lineaHistoria .timelineLight .item img{
	width:auto;
}
.lineaHistoria .timelineLight .item_open_content .ajaxloader{
	left:auto;
	margin:auto;
	position:relative;
	top:auto;
}
.lineaHistoria .timelineLight .item_open{
	margin-left:2px!important;
	margin-right:2px!important;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	height:500px;
	background:#ed7921 url(img/all/historia/bg-contenido.jpg) repeat 0 0;
}
.lineaHistoria .timelineLight .item_open p{
	color:#FFF;
	padding:20px;
}
.lineaHistoria .timelineLight .item.item_node_hover{
	-moz-box-shadow:1px 1px 0 #cccccb;
    -webkit-box-shadow:1px 1px 0 #cccccb;
    box-shadow:1px 1px 0 #cccccb;
}
.lineaHistoria .timelineLight .item_open .t_close{
	background:#FFF;
	color:#63575e;
	text-transform:uppercase;
	font-size:12px;
	font-family:"Dosis", Arial, Helvetica, sans-serif;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	padding:3px 15px;
	-moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    border-radius:2px 2px 2px 2px;
}
.lineaHistoria .timelineLight .item_open .t_close:hover{
	background:#ED7921;
	color:#FFF;
}
/* /HISTORIA */

/* FUNDACIONES */
.Fundaciones ul li{
	margin:0 .5% 30px!important;
	-moz-box-shadow:1px 1px 0 #cccccb;
    -webkit-box-shadow:1px 1px 0 #cccccb;
    box-shadow:1px 1px 0 #cccccb;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-ms-border-bottom-right-radius:3px;
	-o-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-ms-border-bottom-left-radius:3px;
	-o-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.Fundaciones .portfolio_item .view{
	-webkit-border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-ms-border-top-right-radius:3px;
	-o-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-ms-border-top-left-radius:3px;
	-o-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.Fundaciones .descr{
	min-height:250px;
	padding:10px 20px!important;
	background:#FFF;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-ms-border-bottom-right-radius:3px;
	-o-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-ms-border-bottom-left-radius:3px;
	-o-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.Fundaciones .descr h3{
	font-size:18px;
}
.Fundaciones .descr h3 a{
	border-bottom:1px solid #e4e4e4;
	padding:0 3px 8px;
}
.Fundaciones .descr .entry_content{
	font-size:13px;
}
/* Detalle */
.detalleProyecto h2,
.detalleProyecto h3,
.detalleProyecto .txtDestacado,
.detalleProyecto .listaTrabajo ul li a,
.detalleProyecto .noticias h3{
	color:#b10135;
}
.detalleProyecto h2{
	font-size:20px;
	margin:0;
	text-transform:uppercase;
}
.detalleProyecto h3{
	line-height:22px;
	padding-bottom:10px;
}
.detalleProyecto .listaTrabajo h3{
	line-height:20px;
	font-size:14px;
	border-bottom:1px solid #cacaca;
	padding-bottom:5px;
}
.detalleProyecto .listaTrabajo ul li{
	-moz-box-shadow:-1px -1px 0 #cccccb;
    -webkit-box-shadow:-1px -1px 0 #cccccb;
    box-shadow:-1px -1px 0 #cccccb;
	border:0;
}
.detalleProyecto .listaTrabajo ul li ul.listaParrafo li{
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	list-style:none;
	background:url(../builder/assets/img/arr-right.png) -12px -6px no-repeat;
	padding:0 0 5px 15px;
	line-height:17px;
	font-size:12px;
}
.detalleProyecto .listaTrabajo ul li ul.listaParrafo li a:hover{
	text-decoration:underline;
}
.detalleProyecto .noticias h3{
	font-size:17px;
}
.detalleProyecto .noticias img{
	margin-right:20px;
}
/* Detalle */

/* /FUNDACIONES */

/* MODELO GESTION */
.txtDestacado{
	color:#ed7921;
	font-size:16px;
}
/* /MODELO GESTION */

/* RECONOCIMIENTOS */
.Reconocimientos .primerosLogos ul li{
	height:120px;
	font-size:26px;
	color:#ed7921;
}
.Reconocimientos .primerosLogos ul li p.altura{
	margin-top:24px!important;
}
.Reconocimientos ul li{
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
	height:350px;
	border:none;
	-moz-box-shadow:-1px -1px 0 #cccccb;
    -webkit-box-shadow:-1px -1px 0 #cccccb;
    box-shadow:-1px -1px 0 #cccccb;
	-moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
}
.Reconocimientos ul li p{
	background:url(img/all/separacion-peque.gif) no-repeat center 0;
	padding-top:10px;
	margin:10px 0 0!important;
	text-transform:uppercase;
}
.Reconocimientos ul li p span{
	color:#b10135;
	clear:both;
	display:block;
	font-size:22px;
}
.Reconocimientos ul li p strong{
	color:#b10135;
	display:block;
}
.Reconocimientos ul.sinMargen li{
	margin-bottom:0;
}
/* /RECONOCIMIENTOS */

/* MULTIMEDIA */
.multimediaLista h2{
	text-align:center;
	font-size:18px;
	color:#ed7921;
}
.multimediaLista .bloquefondo{
	padding:5px 20px;
	margin:0;
	border:none;
	border-top:4px solid #000000;
}
.multimediaLista ul li{
	-moz-box-shadow:1px 1px 0 #cccccb;
    -webkit-box-shadow:1px 1px 0 #cccccb;
    box-shadow:1px 1px 0 #cccccb;
	-moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
	margin:0 2.5% 40px!important;
}
.multimediaLista ul li.span6{
	width:45%;
	float:right;
}
.multimediaLista ul li.span6:nth-child(odd){
	float:left;
}
.multimediaLista ul li a.iconosMultimedia{
	width:31px;
	height:28px;
	text-indent:-999em;
}
.multimediaLista ul li a.icoMultimedia-youtube{
	background:url(img/all/ico-youtube.gif) no-repeat 0 0;
}
.multimediaLista ul li a.icoMultimedia-vimeo{
	background:url(img/all/ico-vimeo.gif) no-repeat 0 0;
}
.multimediaLista ul li a.icoMultimedia-flickr{
	background:url(img/all/ico-flickr.gif) no-repeat 0 0;
}
.multimediaLista .pagination ul li{
	margin:0!important;
}
.imagenesAncho{
	height: 196px;
	background-position: center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* /MULTIMEDIA */

/* CONTACTO */
.direContacto address{
	font-size:18px;
	line-height:35px;
}
/* /CONTACTO */
ul.listaParrafo li {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
list-style: none;
background: url(../builder/assets/img/arr-right.png) -12px -6px no-repeat;
padding: 0 0 5px 15px;
line-height: 17px;
font-size: 12px;
}
.breadcrumb .divider {
padding: 0 5px;
color: #ccc;
}

.video-container {     
	position: relative;     
	padding-bottom: 56.25%;     
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
} 
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;     
	width: 100%;     
	height: 100%; 
}

.wpcf7 .wpcf7-not-valid-tip {
padding-left: 5px;
vertical-align: middle;
color: #b94a48;
border: none;
position: static;
background: inherit;
}
.wpcf7-response-output {
color: #b94a48;
border: none !important;
background: inherit;
}

/* MAGNITUDES ECONOMICAS */

.magnitudes_economicas .cifras{
	position: relative;
	margin-bottom: 120px;
}
.magnitudes_economicas .cifras div{
	margin-bottom: 0!important;
	background: none!important;
}
.magnitudes_economicas .cifras .numeroGrande {
    font-size: 64px!important;
    height: 89px;
    color: #FA9014;
    display: block;
    line-height: 100px !important;
}
.magnitudes_economicas .cifras .numeroTitular {
    font-size: 13px;
    text-transform: uppercase;
	line-height:18px!important;
	min-height:40px;
	display: block;
}
.magnitudes_economicas .show-grid [class*="span"] {
    line-height: 16px;
}
.magnitudes_economicas .cifras .numeroTitular strong{
	text-transform: lowercase;
	font-weight: normal;
}
.magnitudes_economicas .cifras .selected .numeroGrande {
	color: #f8f8f8;
}
.magnitudes_economicas .cifras .selected .numeroTitular {
	color: #f8f8f8;
}
.magnitudes_economicas .cifras .selected .numeric{	
	background: none repeat scroll 0 0 #63575E!important;	
	border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	 padding-bottom: 15px;
}
.magnitudes_economicas .cifras .selected ul{
	padding: 20px;
	margin: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 144px;
	left: 0;
	right: 0;
	z-index: 20;	
	background:url(img/all/bg-arrow-down.png) no-repeat top center;
	width: 620px;
	margin: 0 auto;
}
.magnitudes_economicas .cifras .selected ul li{
	vertical-align: top;
	background: none repeat scroll 0 0 #63575E!important;
	color: #f8f8f8;
	text-align: center;	
	padding: 10px 15px;
	min-height: 60px;
	list-style-type: none;
	float: left;
	line-height: 15px;
	font-family: 'Dosis',Arial;
	font-size: 15px;
}
.magnitudes_economicas .cifras .selected ul li span{
	display: block;
	font-size: 22px;
	 margin: 0 0 15px;
}
.magnitudes_economicas .cifras .selected ul li:first-child{		
	border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
.magnitudes_economicas .cifras .selected ul li:last-child{		
	border-radius:  0px 10px 10px 0px;
	-o-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
 
/* para idiomas */

.lang-de .magnitudes_economicas .cifras .selected ul{
	width: 620px;
	padding: 10px 0;
}
.lang-de .magnitudes_economicas .cifras .selected ul li{
	font-size: 12px;
	padding: 10px 8px;
}
.lang-fr .magnitudes_economicas .cifras .selected ul{
	width: 625px;
	padding: 20px 0;
}
.lang-es .magnitudes_economicas .cifras .selected ul{
	width: 625px;
	padding: 20px 0;
}
.lang-eng .magnitudes_economicas .cifras .selected ul{
	width: 625px;
	padding: 20px 0;
}
.lang-eus .magnitudes_economicas .cifras .numeroTitular {
    font-size: 12px;
}
.lang-gl .magnitudes_economicas .cifras .selected ul{
	 width: 625px;
}
.lang-pol .magnitudes_economicas .cifras .selected ul{
	 width: 625px;
	padding: 20px 0;
}
.lang-pol .magnitudes_economicas .cifras .numeroTitular {
    font-size: 12px;
    line-height: 13px !important;
}
.lang-pol .magnitudes_economicas .cifras .numeroTitular {
    font-size: 12px;
    line-height: 13px !important;
}
.lang-pt .magnitudes_economicas .cifras .selected ul{
	width: 625px;
	padding: 20px 0;
}
.lang-rs .magnitudes_economicas .cifras .selected ul{
	width: 635px;
	padding: 20px 0;
}
.lang-rs .magnitudes_economicas .cifras .selected ul li {
	font-size: 12px;
}
.lang-rs .magnitudes_economicas .cifras .numeroTitular {
    font-size: 12px;
}
.lang-jp .magnitudes_economicas .cifras .selected ul{
	width: 625px;
	padding: 20px 0;
}
.lang-jp .magnitudes_economicas .cifras .selected ul li {    
	font-size: 12px;
	padding: 10px;
}
.lang-ar .magnitudes_economicas .cifras .selected ul{
	width: 625px;
	padding: 20px 0;
}

/* /MAGNITUDES ECONOMICAS */

/* SLIDER ARABE */

.lang-ar .flexslider .slides {
	float:left;
}
.lang-ar .bottom_line .container .row .txtSanchez span{
	float:left;
}
.lang-ar .footer_menu li {
    float: right;
}
.lang-ar ul.navSecundaria li {
    background: none no-repeat scroll 0;
}
.lang-ar ul.navSecundaria li.current_page_item {
    background: none no-repeat scroll 0;
}
.lang-ar .container .imagen-popup{
}
.lang-ar .ContSuperiorHome .flexslider .conSlider  {
	font-size: 20px;
}
.lang-ar .ContSuperiorHome .flexslider .conSlider .subtitular {
	font-size: 28px;
}

/* /SLIDER ARABE */

/* INFORME ANUAL */

.bb-custom-wrapper p{
	margin:0 0 10px 0!important;
	
}
.bb-pantalla-04 .right p.millones {
    margin: 16px 0 0 16px!important;
}
.bb-pantalla-04 .left p{
margin:0!important;
}
.bb-pantalla-04 .right h3 {
    text-transform: uppercase!important;
}
.bb-pantalla-04 .accordion .tablas p {
    margin: 0 0 3px!important;
}
.bb-custom-wrapper .accordion-heading {
	background:none!important;
}
/* /INFORME ANUAL */

/* ERROR 404 */

.error404{
	text-align:center;
	margin:0 0 20px 0;
}

/* /ERROR 404 */

.twitterDest h1,
.twitterDest h2,
.twitterDest h3 {
  line-height: 20px;
}

.row-fluid .span6 {
    width: 47.4% !important;
}
.imgGrande {
	width:720px;
	float:left;
}
.imgGrande img {
	transition:opacity 0.5s ease;
}

.imgGrande img:hover {
	opacity:0.5;
}

.imgGrande a:hover {
	opacity:0.5;
}
.txtRight {
	width:360px;
	float:right;
	padding:40px;
}
.texto{	padding:0;
	margin:0;
	color:#bebebe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;}

/*----------*/	
/* SLIDER */
.slides li .panel01txtRight {
	width:360px;
	float:left;
	padding:40px;
}
.slides li .panel01txtRight p {
	margin:30px 0 0;
	padding:0;
}
.slides li .panel01txtRight p.panel01Titular01,
.slides li .panel01txtRight p.panel01Titular02 {
	margin:0;
	font-family:'Dosis';
	text-transform:uppercase;
}

.slides li.panel01 .panel01txtRight{
	padding:90px 40px 40px;
}

.slides li.panel01 .panel01txtRight p.panel01Titular01 {
	font-size:40px;
	line-height:38px !important;
	color:#ffffff;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.slides li.panel01 .panel01txtRight p.panel01Titular02 {
	font-size:36px;
	line-height:38px !important;
	color:#fefefe;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.slides li.panel01 .panel01txtRight p.texto {
	margin-top: 20px !important;
}

@media (max-width: 1280px){
	body { margin: 0; padding: 0;}
	.slides li .panel01txtRight { width: 333px; padding: 90px 40px 40px;}
}

@media (max-width: 1000px){
	.slides li .panel01txtRight { width: 90%; padding: 20px 5%!important;}
	.slides li .panel01txtRight p { margin: 20px 0 0;}
	.slides li.panel01 .panel01txtRight p.panel01Titular02 {font-size: 30px;}
	.slides li.panel01 .panel01txtRight p.panel01Titular01,
	.slides li.panel01 .panel01txtRight p.panel01Titular02 {word-wrap: break-word;}
	
}