* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin:0;
	padding:0;
}

html,body {
	position:relative;
	min-height: 100%;
	top:0;
	margin:0;
	padding:0;
}

html {
	margin-top:0 !important;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
}

body {
	/*font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    /*font-weight: 300;*/
    font-size: 1.5em;
	text-rendering: optimizeLegibility;
	color: #444;
	background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
	/*-webkit-backface-visibility: hidden;*/
    /*text-align: justify;*/
    text-align: left;
}

/* headers */
h1, h2, h3, h4 , h5 , h6 {
	margin:0 0 1em 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1.2;
}
h1, h2, h3 {
    margin:0 0 .5em 0;
	font-weight: 100;
}
/*
h3, h4, h5, h6 {}
*/
h1 { font-size: 2.6em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }



a , a:link , a:visited {
	/*color:#FF1D25;*/
	color:#DF2027;
	text-decoration:none;
	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
a:hover {
    color:#FF2B40;
	text-decoration:underline;
}
a:active { outline:0; }
a:focus { outline:0; }


p ,
ul , ol , dl { 	margin-bottom:1em; }
p { line-height: 1.4em; }
ul , ol , dl { margin-left:1.2em; }
li {
	list-style-position: outside;
	margin-bottom: .5em;
}
ul li { list-style-type: square; }
ol li { list-style-type: decimal; }


/* responsive media
*******************************************************/

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
	height: auto;
}

/*****************************************************/
/* msg cookie
 * ***************************************************/

#msgcookie {
	display:block;
	position:fixed;
	z-index: 999999999999999999999998;
	bottom:0;
	width:100%;
	margin:0;
	padding:1em 0 3em;
	/*background-color:rgba(0,0,0,1);*/
	background-color:#fff;
	color:#222;
	font-size:.9em;
	line-height: normal;
    
	-moz-box-shadow: 0px -5px 30px rgba(0,0,0, .5);
	-webkit-box-shadow: 0px -5px 30px rgba(0,0,0, .5);
	box-shadow: 0px -5px 30px rgba(0,0,0, .5);
}
#msgcookie > div {
	display: block;
	max-width:960px;
	margin:0 auto;
	padding:2em 2em 0;
}
#msgcookie p a:link,
#msgcookie p a:active,
#msgcookie p a:visited,
#msgcookie p a:hover {}
#msgcookie a.closeCookies {
	float:right;
	display:inline-block;
	vertical-align: top;
	overflow:hidden;
	opacity:1;
	margin:0 0 0 40px;
	padding:.2em .5em;
	/*background-color: #ff0033;*/
	color:#000;
    opacity:0.5;
}
#msgcookie a.closeCookies:hover{
	opacity:1;
	text-decoration: none;
}

/*****************************************************/
/* styles
 * ***************************************************/

#anchorDummySection {
    /*min-height: 100px;*/
}

#header {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#header {
	/*position: fixed;*/
	z-index: 999000;
    width:100%;
    background-color: #fff;
    
	-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .6);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .6);
}


#header > [data-device="desktop"] #headerLogo ,
#header > [data-device="desktop"] #headerLogo > a ,
#header > [data-device="desktop"] #headerLogo > a > img {}



#header > [data-device="mobile"] {
    display: none;
}
#header > [data-device="mobile"] #headerLogo {
    margin-top:3px;
    padding:0;
}
#header > [data-device="mobile"] #headerLogo > a {
    position: relative;
    top:4px;
    display: block;
    margin-right:-4px;
    padding:0;
}
#header > [data-device="mobile"] #headerLogo > a:hover {
    opacity: .5;
}
#header > [data-device="mobile"] #headerLogo > a > img {
    /*width:100%;*/
    max-width: 28px;
    height: auto;
}

#header #headerLogo ,
#header #headerBar {
    vertical-align: middle;
}

#header #headerLogo {
    text-align: center;
}
#header #headerLogo > a {
	position:relative;
	top:0;
	display: block;
	vertical-align: middle;
	margin:0 auto;
	padding:.2em 0;
	max-width:100%;
    text-align: center;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
#header #headerLogo > a img {
	/*display: block;*/
	/*
	width:auto;
	height:100%;*/
}
#header #headerLogo > a:hover img {
	opacity: .8;
}



#header #headerBar {
	/*margin:1em 0;*/
	margin:0;
}

#header #nav-header-top ,
#header #nav-header-bottom {
	position: relative;
	margin:0;
	padding:.3em 0;
}
#header #nav-header-top {
    /*display: none;*/
    border-bottom:1px solid #A2A2A2;
	text-align: right;
	font-size:.9em;
}
#header #nav-header-top > .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

#header #nav-header-bottom {}



#header #nav-header-top #formLogin {
	padding:0;
}
#header #nav-header-top #formLogin .formLoginBox {
	display: inline-block;
	vertical-align: middle;
}
#header #nav-header-top #formLogin #formLoginBox {
	display: none;
}
#header #nav-header-top #formLogin #loginToggleBTN ,
#header #nav-header-top #formLogin #errorLogin {
	display: inline-block;
	vertical-align: middle;
}
#header #nav-header-top #formLogin #loginToggleBTN {}
#header #nav-header-top #formLogin #errorLogin {
	margin-left:0;
    /*
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
    */
}
#header #nav-header-top #formLogin:hover #errorLogin {
	/*margin-left:1em;*/
}





#header #headerBar a:hover {
	text-decoration: none;
}

#header #headerBar button[class^="font-"],
#header #headerBar button[class*=" font-"] ,
#header #headerBar a[class^="font-"] ,
#header #headerBar a[class*=" font-"] ,
#header #headerBar a span[class^="font-"] ,
#header #headerBar a span[class*=" font-"] {
	position: relative;
	display: inline-block !important;
	margin:0;
	padding:0;
	padding:2px;
	color:#808080;
	background: transparent;
	text-decoration: none;
	line-height: 1;
	border:3px solid transparent;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	
    -webkit-font-smoothing:antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0px);
}
#header #headerBar button[class^="font-"]:hover,
#header #headerBar button[class*=" font-"]:hover ,
#header #headerBar a[class^="font-"]:hover ,
#header #headerBar a[class*=" font-"]:hover ,
#header #headerBar a:hover span[class^="font-"] ,
#header #headerBar a:hover span[class*=" font-"] ,
#header #headerBar a span[class^="font-"]:hover ,
#header #headerBar a span[class*=" font-"]:hover {
	z-index: 99;
	color:#DF2027;
	text-decoration: none;
	/*
	-webkit-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
	*/
}
#header #headerBar button[class^="font-"]:before ,
#header #headerBar button[class*=" font-"]:before ,
#header #headerBar a[class^="font-"]:before ,
#header #headerBar a[class*=" font-"]:before ,
#header #headerBar a span[class^="font-"]:before ,
#header #headerBar a span[class*=" font-"]:before {
    margin-top:0;
}

#header #headerBar button[class^="font-"]:after,
#header #headerBar button[class*=" font-"]:after ,
#header #headerBar a[class^="font-"]:after ,
#header #headerBar a[class*=" font-"]:after ,
#header #headerBar a span[class^="font-"]:after ,
#header #headerBar a span[class*=" font-"]:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top:-2px;
	left:-2px;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	background-color: #fff;
	border:2px solid #DF2027;
	text-decoration: none;
	
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
	border-radius: 100em;
	
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	
    /*-webkit-backface-visibility:hidden;
    -webkit-font-smoothing:antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0px);*/
    
	visibility: hidden;
	opacity: 0;
}
#header #headerBar a span[class^="font-"] ,
#header #headerBar a span[class*=" font-"] {
	z-index: 999;
}
#header #headerBar a span[class^="font-"]:after ,
#header #headerBar a span[class*=" font-"]:after {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#header #headerBar button[class^="font-"]:hover:after,
#header #headerBar button[class*=" font-"]:hover:after ,
#header #headerBar a[class^="font-"]:hover:after ,
#header #headerBar a[class*=" font-"]:hover:after ,
#header #headerBar a span[class^="font-"]:hover:after ,
#header #headerBar a span[class*=" font-"]:hover:after ,
#header #headerBar a:hover span[class^="font-"]:after ,
#header #headerBar a:hover span[class*=" font-"]:after {
	top:-5px;
	left:-6px;
	width:40px;
	height:40px;
	padding:14px;
    
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
    
    /*
	-webkit-transform: scale(1.6,1.6);
	-ms-transform: scale(1.6,1.6);
	transform: scale(1.6,1.6);
    */
	visibility: visible;
	opacity: 1;
	text-decoration: none;
}





#header #headerBar a[class^="font-"].active ,
#header #headerBar a[class*=" font-"].active {
	background-color: #DF2027;
	color:#fff;
	
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
	border-radius: 100em;
}
#header #headerBar a[class^="font-"].active:after ,
#header #headerBar a[class*=" font-"].active:after {
	background-color: #DF2027;
	color:#fff;
}


/*********************************************************/

#footer {
	position: relative;
	padding:4em 0 0;
	border-top:1px solid #A2A2A2;
}

#footer > .copy ,
#footer > .copy > a.anchortop ,
#footer > .copy > a.anchortop span {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#footer > .copy {
	position: relative;
	margin-top:6em;
	color:#fff;
	text-align: center;
}

#footer > .copy:hover {}
#footer > .copy a {
	display: block;
	padding:1.5em 1em 1em;
	background-color: #808080;
	color:#fff;
}
#footer > .copy a:hover {
	/*padding:2em 1em;*/
	background-color: #DF2027;
	color:#fff;
	text-decoration: none;
}

#footer > .copy a.anchortop span {
	position:absolute;
	top:0;
	left:50%;
	margin-top:-11px;
	margin-left:-12px;
	
	width:24px;
	height:24px;
	background-color: #808080;
	line-height: 2.1;
	font-size:10px;
	color:#fff;
	
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
	border-radius: 100em;
}
#footer > .copy:hover a.anchortop span {
	/*background-color: #DF2027;*/
	background-color: #4F0000;
	background-color: #fff;
	text-decoration: none;
	color:#DF2027;
	
	-webkit-box-shadow:0px 2px 3px rgba(0,0,0, 0.5);
	-moz-box-shadow:0px 2px 3px rgba(0,0,0, 0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0, 0.5);
}


/*******************************************************/

#section {
    position: relative;
	margin-bottom:4em;
    /*padding-top:2em;*/
}
#section.sombra {
    /*
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .8) inset;
	box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, .8);
    */
}
#section > #anchoTopSecction {
	/*transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;*/
}

.header-template {
	position: relative;
	display:block;
	width: 100%;
	height: auto;
    margin:2em 0;
}
.header-template h1 {
    margin:0;
}
.header-template > div.item {
	position: relative;
	width: 100%;
	/*max-width: 1400px;*/
	height: 100%;
	margin:0 auto;
	padding:0;
}
.header-template > div .title {
    margin:0;
	padding:2em;
}


/* contenido */

.headerImagen {
    position: relative;
    margin-bottom:2em;
}
.headerImagen img {
    position: relative;
    width:100%;
    height:auto;
}
.headerImagen figcaption {
    display: block;
    position:absolute;
    bottom: 0;
    margin:0 0;
    padding: 0;
}


.headerImagen figcaption h1 ,
.headerImagen figcaption h2 {
    /*display:inline-block;*/
    margin: 0 0 1% 1%;
    padding:0 0 2% 2%;
    color:#2a2a2a;
}
.headerImagen figcaption h1 {
    font-size: 2.6em;
}
.headerImagen figcaption h2 {
    font-size: 2em;
}
.headerImagen figcaption h1 > span ,
.headerImagen figcaption h2 > span {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}



.title-arrow {
    padding-bottom:.5em;
    border-bottom: 1px solid #ccc;
}
.title-arrow > span {}
.title-arrow > span:before {
    margin-right:.5em;
    color:#DF2027;
    font-size:90%;
}


/* lectura 
********************************************************************************/

.lectura {}

.entradilla ,
.txt_largo{
    text-align: justify;
}
.entradilla {
    font-size: 1.2em;
}

.txt_largo{
    margin-top:2em;
    font-size: 1.1em;
}
.txt_largo > figure {
    position:relative;
    float:left;
    width:25%;
    margin-right:2em;
    margin-bottom:.5em;
}


/* repeater
*******************************************************************************/

.c-repeater {
    margin-top:4em;
}
.c-repeater figure {
    margin:0;
    margin:0;
    padding:0;
}

.c-repeater .contenido {
    text-align: justify;
}


.c-repeater .contenido {
    margin-top:1em;
    text-align: justify;
}



.c-repeater.horizontal figure {
    margin-right:1.5em;
    margin-bottom:1em;
}



.c-repeater.vertical > div {
    border-right:1px solid #e9e9e9;
}
.c-repeater.vertical > div:nth-child(4n+1) {
    border-left:1px solid #e9e9e9;
}

.c-repeater.vertical > div figure {
    border:8px solid transparent;
    border-bottom:0;
}
.c-repeater.vertical > div .inner {
    position:relative;
    padding: 0 1em 1em;
}
.c-repeater.vertical > div .inner .title {
    margin:.5em 0;
}

.c-repeater.vertical > div .inner .box {
    padding-bottom:2em;
}

.c-repeater.vertical > div .inner .contenido {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}


.c-repeater .destacado {
    background-color: #ecdbe1;
}
.c-repeater.vertical > .destacado {
    padding:0;
    border:1px solid #edced8;
    border-left:1px solid #edced8 !important;
    border-color:#edced8;
}





/* descargas
*******************************************************************************/
/*
#s-descargas > div article .contenido .innerTxt {
    position: absolute;
    left:0;
    height:100%;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}
*/

#s-descargas {}


#s-descargas article.principal > .contenido {
    margin-bottom:2em;
    padding-bottom:2em;
    border-bottom:0px dashed #ccc;
}


#s-descargas > div {}
#s-descargas > div.c-principales {}

#s-descargas > div article {
    padding: 3em 0;
}
#s-descargas > div article:first-child {
    margin:0;
    border-top: 0;
}

#s-descargas > div article .title.contenido {
    margin:0 0 1em;
    padding:0 0 .3em;
    border-bottom: 1px solid #ccc;
}


#s-descargas > div article figure {
    padding:0;
}
#s-descargas > div article figure a {
    display:block;
}

#s-descargas > div article .contenido {
}
#s-descargas > div article .c-repeater {
    margin:0;
}

/* 3D pamesa
*******************************************************************************/

.tresDpamesa article {
    margin:2em 0;
}


/* historia
********************************************************************************/

#videoTabs {
    margin:1em 0;
    padding:0;
    text-align: center;
}
#videoTabs li {
    float:none;
    display: inline-block;
    margin-right: -4px;
}

.videoEmbed {
    position: relative;
}
.videoEmbed > .videoBox {
    position: relative;
}
.videoEmbed > .videoBox .embed {
    position: relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.5);

}
.videoEmbed > .videoBox .embed:before, .videoEmbed > .videoBox .embed:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:2%;
    bottom:80px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.videoEmbed > .videoBox .embedToggleBtn {
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAD0lEQVQImWNgQAX/yeAAAIHCA/0RE2WAAAAAAElFTkSuQmCC ) repeat;*/
    /*background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQUlEQVQYlWOwO3X+v92p8/8ZCAGiFWIDD27Y/X9ww46wZqIVYgUV5+3+V5wnQjfRCrGBTzPj/n+aGUdYM9EKsQEAvrAs3dt7J2YAAAAASUVORK5CYII= ) repeat;*/
    /*background:url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGElEQVQImWNgYGD4j4YZGJAZRAliaMcAAPeNC/XZUzjRAAAAAElFTkSuQmCC ) repeat;*/
    /*background-color: #fff;
    background-color: rgba(255,255,255,.7);*/
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.videoEmbed > .videoBox .embedToggleBtn > span {
    position: absolute;
    top:50%;
    left:50%;
    /*width:64px;
    height:64px;*/
    margin-top:-44px;
    margin-left:-44px;
    display:inline-block;
    padding:20px;
    background-color: #fff;
    color:#DF2027;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.8);
    box-shadow:0 0 10px rgba(0,0,0,0.8);
}
.videoEmbed > .videoBox .embedToggleBtn > span:before {
    font-size: 48px;
}


/* timeline
-*******************************************************************************/

#timelineTabs {
    margin:0;
    padding:0;
    text-align: center;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#timelineTabs li {
    display: inline-block;
    margin:0;
    margin-right:-4px;
    padding:.3em .5em;
    cursor:pointer;
}
#timelineTabs li.active {
    background-color: #e0e0e0;
}


#timelinePanels {}
#timelinePanels .eventPanel {}
#timelinePanels .eventPanel .title {
    margin:1em 0;
    display: table;
}
#timelinePanels .eventPanel .title > span {
    display: table-cell;
    vertical-align: top;
}
#timelinePanels .eventPanel .title > span.date {
    color:#DF2027;
}
#timelinePanels .eventPanel .title > span.font-ico_arrow_left_list {}
#timelinePanels .eventPanel .title > span.font-ico_arrow_left_list:before {
    margin:0 .5em;
    color:#DF2027;
}
#timelinePanels .eventPanel .content {}
#timelinePanels .eventPanel .content figure {
    margin:0 2em 1em 0;
}
#timelinePanels .eventPanel .content .texto {
    text-align: justify;
}

/* descatalogados
********************************************************************************/

#descatalogados {
    margin:0;
    margin-top:4em;
}
#descatalogados li {
    list-style: none;
    margin:0;
    padding:0;
}


#descatalogados ul {
    margin:0;
    padding:0;
}

#descatalogados ul.active {
    /*background-color: #ccc;*/
}
#descatalogados a.siblings {
    display:block;
    padding:.5em 1em;
    border-bottom:1px solid #DF2027;
}
#descatalogados a.siblings:hover {
    text-decoration: none;
    background-color: #f0f0f0;
}

#descatalogados a.siblings h3 {
    margin:0;
    padding:0;
}
#descatalogados a.siblings h3 > span {}
#descatalogados a.siblings h3 > span:before {
    margin-right:1em;
    margin-top:-.5em;
    font-size: 16px !important;
}


#descatalogados .submenu {
    border-bottom:2px solid #DF2027;
}
#descatalogados .submenu a.siblings {
    padding-left:3.1em;
    border-bottom:1px dotted #DF2027;
}



/* contacto 
*********************************************************************************/
.contacto article {
    margin-top: 1em;
    padding-top: 1em;
    border-top:1px dotted #ccc;
}
.contacto article:first-child {
    margin-top: 0em;
    padding-top: 0em;
    border-top: 0;
}

/* slider
********************************************************************/

.slider {
    margin-bottom:3em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJ1dXX/SeUwMDAAAE2VCeWwF+eEAAAAAElFTkSuQmCC);
}

.slider .bx-wrapper {}

.slider ,
.slider .bx-wrapper ,
.slider .bx-wrapper .bx-viewport ,
.slider .bx-wrapper .bx-viewport ul.bxslider ,
.slider .bx-wrapper .bx-viewport ul.bxslider li {
    min-height:250px;
}


/*******************************************************/
/* nav mobile
********************************************************/

[data-device="mobile"] > nav {}
[data-device="mobile"] > nav > ul {
    position: relative;
    /*display: block;*/
    width: 100%;
    border:0 !important;
}
[data-device="mobile"] > nav ul {
    margin:0;
    padding:0;
}
[data-device="mobile"] > nav > ul > li {
    float:none;
    display: inline-block;
    vertical-align: middle;
    margin-right:-4px;
}
[data-device="mobile"] > nav > ul > li > a {
    padding:5px 8px;
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
[data-device="mobile"] > nav > ul > li > a:hover {
    background-color: transparent;
}


[data-device="mobile"] .errorLogin {
    padding:0 1em 1em;
    text-align: center;
}




[data-device="mobile"] #loginForm {
    margin:0;
    padding:1;
}
[data-device="mobile"] #loginForm li {
    list-style: none;
    display: block;
}

[data-device="mobile"] #loginForm .user {
    padding:0 0 1em;
    border-bottom:1px dashed #ccc;
}
[data-device="mobile"] #loginForm .areaPrivada {
    margin-top:1em;
    display: block;
}



#nav-mobile {
    float:right;
}



#navMobileTabs {
    margin:0;
    border-bottom:0 !important;
}
#navMobileTabs li {
    margin:0;
    padding:0;
    float:none;
    display:inline-block;
}
#navMobileTabs li a {
    margin:0;
    padding:5px 6px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#navMobileTabs li a:hover {
    border-top:0 !important;
    border-bottom:0 !important;
}

#navMobileTabs > li > a:hover ,
#navMobileTabs > li > a:active ,
#navMobileTabs > li > a:focus {
    border-top:0 !important;
    border-bottom:0 !important;
    background-color: transparent;
    text-decoration: none;
}

#navMobileTabs li.active a {
    margin:0;
    border-top:0 !important;
    border-bottom:0 !important;
}




#navMobilePanels {
    /*display: none;*/
}
#navMobilePanels > div {
    padding:1em 0;
    border-top: 1px solid #ddd;
}
#navMobilePanels .nav-bar {
    border-top: 3px solid #ddd;
}
#navMobilePanels .nav-bar:first-child {
    border-top: 0px solid #ddd;
}
#navMobilePanels .nav-bar li {
    margin:0;
}
#navMobilePanels .nav-bar li a {
    padding:.4em .8em;
    border-top:1px dotted #ddd;
    color:#000;
}
#navMobilePanels .nav-bar li:first-child a {
    border-top:0px dotted #ddd;
}

#navMobilePanels .nav-bar li.active a {
    font-weight: bold;
    color:#DF2027;
}



#buscarForm .form-group {
    margin-left:0;
    margin-right:0;
}
#buscarForm .form-group input[type=search] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#buscarForm .form-group button {
    background-color: transparent;
    
}
#buscarForm .form-group button:before ,
#buscarForm .form-group button:after {
    background-color: transparent;
    font-size: 14px;
}


#noEncontrado {
    padding:1em 0;
}

/*******************************************************/
/* nav
********************************************************/


.navbar-nav ,
#header .nav-header2 ,
#footer .nav-footer ,
#header .nav-idiomas ,
#footer > .copy ,
#footer .nav-social .caption {
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size:1em;
    font-weight: 400;
}


.nav-header {
	margin:.5em 0 0;
}




.nav-custom > li {
	position: relative;
	list-style: none;
	display:inline-block;
	vertical-align: middle;
	float:none;
	margin:0 0px 0 -4px;
	padding:0;
}

.nav-custom > li > div {
    display: block !important;
}

.nav-custom > li span ,
.nav-custom > li a {
    position: relative;
	display:inline-block;
	margin: 0;
    padding: 0;
    color:#444;
}
.nav-custom > li a:hover {
    background-color: transparent;
    color:#808080;
}
.nav-custom > li a.current {
	color:#DF2027;
}

.nav-custom > li:before ,
.nav-custom > li:hover:before {
    content: "";
	position: absolute;
	z-index: 5;
	top:50%;
	left:0;
	height:16px;
	margin-top:-8px;
	border-left:1px solid #bdbdbd;
}
.nav-custom > li:first-child:before {
	border-left:0;
}

.nav-custom > li > div ,
.nav-custom > li > form {
    display: inline-block;
    vertical-align: middle;
	float:none;
	margin:0 3px;
	padding:.3em .5em;
}

.nav-custom.iconsBar > li:before ,
.nav-custom.iconsBar > li:hover:before {
	border:0;
}
.nav-custom.iconsBar > li > div {
    margin:0 3px;
	padding:.3em 0;
}
.nav-custom.iconsBar > li.nav-idiomas > div {
	padding:0 0 0 1em;
}

.nav-custom > li span.txt {
    position:relative;
    top:2px;
    display: inline-block;
	text-transform: capitalize;
}

.nav-custom > li.favoritos > div {
    padding-left:1em;
}






.navbar.nivel2 {
    margin:0;
    padding-top:1em;
}
.navbar.nivel2 > ul {
    display: block;
    width: 100%;
    margin:0;
    padding-bottom:1em;
	border-bottom:1px solid #bdbdbd;
}





.nav-vertical {
    margin:1em 0 0 0;
    padding:0;
    text-align: left;
}
.nav-vertical li {
    list-style: none;
    margin:0;
    padding:0;
}
.nav-vertical li a {
    padding:.5em .5em .5em 0;
    color:#000;
    
    border-bottom:1px solid #bdbdbd;
}
.nav-vertical li a:hover {
    color:#df2027;
    background-color: transparent;
}
.nav-vertical li a.current {
    color:#df2027;
}





.nav-login {}
.nav-login li {}
.nav-login li a {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1em;
}

.dropdown-menu {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: .9em;
    padding:.5em 1em;
}






#header .nav-idiomas {}
#header .nav-idiomas > div {
    /*margin-left:1em;*/
}

#header .nav-idiomas a {
	color:#808080;
    margin-top:-.2em;
    white-space: nowrap;
}
#header .nav-idiomas a:hover {
	color:#000;
	background-color: transparent;
}
#header .nav-idiomas a.activo {
	color:#DF2027 !important;
}
#header .nav-idiomas a img {
    display:block;
	opacity: .5;
}
#header .nav-idiomas a:hover img ,
#header .nav-idiomas a.activo img {
	opacity: 1;
}




#footer .nav-footer {
	margin:0 2em;
}
#footer .nav-footer ul {
	margin:0;
	padding:0;
}
#footer .nav-footer ul li {
	display: block;
	margin:0;
	padding:0;
}
#footer .nav-footer ul li a {
	display: block;
	color:#808080;
	text-transform: uppercase;
}
#footer .nav-footer ul li a:hover {
	display: block;
	color:#000;
	text-transform: uppercase;
}

#footer .nav-footer.nav-legal {
	text-align: right;
}






#footer .nav-social {
	text-align: center;
}
#footer .nav-social .caption {
	display: inline-block;
	margin-bottom:.5em;
	font-size:.9em;
	color:#999;
}
#footer .nav-social ul {
	position: relative;
	margin:0;
	padding:0;
}
#footer .nav-social ul li {
	position: relative;
	/*max-width: 40px;*/
	margin:0 0 .5em;
	padding:0;
	display: inline-block;
}
#footer .nav-social ul li a {
	position: relative;
	display: block;
	width:40px;
	height: 40px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#footer .nav-social ul li a:hover {
	z-index: 999;
}
#footer .nav-social ul li a:before {
	content:"";
	position:absolute;
	z-index: -1;
	top:-4px;
	left:-4px;
	width:48px;
	height:48px;
	border:3px solid transparent;
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
	border-radius: 100em;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#footer .nav-social ul li a:hover:before {
	background-color: #fff;
	top:-16px;
	left:-16px;
	width:72px;
	height:72px;
	border-color:#DF2027;
	-webkit-box-shadow:0px 2px 3px rgba(0,0,0, 0.5);
	-moz-box-shadow:0px 2px 3px rgba(0,0,0, 0.5);
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
}




/* sitemap
********************************************************************************/

.nav-siteMap {}
.nav-siteMap > ul {
	width:50%;
	margin:0 auto !important;
	padding:0;
	display: block;
}
.nav-siteMap ul {
	margin:0;
	padding:0;
}
.nav-siteMap ul li {
	margin:0 0 0 3em;
	padding:0;
    border-bottom:1px solid #e0e0e0;
}
.nav-siteMap ul li a .descripcion {
	display: block;
    margin:0;
    padding:.5em 0;
    color:#999;
    font-size: .9em;
}
.nav-siteMap ul li a:hover .descripcion {
    text-decoration: none;
}
.nav-siteMap ul li a {
	display: block;
    padding:.5em 1em;
	color:#FF1D25;
}
.nav-siteMap ul li a:hover {
	background-color: #e9e9e9;
    text-decoration: none;
}


.nav-siteMap ul li ul li:last-child  {
    border:0;
}

/* nav
********************************************************************************/
/*
.nav-subsecciones-header {}
.nav-subsecciones-header ul {
    margin:0;
    padding:0;
}
.nav-subsecciones-header ul li {
    margin:0 1em 0 0;
    padding:0;
    list-style: none;
    display: inline-block;
}
.nav-subsecciones-header ul li a {
    display:block;
    color:#000;
}
.nav-subsecciones-header ul li a.active {
    color:#DF2027;
}
*/
/*******************************************************************************/

#slideHeader {
	position: relative;
	display:block;
	width: 100%;
	height: auto;
	/*background-color: #DF2027;*/
	text-align: center;
	
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .8) inset,
					 0 -10px 10px -10px rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .8) inset,
						0 -10px 10px -10px rgba(0, 0, 0, .8) inset;
	box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, .8),
				inset 0 -30px 30px -30px rgba(0, 0, 0, .8);
}

#slideHeader > div.item {
	position: relative;
	width: 100%;
	/*max-width: 1400px;*/
	height: 100%;
	margin:0 auto;
	padding:0;
}
#slideHeader > div .title {
	padding:2em ;
}
#slideHeader img {
	position: relative;
	z-index: -1;
	width: 100%;
	height:auto;
	/*width: auto;
	height:100% !important;*/
	/*display: block;*/
	margin:0 auto;
    /*
    visibility: hidden;
    opacity: 0;
    */
}
#slideHeader ul.bxslider li {
    /*position:relative !important;*/
}

/* puntos */
#slideHeader .puntos {
	position: absolute;
	/*z-index: 999;*/
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
#slideHeader .puntos > li {
	position: absolute;
	margin:0;
	padding:0;
	display: inline-block;
	list-style: none;
}
#slideHeader .puntos > li > a {
	position: relative;
	display: block;
	white-space: nowrap;
}
#slideHeader .puntos > li > a > span.punto {
	color:#fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
}


.popover {
	width: auto;
	min-width:250px;
}
.popover h3 ,
.popover h4 {
	margin:0;
}
.popover .inner {}
.popover .inner > figure {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.popover .inner > figure {
	width:70px;
	height:70px;
	background-color: #000;
}
.popover .inner > ul {
	margin-left:.8em;
}
.popover .inner > ul li {
	margin:0;
	list-style: none;
}




#slideHeader .puntos > li#punto1 {
	top:35%;
	left:35.5%;
}
#slideHeader .puntos > li#punto2 {
	top:30%;
	left:67%;
}
#slideHeader .puntos > li#punto3 {
	top:15%;
	left:60%;
}


/* **********************************************************************/
/* bootstrap custom
 * **********************************************************************/

.navbar-custom {
	margin:0;
}

.dropdown-menu li {
	list-style: none;
}
.dropdown-menu li a {
	display: block;
}
.dropdown-menu li a:hover {
	color:#DF2027;
}

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

.navbar {
	min-height: inherit;
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar-nav > li {
	
}
.navbar-nav > li > a {
	display: block;
	margin:0;
    padding:.5em;
}
/*
.navbar-nav > li:before ,
.navbar-nav > li:hover:before {
    content: "";
	position: absolute;
	z-index: 5;
	top:50%;
	left:0;
	height:16px;
	margin-top:-8px;
	border-left:1px solid #bdbdbd;
}
.navbar-nav > li:first-child:before {
	border-left:0;
}

.navbar-nav > li > div {
	display:block;
	float:none;
	margin:0 3px;
	padding:.5em;
}
*/


/* producto
********************************************************************************/

#pFamiliasGrid {}

.pfamilia ,
.pfamilia-img {
    position: relative;
    display: inline-block;
    margin:0;
    margin-right: -4px;
}

.pfamilia {
    color:#fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
.pfamilia > div.inner {
    /*border:1px solid #fff;*/
    /*background-color: #CCCCCC;*/
    background-image: url(../images/familia-texture.png);
    background-position: left top;
    background-position: center;
    background-repeat: repeat;
    /*overflow: hidden;*/
}

.pfamilia-img {}
.pfamilia-img > .inner {
    /*background-color: #CCCCCC;*/
    /*background-image: url(../temp/amb.jpg);*/
    /*background-position: left top;*/
    background-repeat: no-repeat;
    opacity: .2;
    
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.pfamilia-img > .inner.vacio {
    /*
    background-color: #DF2027;
    background-color: #000;
    background-image: url(../images/familia-texture.png) !important;
    */
}


a.familia-btn ,
.familia-title {
    position: relative;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    color:#fff;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.8);*/
}
.familia-title {
    display: table;
    vertical-align: middle;
}
a.familia-btn {
    display:table-cell;
    vertical-align: middle;
    margin:0;
    padding:0;
    
    font-size: 16px;
}
a.familia-btn img {
    width:100%;
    height:auto;
}




.fRotulo {
    position:relative;
    background-image: url(../images/familia-texture.png);
    background-position: left top;
    background-position: center;
    background-repeat: repeat;
}
.fRotulo .title {
    margin:0;
    padding:0;
    text-align: center;
    /*
    color:#fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);*/
}
.fRotulo .title img {
    margin:0 auto;
    padding:0;
    width:85%;
}


/* header ambientes serie
*******************************************************************************/

#serieHeader {
    position: relative;
    width:100%;
    top:0;
    left:0;
}
/*
#serieHeader-capa1 ,
#serieHeader-capa2 {
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
    transition: height 1s ease;
}
*/
#serieHeader-capa1 ,
#serieHeader-capa1 .bx-wrapper ,
#serieHeader-capa1 .bx-wrapper .bx-viewport ,
#serieHeader-capa1 .bx-wrapper .bx-viewport ul.bxslider ,
#serieHeader-capa1 .bx-wrapper .bx-viewport ul.bxslider li ,
#serieHeader-capa2 {
    min-height:600px;
}

#serieHeader-capa1 {
    position: relative;
    min-height: 200px;
    /*max-width: 1300px;*/
    margin:0 auto;
    /*background-color: #fff;*/
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJ1dXX/SeUwMDAAAE2VCeWwF+eEAAAAAElFTkSuQmCC);
}

#serieHeader-capa2 {
    position: absolute;
    z-index: 999;
    width:100%;
    top:0;
    left:0;
    
    color:#fff;
    /*text-shadow: 0 1px 1px rgba(0,0,0,.8);*/
}
#serieHeader-capa2 .serie-titulo {
    text-align: right;
}
#serieHeader-capa2 .serie-titulo h2 {
    display:inline-block;
    margin:.5em 0;
    padding:.5em 1em;
    border-bottom:1px solid #fff;
    font-size: 2em;
    font-weight: normal;
    color:#DF2027;
    
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}
#serieHeader-capa2 .serie-titulo h2 small {
    display:block;
    font-size:14px;
    color:#2a2a2a;
}




#nav-series-familia ,
.track-container {
    height: 0;/*
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
    transition: height 1s ease;*/
}

#nav-series-familia {
    /*position:absolute;*/
    position:relative;
    display: block;
    margin: 0;
    width: 100%;
    overflow: hidden;
    
    text-shadow: none;
}

a.toogleNavSeries {
    display:block;
    margin:1px;
    padding:.2em 1em;
    background-color: #fff;
    text-align: center;
}

.track-container {}
.track-container ul {
    margin:0;
    padding:0;
    width:100%;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
}
.track-container ul li {
    list-style: none;
    display:block;
    float:none;
    width:100%;
    margin:0;
    padding:0;
}
.track-container ul li a {
    display:block;
    padding: .2em .5em;
    border-top:1px solid #B0B0B0;
    
    font-size: .9em;
    color:#808080;
    text-decoration: none;
}
.track-container ul li:first-child a /*,
.track-container ul li:nth-child(2) a */{
    border-top:0;
}
.track-container ul li:first-child a {
    padding-top: 1em;
}
.track-container ul li:last-child a {
    padding-bottom:1em;
}

.track-container ul li a span {
    display:inline-block;
    vertical-align: middle;
}
.track-container ul li a span img {
    display: block;
}
.track-container ul li a small {
    display: block;
}

.track-container ul li a:hover {
    background-color: #e0e0e0;
    color:#000;
}
.track-container ul li.active a {
    background-color: #DF2027;
    color:#fff;
}


/* nav series 
********************************************************************************/
.track-container {
    /*overflow: scroll;*/
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
}

.track-pagination {
    position: relative;
    z-index: 999;
}
.track-anchors-container {
    /*position:absolute;*/
}
.track-anchors-container .track-anchor {
    padding:.5em;
}

.track-wrapper {
    position: relative;
    /*position: absolute;*/
    top:0;
    left:0;
    width:100%;
    margin: 0;
    padding: 0;
}
.track-wrapper > li {
    display:block;
}
.track-wrapper .item {
    position: relative;
}


/* modelos
********************************************************************************/

.serieInfo {
    display: inline-block;
    vertical-align: middle;
}
.serieInfo img {
    display: block;
}


.serie-title {
    margin:1.5em 0;
}

.leyenda.serie {
    margin:0;
    margin-left:1em;
    padding-left:1em;
    display:inline-block;
    vertical-align: top;
    white-space: nowrap;
    border-left: 2px solid #b9b9b9;
    line-height: 1;
}
.leyenda.serie li {
    margin:0;
    margin-left:-2px;
    padding:0;
    list-style: none;
    display: inline-block;
}
.leyenda.serie img {
    display: block;
    border:0;
    margin:0;
    padding:0;
    opacity: 1;
}


.tabMenu {
    margin:0;
    padding:0;
    border-bottom:2px solid #BCBCBC;
}
.tabMenu > li {
    cursor:pointer;
    display: inline-block;
    margin:0;
    padding:.5em 1em;
    
    border:1px solid #BCBCBC;
    border-bottom:0;
    
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.tabMenu > li.active {
    background-color: #CACACA;
}
.tabPanels {}
.tabPanels > div {
    padding:1em 0;
}




.serie-modelos {}
.serie-modelo {}
.serie-modelo figure {
    position: relative;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin:0;
    padding:0;
    border:1px solid #ddd;
    text-align: center;
}
.serie-modelo figure > span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width:100%;
    height:100%;
}
.serie-modelo figure > span.figure img {
    width:auto;
    height:auto;
    margin:0 auto;
}
.serie-modelo figure > span.figure a.hover {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
    
    color:#fff;
}
.serie-modelo figure > span.figure a.hover span {
    display: inline-block;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-32px;
    margin-left:-32px;
    
    padding:20px;
    background-color: #DF2027;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.serie-modelo figure:hover > span.figure > a.hover {
    opacity: 1;
}
.serie-modelo figure:hover > span.figure > a.hover > span {
}


.modelo-detalles {
    margin:0;
    padding:0;
}
.modelo-detalles li {
    display: block;
    margin:0;
    padding:0;
    border-top:1px dashed #CACACA;
}
.modelo-detalles li:first-child {
    border-top:0;
}
.modelo-detalles li small {
    color:#aaa;
    /*font-style: oblique;*/
    font-size:.8em;
}

.modelo-detalles li.formato {
    color:#DF2027;
}
.modelo-detalles li.codigos > span {
    display: inline-block;
    width:50%;
    margin-right: -4px;
}


.modelo-detalles li.cabecera { /* resultados busqueda */
    padding:.3em .5em;
    background-color: #f0f0f0;
} 
.modelo-detalles li.cabecera h3 {
    margin:0;
    padding:0;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: .9em;
    font-weight: normal;
} 

.modelo-nombre {
    /*font-size: 1em;*/
    /*font-weight: normal;*/
}


.serie-modelos .modeloIconos {
    margin-top:.5em;
    padding-top:.5em;
    border-top:1px solid #DF2027;
}



.serie-modelo .links { /* resultados busqueda */
    margin-top:.3em;
    padding-top:.3em;
    border-top:1px solid #000;
}
.serie-modelo .links a {
    display:inline-block;
    vertical-align: middle;
}
.serie-modelo .links a small:before {
    margin-top:-8px;
    vertical-align: middle;
    font-size: 12px !important;
    color:#ccc;
}




.serie-caracteristicas {}
.serie-caracteristicas > div {
    margin-top:2em;
}
.serie-caracteristicas > div:first-child {
    margin-top:0;
}



.piezas_complementarias {}
.piezas_complementarias > div > figure {
    display: inline-block;
    padding:.2em;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.piezas_complementarias > div > div > small {
    display:block;
}




.leyenda ul {
    margin:0 0 2em;
}
.leyenda ul:last-child {
    margin:0;
}
.leyenda li {
    display:block;
    margin:0 0 .3em 0;
    opacity: .5;
}
.leyenda li img {
    margin:0 1em .2em 0;
    opacity: .2;
}
.leyenda li.leyendaActivo {
    display:block;
    opacity: 1;
}
.leyenda li.leyendaActivo img {
    opacity: 1;
}
/*
.leyenda li:hover img {
    opacity: 1;
}
*/



.serie-marketing {}
.serie-marketing .item {}
.serie-marketing .item .familiaMarketing_title {}
.serie-marketing .item .familiaMarketing_title span {}

.serie-marketing .item .familiaMarketing_title span:before {
    margin-right:5px;
    /*color:#DF2027;*/
    font-size:16px !important;
}
.serie-marketing .item figure {
    border:1px solid #ccc;
    background-color: #ccc;
}
.serie-marketing .item figure img {
    display:block;
}
.serie-marketing .item .ficheroTitulo {
    margin-top: .7em;
    margin-bottom:.5em;
    padding-bottom:.5em;
    border-bottom: 1px dashed #ccc;
    
    font-size:14px;
}
.serie-marketing .item > div > a {
    display: block;
    margin-top: .7em;
    margin-bottom:.5em;
    padding-bottom:.5em;
    border-bottom: 1px dashed #ccc;
    
    font-size:12px;
}

/* Serie bxSlider
*******************************************************************************/

.bx-wrapper ,
.bx-wrapper > .bx-viewport {
    position: relative;
    /*max-height: 800px;*/
}
.bx-wrapper > .bx-viewport > .bxslider > li {
    /*max-height: 600px !important;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#serieHeader-capa1 .bx-wrapper > .bx-viewport > .bxslider > li > img {
    /*display:none;*/
    visibility: hidden;
    opacity: 0;
}

#serieHeader-capa1 > .bx-wrapper > .bx-viewport .descarga {
    position: absolute;
    z-index: 9999999999999;
    bottom:0;
    display: inline-block;
    padding:.5em 1em;
    background-color: #fff;
}


.bx-pager-bubbles {
    margin-left: 1em;
}
.bx-pager-bubbles .bx-pager-item {
	display: inline-block !important;
    vertical-align: middle;
	*zoom: 1;
	*display: inline;
}

.bx-pager-bubbles .bx-pager-item a {
    position: relative;
    top:0;
    left:0;
	display: block !important;
	width: 12px;
	height: 12px;
    overflow: hidden;
	margin: 0 0px;
    padding:0;
	outline: 0;
    background: #e0e0e0;
    text-indent: 200%;
	
	-moz-border-radius: 100em;
	-webkit-border-radius: 100em;
	border-radius: 100em;
	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .5);
	box-shadow: 0 1px 2px rgba(0,0,0, .5);
}
.bx-pager-bubbles .bx-pager-item a.active {
    width:18px;
    height:18px;
	background-color: #444444;
	background-color: #DF2027;
}
.bx-pager-bubbles .bx-pager-item a:hover {
	background-color: #DF2027;
}


.bx-pager-bubbles ,
.bx-pager-download {
    display: inline-block;
}
.bx-pager-download {}
.bx-pager-download a {
	display: none;
}
.bx-pager-download a.active {
    display: block;
}


.icoExtras {
    display: inline-block;
    padding:.5em;
    font-size: small;
    background-color: #fff;
    background-color: rgba(255,255,255,.7);
    color:#000;
    text-shadow: none;
    
	-moz-border-radius: 100em;
	-webkit-border-radius: 100em;
	border-radius: 100em;
    
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .5);
	box-shadow: 0 1px 2px rgba(0,0,0, .5);
}


/* descripciones ambientes */
.bx-pager-descripcion {
    display:block;
}
.bx-pager-descripcion > a {
    display:none;
    color:#2a2a2a;
    font-size:small;
    text-decoration:none;
    
    margin-bottom:1em;
    padding:.5em 1em;
    /*padding-bottom:1em;*/
    border-bottom:1px dashed #fff;
    
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}
.bx-pager-descripcion > a:hover {
    color:#2a2a2a;
    text-decoration:none;
}
.bx-pager-descripcion > a.active {
    display:inline-block;
}
.bx-pager-descripcion > a > p {
    margin: 0em 0 0 0;
}
.bx-pager-descripcion > a > p:first-child {
    margin: 0;
}



/* sly carousel
*******************************************************************************/

#sly {
    position:relative;
    background-color: #e0e0e0;
}

.ambientes-tag {
    position:absolute;
    z-index: 999;
    bottom:100%;
    left:0;
    width:100%;
    display:block;
    text-align: center;
}
.ambientes-tag > span {
    position:relative;
    display:inline-block;
    padding:.3em .5em;
    background-color: #000;
    color:#fff;
    font-size: small;
}
.ambientes-tag > span:after {
    content: " ";
    position: absolute;
    bottom:-5px;
    left:50%;
    width: 0px;
    height: 0px;
    margin-left:-5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
}

#sly_effects.bx-pager.bx-pager-thumb {
    position: relative;
    width: 100%;
    height: 103px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    cursor: move;
    /*border-bottom:1px dashed #ccc;*/
}
#sly_effects.bx-pager.bx-pager-thumb .slidee {
    position: absolute;
    left: 0;
    height: 100%;
    margin: 0; 
    padding: 0;
    list-style: none;
    text-align: center;
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li { 
    position:relative;
    float: left;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 12.5% !important;*/
    max-width:150px;
    margin: 0;
    /*margin-right: -4px;*/
    padding: 0; 
    list-style: none; 
    /*border:1px solid #ddd;*/
    text-align: center;
    /*overflow:hidden;*/
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li a {
    display: block;
    width:100%;
    height:100%;
    margin:0;
    padding:.5em;
    text-align: center;
}

#sly_effects.bx-pager.bx-pager-thumb .slidee li a span {
    display: block;
    width:100%;
    height:100%;
    /*display: table-cell;*/
    vertical-align: middle;
    margin:0;
    padding:0;
}

#sly_effects.bx-pager.bx-pager-thumb .slidee li a span img {
    margin: 0 auto;
    /*width: auto !important;*/
    max-height: 100%;
}

#sly_effects.bx-pager.bx-pager-thumb .slidee li a:hover {
    background-color: #4a4b4c;
}
#sly_effects.bx-pager.bx-pager-thumb .slidee li a.active {
    background-color: #DF2027;
    background-color: #000;
}


/* */

.noDisplayImportant {
    display: none !important ;
}
.blokGrid.noDisplayImportant {
    display: none !important ;
}


/* ambientes seccion
**********************************************************************************/

/* portada */
#pAmbientesGrid {}

#pAmbientesGrid > div.pAmbiente {}
#pAmbientesGrid > div.pAmbiente > a {
    display:block;
    margin:5px;
    color:#fff;
    background-color: #99b4c6;
}


#pAmbientesGrid span.pAmbienteTitle {
    text-transform: uppercase;
}
#pAmbientesGrid span.pAmbienteTitle > span {
    margin: 0;
    padding: 0;
    display: table;
    width:100%;
    height:100%;
}
#pAmbientesGrid span.pAmbienteTitle > span > span {
    display: table-cell;
    vertical-align: middle;
}
#pAmbientesGrid span.pAmbienteTitle > span > span > img {
    display:block;
    max-width:72px;
    margin:0 auto;
}
#pAmbientesGrid span.pAmbienteTitle > span > span > span {
    margin: 1em 0 0;
    padding: 1em 0 0;
    display:block;
    border-top:1px solid #fff;
}



#pAmbientesGrid span.pAmbienteImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


/* gridAmbientesBox
*******************************************************************************/

.gridAmbientesBox {
    /*margin-top: 2em;*/
}

/* nav-tags */

.nav-tags {
    text-align:center;
}
.nav-tags li {
    display: inline-block;
    vertical-align: top;
    padding-top:1em;
    background-color: #99B4C6;
}
.nav-tags li:hover {
    background-color: #688BA2;
}
.nav-tags li.active {
    background-color: #688BA2;
}
.nav-tags li a {
    display:block;
    margin:0;
    padding:1em;
    color:#fff;
}
.nav-tags li a:hover {
    text-decoration: none;
}
.nav-tags li a > img {
    max-width: 36px;
}
.nav-tags li a > span {
    display:none;
    margin-top:.5em;
}
/*
.nav-tags li:hover a > span {
    display:block;
}
*/
.nav-tags li.active > a {}
.nav-tags li.active > a > span {
    display:block;
}

/* ambientes grid */

#gridAmbientes {
    position:relative;
    margin:2em 0 1em 0;
    
    /*text-align: center;*/
}

#gridAmbientes .item {
    position:relative;
    display:inline-block;
    vertical-align: top;
    width: 16.667%; /* media rules */
    margin:0 -4px 0 0;
    padding:15px;
    text-align: center;
    /*border:1px solid #fff;*/
    border-bottom:0;
    
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.2s;
    transition: all 0.3s;
}
/** paginacion cargador */
#gridAmbientes .item img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}


#gridAmbientes .item.is-loading ,
#gridAmbientes .item.is-broken figure{
  background-position: center;
  background-repeat: no-repeat;
}
#gridAmbientes .item.is-loading {
  background-image: url('../images/loading-white.gif');
 /* background-color: #DF2027;*/
}
#gridAmbientes .item.is-broken figure {
  background-image: url('../images/broken.png');
  background-color: #be3730;
}
#gridAmbientes .item.is-loading img  /*,
#gridAmbientes .item.is-broken */{
  opacity: 0;
}
 #gridAmbientes .item.is-broken img /*,
#gridAmbientes .item.is-broken */{
  display: none;
}



#gridAmbientes .item:hover {
    z-index: 999;
    background-color: #DF2027;
    /*background-color: #99b4c6;*/
    /*
    -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.3);*/
}


#gridAmbientes .item img.icono_ambiente {
    width:100%;
}
#gridAmbientes .item img.icono_ambiente:hover {
    cursor: pointer;
}

#gridAmbientes .item.active {
    margin-bottom:-1px;
    background-color: #DF2027;
}

#gridAmbientes .item.active:after, #gridAmbientes .item.active:before { 
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 50%;
    border: solid transparent; 
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
} 
#gridAmbientes .item.active:after {
    margin-bottom:-5px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px; 
    margin-left: -8px;
}/*
#ambSlideHeader .item.active:before {
    border-color: rgba(223, 32, 39, 0);
    border-bottom-color: rgba(223, 32, 39, .5);
    border-width: 16;
    margin-left: -16px;
}
*/



#gridAmbientes .item > .info {
    padding:.5em 48px 0 0;
    font-size: small;
    text-align: left;
}
#gridAmbientes .item:hover > .info {
    color:#fff;
}
#gridAmbientes .item > .info h4 {
    margin:.2em 0;
    font-size: small;
    font-weight: normal;
}




#gridAmbientes .item > .addFavoritos ,
#gridAmbientes .item > .favoritoStar {
    position: absolute;
    z-index: 9;
    display: inline-block;
    margin:0;
    padding:.5em;
    
    background-color: #fff;
}


#gridAmbientes .item > .addFavoritos {
    bottom:0em;
    right:0em;
    cursor: pointer;
    font-size: small;
    /*visibility: hidden;
    opacity: 0;*/
    
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#gridAmbientes .item > .addFavoritos:hover {
    /*background-color: #fff !important;*/
    /*color:#DF2027 !important;*/
    color:#000 !important;
}

#gridAmbientes .item.active > .addFavoritos ,
#gridAmbientes .item:hover > .addFavoritos {
    bottom:1em;
    right:1em;
    background-color: #DF2027;
    color:#fff;
    /*
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0, 0.8);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0, 0.8);
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.8);
    */
}
#gridAmbientes .item > .favoritoStar {
    top:1.5em;
    left:1.5em;
    padding:0;
    line-height: 0;
    color:#DF2027;
}
#gridAmbientes .item > .favoritoStar span:before {
    padding:10px 5px;
    
    font-size: .8em !important;
    line-height: 0;
}

#gridAmbientes .item:hover > .addFavoritos {
    /*visibility: visible;
    opacity: 1;*/
}




.expandPreview {
    position:relative;
    min-height:100px;
    max-height:640px;
    margin:0 0 2em;
    padding:1em;
    /*background-color: rgba(223, 32, 39, .3);*/
    /*background-color: #3a3a3a;*/
    /*border-top:3px solid #3a3a3a;*/
    border-top:5px solid #DF2027;
    text-align: center;
    
}

.expandPreview .DivTexto {
    position:absolute;
    z-index: 9;
    top:1em;
    left:1em;
    padding:1em;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    
    text-align: left;
}
.expandPreview .DivTexto p {
    margin:0;
    padding:0;
}

.expandPreview img#cargador_wrap {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-16px;
}

.expandPreview > figure {
    position: relative;
    /*width:100px;*/
    height:100%;
    display: inline-block;
    margin:0;
    padding:0;
}
.expandPreview > figure img {
    display: block;
    white-space: nowrap;
}

.expandPreview img#imagen_wrap {
    width:auto !important;
    max-width:auto !important;
    height:100% !important;
    margin: 0;
    padding: 0;
}
.expandPreview img#imagen_wrap:hover {
    cursor:pointer;
}

.expandPreview .closeExpandPreview {
    position:absolute;
    top:0.5em;
    right:0.5em;
    width: 50px;
    height:50px;
    padding:1em;
    background-color: #DF2027;
    
    font-family: arial,sans-serif;
    /*font-weight: bold;*/
    color:#fff;
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.8);
    cursor:pointer;
}





.nextPageBox {
    display:block;
    margin-top:4em;
    text-align:center;
}
#nextPage {
    display:inline-block;
    padding:.5em 1em;
    cursor:pointer;
}


/*
*********************************************************************************/

/* custom */

.form-inline select.form-control {
    width: 100%;
    display:block;
}

.form-inline [class^="blok"].blokGap, .form-inline [class*=" blok"].blokGap {
    padding:0 2px !important;
}

a.resetFiltros {
    margin:.3em 0 0 0;
    color:#a7a7a7;
}
a.resetFiltros:hover {
    color:#DF2027;
}




/* shareThisBox
*********************************************************************************/

.shareThisBox {}
.shareThisBox span {
    position: relative;
    width: 32px;
    height: 32px;
    margin:0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.shareThisBox > strong {
    display: inline-block;
    vertical-align: middle;
    font-size: small;
}
.shareThisBox > span {
    margin:0 -2px 0 0;
}

.shareThisBox > span > span > span { 
    background-size: 100% auto; 
}
.shareThisBox span.st_facebook_large > span > span {
    background-image: url(../images/social/facebook_32.png) !important;
}
.shareThisBox span.st_googleplus_large > span > span {
    background-image: url(../images/social/google%2b_32.png) !important;
}
.shareThisBox span.st_twitter_large > span > span {
    background-image: url(../images/social/twitter_32.png) !important;
}
.shareThisBox span.st_linkedin_large > span > span {
    background-image: url(../images/social/linkedIn_32.png) !important;
}
.shareThisBox span.st_pinterest_large > span > span {
    background-image: url(../images/social/pinterest_32.png) !important;
}
.shareThisBox span.st_vkontakte_large > span > span {
    background-image: url(../images/social/vk_32.png) !important;
}

/** cargador de imagenes para busquedas marketing   **/

#resultados_m .itemAjax img  , #resultados .itemAjax img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#resultados_m .itemAjax.is-loading ,
#resultados_m .itemAjax.is-broken {
  background-position: center;
  background-repeat: no-repeat;
}
#resultados_m .itemAjax.is-loading {
  background-image: url('../images/loading-white.gif');
  background-color: #ffffff;
}
#resultados_m .itemAjax.is-broken {
  background-image: url('../images/broken.png');
  background-color: #ffffff;
}
#resultados_m .itemAjax.is-loading img {
  opacity: 0;
}

/*** series **/ 

#resultados .itemAjax.is-loading ,
#resultados .itemAjax.is-broken {
  background-position: center;
  background-repeat: no-repeat;
}
#resultados .itemAjax.is-loading {
  background-image: url('../images/loading-white.gif');
  background-color: #ffffff;
}
#resultados .itemAjax.is-broken {
  background-image: url('../images/broken.png');
  background-color: #ffffff;
}
#resultados .itemAjax.is-loading img {
  opacity: 0;
}

/* lazyLoad
********************************************************************************/

.lazyLoading {
    background-image: url('../images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto !important;
}