#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;
}
@media only screen and (max-width : 768px) {
.columnaizq  {display:none;}
}
.icono30 { font-size: 2.5em;  color:#73ad34; padding:5px; width:40px; height:50px; text-align:center;}
.border {
border: 1px solid #ddd;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding: 15px;
}
.jumbotron {
  padding:10px;
}
/********************** Estilos contenido detalle *******************/
#articulo {
  text-align: justify;
  overflow:hidden;
}
#articulo ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.3em;
  margin-left: 0em;
  padding: 0px;
}
#articulo li {
  list-style: none;
  background-image: url(images/vineta_main.gif);
  background-repeat: no-repeat;
  background-position: 0.4em 0.3em;
  padding-right: 0;
  padding-bottom: 0.3em;
  padding-left: 1.6em;
  padding-top: 0em;
  margin: 0em;
}
.margenizq { margin-left:10px;}
.margender { margin-right:10px;}
.margensup { margin-top:10px;}
.margeninf { margin-bottom:10px;}
.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;
}
/****************** formularios Validacion  *****************/
LV_validation_message{margin:0 0 0 5px;}
.LV_valid {color:#00CC00;}
.LV_invalid {color:#CC0000;font-size:11px;}
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
  background-color:#D6F7D5;
}
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
  background-color:#FFCECE;
}
.blur img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.blur img:hover {
  -webkit-filter: blur(5px);
}
/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
/*B&W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.bw:hover {
  -webkit-filter: grayscale(100%);
}
/******* Mega Menu ****/
.wsmega .nav,
.wsmega .collapse,
.wsmega .dropup,
.wsmega .dropdown {
  position: static;
}
.wsmega .container {
  position: relative;
}
.wsmega .dropdown-menu {
  left: auto;
}
.wsmega .wsmega-content {
  padding: 15px;
  min-width:600px;
}
.wsmega .dropdown.wsmega-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/********* Menu Lista ****/
.list-group {
margin-top:10px;
}
.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;
}
/******************** Videos **************/
#video-gallery {
  width: 100%;
}
.videoGallery .rsTmb {
  padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
  width: 220px;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
  background-color: #02874A;
  border-bottom:-color #02874A;
}
.sampleBlock {
  left: 3%; 
  top: 1%; 
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 6px 8px;
  }
  .videoGallery .rsTmb h5 {
    font-size: 12px;
    line-height: 17px;
  }
  .videoGallery .rsThumbs.rsThumbsVer {
    width: 100px;
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 100px;
    height: 47px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 300px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}
/****************  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;
}
@media (max-width: 767px) { 
    .nav-tabs > li {
        float:none;
        border:1px solid #dddddd;
    }
    .nav-tabs > li.active > a{
        border:none;
    }
    .nav > li > a:hover, .nav > li > a:focus,
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
     {
        background:#ddd;
        border:none;
    border-radius:0px;
    margin-right:0px;
    }
}
#toTop{
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  display: none;
}
#toTop .fa {margin-right: 5px;}
ul.lista {font-family:helvetica,arial,sans-serif;margin:0;padding:0;text-align:center;width:100%;}
ul.lista li {list-style: none;display: inline-block;width: 120px;margin:4px 1px;padding: 0;font-size:14px;}
ul.lista li a {display:block;text-decoration:none;padding:5px;color:#fff;background:#036;}
ul.lista li a:hover {color:#FFF;background:#FF0000;}
hr.style1 {border-top: 1px solid #8c8b8b;}
hr.style2 {border-top: 3px double #8c8b8b;}
hr.style3 {border-top: 1px dashed #8c8b8b;}
hr.style4 {border-top: 1px dotted #8c8b8b;}
hr.style5 {background-color: #fff;  border-top: 2px dashed #8c8b8b;}
hr.style6 {background-color: #fff;  border-top: 2px dotted #8c8b8b;}
hr.style7 {border-top: 1px solid #8c8b8b;  border-bottom: 1px solid #fff;}
hr.style8 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.style8:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.style9 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}
hr.style10 {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}
hr.style11 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}
hr.style12 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}
hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
hr.style15 {
  border-top: 4px double #8c8b8b;
  text-align: center;
}
hr.style15:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #fff;
  color: #8c8b8b;
  font-size: 18px;
}
hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #fff; 
  color: #8c8b8b; 
  font-size: 18px; 
}
hr.style17 {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.style17:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #fff;
  color: #8c8b8b;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}
hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px; 
}
.wsbox {
  overflow:hidden;
  border: 1px solid #ddd;
  padding:10px;
  margin-bottom:20px;
}
.wsbox2 {
  overflow:hidden;
  border: 1px solid #ddd;
  margin-bottom:20px;
  padding: 10px;
}
.wsborder{ border-right: 1px solid #ddd;}
.wsborizq {border-left:1px solid #ddd;}
.form-text {
padding: 0 5px;
color: #444444;
height: 30px;
-webkit-appearance: none;
border: 1px solid #cecece;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding-box;
border-radius: 0;
background-clip: padding-box;
background: url('/estilos/images/select_bg.png') repeat-x;
max-width: 100%;
padding-right: 30px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0F0F0', GradientType=0);
width: 100%;
margin: 0;
}
.form-select {
padding: 0 5px;
color: #444444;
height: 30px;
-webkit-appearance: none;
border: 1px solid #cecece;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding-box;
border-radius: 0;
background-clip: padding-box;
background: url('/estilos/images/select_button.png') no-repeat right center, 
url('/estilos/images/select_bg.png') repeat-x;
max-width: 100%;
padding-right: 30px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F0F0F0', GradientType=0);
width: 100%;
margin: 0;
}
.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: 350px;}
.hotelestrella { float:right; color:#14b8d5;}
.vistavideo {  position: relative;  padding: 0px; margin: 0px;}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}
#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}
/**/
.btncheck span.glyphicon {         
  opacity: 0;       
}
.btncheck.active span.glyphicon {        
  opacity: 1;       
}
.btncheck{border:1px solid #ddd;}
/******  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-googleplus {
    background: #e93f2e;
    border-radius: 0;
    width:50px;
    color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    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
}
.input-group-cantidad .btn{font-size: 14px;}
#mycarousel .nav a small {
  display:block;
}
#mycarousel .nav {
  background:#eee;
}
#mycarousel .nav a {
  border-radius: 0px;
}
.well {
    background-color: #a9dfff;
    border: 1px solid #a0c9ec;
    margin-top: 20px;
    padding: 15px;
}
.well h5 .fa {margin-right: 5px;}
.panel {
    background-color: #eaeaea
  }
.panel-success {
    border-color: #fff;
}
.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #589208;
    border-color: #589208;
        padding: 5px 15px;
  }
.panel-footer {
    background-color: #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.panel .btn-success{
   background-color: #589208;
    border-top: 1px solid #589208;
   padding: 6px 50px;
  }
  .modal-header {
    background-color: #589208;
    color: #ffffff;
}
.estado-img img{margin-right: 3px;}
.estiloweb1 .titulo { 
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin: -90px 0 20px;}
.estiloweb1 .titulo h2 {
  display: inline-block;
  height: 60px;
  background: #785843;
  text-align: center;
  padding: 20px 40px 0 40px;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}
.estiloweb1 .titulo1 h2:after {
  content: '';  
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #785843;
  position: absolute; right: -30px; top: 0;
}
.estiloweb1 .titulo1 h2:before {
  content: '';  
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #785843;
  margin-left: -30px;
  transform:rotate(180deg);
  position: absolute; left: 0; top: 0;
}
/*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: #66a5da;
    top: 0px;
    color: #FFF;
    display: inline-block;
    font-family: oswald;
    font-size: 16px;
    padding: 5px 20px;
    position: absolute;
    right: 0px;
}}
.thumbnail a.btn-nuevo:hover {
  text-decoration: none;
  background: #66a5da;
  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);
  }
.overflow-hidden {
  overflow: hidden;
}
.carousel-control.right { background-image: none; }
.carousel-control.left { background-image: none; }
.carousel-indicators {   bottom: 80px;}
.carousel-caption1 {background-color: #409212; padding:5px;}
.embed-responsive-4by3 {
    padding-bottom: 65%;
}
