article, article li {
	line-height: 140%;
}

.center {
  text-align: center;
}

article h1 {
	color: #333;
}

article div.body div.galeria {
	width:212px; 
	float:left;
	min-height: 100px;
	text-align:center;
	position: relative;
}

article div.galeria {
	margin-bottom: 20px;
  margin-left:-20px;
}

article div.galeria ul:not(.product-certificates) li {
	list-style:none;
  background:none;
  padding:0;
  float:left;
  max-width:100%;
}

article div.galeria ul:not(.product-certificates) li:first-child {
  width: 100%;
}
article div.galeria ul:not(.product-certificates) li:first-child img {
  width: 100%;
}

article .body ul.product-certificates {
  clear:both;
  padding-top: 2em;
}

article .body ul.product-certificates li {
  display: inline-block;
  list-style: none;
  background: none;
}

ul.product-certificates img[src$='ce.png'] {
  width: 40px;
}

article div.galeria ul li a:active, 
article div.galeria ul li a:hover, 
article .fancybox-title-inside-wrap a 
{
	text-decoration: underline;
}

div.top {
  float: left;
	max-width: 500px;
  margin: 0 0 20px 16px; 
}

div.intro {
  padding: 0 0 10px 0;
	font-size: 1.2em;
}

div.top div.thumbnails {
  float: left;
  width: 278px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 0 0 10px;
}

div.thumbnails img {
  max-width: 60px;
  max-height: 60px;
  display: block;
  float: left;
  margin: 0 9px 10px 0;
}

div.tabs {
  float: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-top: 1rem;
}

div.tabs a.tab {
  font-size: 1.2em;
  text-transform: capitalize;
  font-weight: bold;
  color: #333;
  float: left;
  display: block;
  padding: 1em;
  margin: 0 3px -1px 0;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

div.tabs a.tab:first-child {
  margin-left: 3px;
}

div.tabs a.current {
  border-bottom: 1px solid #fff;
  background-color: #fff
}

#tabs-content {
	padding: 2em;
	min-height: 500px;
}

/* div.tab { */
/*   display: none; */
/* } */

div.tab h4 {
  margin: 2em 0 1.5em;
  border-bottom: 1px dotted lightgrey;
  color: #888;
}

div.tab a {
	text-decoration: underline;
}

div.tab h4:first-child {
  margin-top: 0;
}

article .body {
  background-color: transparent;
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 600px;
}

.dosCols {
	box-sizing: border-box;
    width:49%;
    float:left;
    padding: 0 2em 1em 0;
}


p.acceda-clientes {
	margin-top: 2em;
	font-size: 120%;
	text-align:center;
}


.accesorios .columnas-3 li {
    width: 30%;
}
.accesorios .columnas-3 li a {
    min-height: inherit !important;
}



ul.js-modelos {
	background: #eee;
	padding: 0 0.2em 1em 1.2em;
  -moz-border-radius: 6px;
       border-radius: 6px;
}

ul.js-modelos {
	padding-top:0.6em;
}

ul.js-modelos li {
}

ul.js-modelos li a {
	display: inline-block;
  text-decoration: underline;
  font: 11px Arial, Helvetica, sans-serif;
  padding:3px 12px;
  -moz-border-radius:3px;
  border-radius: 3px;
}

ul.js-modelos li a.selected {
	color: #eee !important;
  background-color: #383D42;
	text-decoration:none;
}

ul.js-modelos li a:link, ul.js-modelos li a:visited {
	color: #B50027;
}

ul.js-modelos li a:active, ul.js-modelos li a:hover {
  text-decoration: none;
	background: #B50027;
	color:#fff;
}

#modelos {
	width: auto;
}

#seleccion-modelo {
	color: #fff;
}

article .body ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

article .body ul li {
  background-image: url('/images/layout/bullet-li-grey.gif');
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding-left: 8px;
  margin-bottom: 0.4em;
}

article .body .specs .lista-docs, article .body .soporte .lista-docs {
  font-size: initial;
}

article .body ul.product-list li {
	background: none;
}

article iframe {
	clear: both;
	/* margin: 20px 0 0 50px; */
}

/************************ PHONE ************************/
@media screen and (max-width:991px){
article div.body div.galeria {
	width: 100%;
  margin: 1.2em auto;
	float: none;
}

article div.galeria ul li {
  float:none;
}

div.top div.thumbnails {
  float: none;
  width: 100%;
}

div.dosCols {
  width:100%;
  float:none;
}

div.top {
	margin: 0;
}

/* tabs */
div.tabs {
  float: left !important;
}
div.tabs a.tab {
	font-size: 0.8em;
  padding: 10px 2px;
}

div.tabs a.tab:first-child {
	margin-left: inherit;
}

#tabs-content {
    padding: 2em 0.2em;
    min-height: 500px;
}

article .body {
	min-height: 0;
}

h2.legend, div.intro {
  font-size: 1em;
}

}

/************************ MOBILE WRAPPER ************************/

body.mobile #modelos {
	width: initial;
  max-width: 100%;
}

body.mobile div.top {
	max-width: inherit;
}

