#clear {clear:both;}
.ws10 {padding-right: 10px;padding-left: 10px;  }
.ws10izq {padding-right: 0px; padding-left: 10px;  }
.ws10der {padding-right: 10px; padding-left: 0px;  }
.container {padding-right: 10px; padding-left: 10px;}
.container-fluid {padding-right: 10px; padding-left: 10px;}

.row { margin-right: -10px; margin-left: -10px;} 

.no-padding {padding: 0 !important;}
.no-padding-left {padding-left: 0 !important;}
.no-padding-right {padding-right: 0 !important;}

/********************** Estilos contenido detalle *******************/
#articulo {text-align: justify;  overflow:hidden;}
.margenizq { margin-left:10px;}
.margender { margin-right:10px;}
.margensup { margin-top:10px;}
.margeninf { margin-bottom:10px;}
.imagender {padding: 0px; float:right;}
.imagenizq {padding: 0px; float:left;}
.panel-box { min-height:270px;}
.producto { overflow: hidden;}
.destacado { background-color:#f1f1f1; padding-top:10px; padding-bottom:10px;  border-bottom:1px solid  #f9f9f9;}
/************ Paginacion de contenidos ******************/
.seccionpaginacion 
{
  margin:0px;
  padding:0px;
  height:30px;
  line-height: 1.4em;
  text-align:justify;
  color:#666666;
}
div.pagination {
  padding-top:10px;
  padding-bottom:10px;
}
div.pagination a {
  font-weight:bold;
  text-decoration:none;
  padding:10px 15px;
  margin:0 3px;
  border:1px solid #f1f1f1;
}
div.pagination a:hover, div.pagination a:active {
  border:1px solid #f1f1f1;
  background-color:#f1f1f1;
}
div.pagination span.current {
    padding: 10px 15px;
    margin: 0 3px 0 3px;
    border: 1px solid #808080;
    font-weight: bold;
    background-color: #CCCCCC;
}
div.pagination span.disabled {
  display:none;
}

/********* Menu Lista ****/
.list-group-item {
  padding: 8px 20px;
  background-color: #fbfbfb;
}
a.list-group-item {
  color: #000;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #fff;
  cursor: not-allowed;
  background-color: #737277;
  border: 1px solid #737277;
  padding: 10px 25px;
  text-transform:uppercase;
  font-size:16px;
}
/****************  Tabs *******************/
.tab-content>.tab-pane {
padding:15px;
border-bottom:1px solid #dddddd;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
margin-bottom:15px;
overflow: hidden;
}
#toTop{
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  display: none;
}
#toTop .fa {margin-right: 5px;}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px; 
}
.wsborder{ border-right: 1px solid #ddd;}
.wsborizq {border-left:1px solid #ddd;}
.itemtitulo {height:50px;}
.itemresumen {display:block; height:150px;}
.itemdetalles {float:right; background-color: #b68d01; border:1px solid #b68d01;}
.itempie { overflow: hidden;  line-height: 40px;}

#mapgoogle {  width:100%;    height: 400px;}
.vistavideo {  position: relative;  padding: 0px; margin: 0px;}

.input-group-cantidad .btn{border-radius:0;}

/******  Redes sociales ***/
.btn-twitter {
    background: #00acee;
    border-radius: 0;
    width:50px;
    color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook {
    background: #3b5998;
    border-radius: 0;
    width:50px;
    color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}

.btn-linkedin {
    background: #0e76a8;
    border-radius: 0;
    width:50px;
    color: #fff
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #0b6087;
    color: #fff
}



/*Thumbnails
------------------------------------*/
.thumbnail {overflow: hidden;}
a.thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
.thumbnail:hover { 
  box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.thumbnail h3 { margin: 0; overflow: hidden; }
.thumbnail .resumen {overflow: hidden;}
.thumbnail .thumbnail-img {
  position: relative;
  margin-bottom: 0px;
}
.thumbnail a.btn-nuevo {
    background: #00BCD4;
    top: 0px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    padding: 20px;
    position: absolute;
    right: 0px;
    border-bottom-left-radius: 50px;
}

}
.thumbnail a.btn-nuevo:hover {
  text-decoration: none;
  background: #00BCD4;
  color:#FFFFFF;
}
.thumbnail a.btn-oferta {
    background: #fc0000;
    top: 0px;
    color: #FFF;
    display: inline-block;
    font-family: oswald;
    font-size: 16px;
    padding: 5px 20px;
    position: absolute;
    right: 0px;
}}
.thumbnail a.btn-oferta:hover {
  text-decoration: none;
  background: #ad0e0e;
  color:#FFFFFF;
}
.thumbnail-kenburn img {
  left: 0px;
  margin-left: 0px;
  position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
.thumbnail2-kenburn img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.thumbnail2-kenburn:hover img {
  -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
  }



/************  Estilo galeria fotos ***/
#lightgallery {margin-bottom: 20px;    overflow: hidden;}
#lightgallery .btn-default {
    color: #ffffff;
    background-color: transparent;
    font-size: 26px;
    border: 0px;
}
#lightgallery .btn-default:hover {
    color: #ffffff;
    background-color: transparent;
    font-size: 26px;
    border: 0px;
}
.bordergaleria {border:1px solid #fff;}
.websyseffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.websyseffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}
.websyseffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.websyseffect h3 {
  text-transform: uppercase;
  color: #00a6f6;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.websyseffect a.button {
  display: inline-block;
  float: none;
  margin-left: auto;
  margin-right: auto;  
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.websyseffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.websyseffect:hover h3 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.websyseffect:hover a.button {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.listasocial li { display:inline;  }
.menumovil {
 padding: 0;
 width: 100%;
 }
.menumovil li {
 display: inline;
 list-style: none;
 width: 25%;
 float: left;
text-align: center;
margin-bottom: 10px;
 }



@media (min-width: 1200px) { .container { width: 1280px; }}
@media only screen and (max-width : 768px) {.columnaizq  {display:none;}}

@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
