@font-face {
  font-family: 'latoregular';
  src: url('../font/lato-reg-webfont.eot');
  src: url('../font/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lato-reg-webfont.woff') format('woff'),
    url('../font/lato-reg-webfont.ttf') format('truetype'),
    url('../font/lato-reg-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url('../font/lato-bold-webfont.eot');
  src: url('../font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lato-bold-webfont.woff') format('woff'),
    url('../font/lato-bold-webfont.ttf') format('truetype'),
    url('../font/lato-bold-webfont.svg#latobol') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latolight';
  src: url('../font/lato-light-webfont.eot');
  src: url('../font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lato-light-webfont.woff') format('woff'),
    url('../font/lato-light-webfont.ttf') format('truetype'),
    url('../font/lato-light-webfont.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* -------------------------------------------------
					COLORES 
------------------------------------------------- */
.color-negro
{
  color: #000; /* Negro */
}

.badge,
.color-blanco,
.color-blanco:hover
{
	color:#FFF;		/* Blanco */
}

body,
nav a,
nav a:hover,
a,
a:hover
{
  color: #444; /* Gris fuerte */
}

.follow,
.text-muted,
.color-gris
{
	color: #888; /* Gris */
}

.color-primary
{
  color: #fec576; /* Primario */
}

.color-complementario
{
  color: #584630; /* Complementario */
}

.bg-black{
  background: #1e1e1e;
}
.bg-primary{
  background: #fec576; /* Primario */
}



/* -------------------------------------------------
					GENERALES 
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body{
	background: url(../img/design/bg.png) #f4f4f4;
	font-family: "latolight", Arial, sans-serif;
	font-size: 16px;
}
img{
	border: 0;
	max-width: 100%;
}
a,
a:hover{
	text-decoration: none;
}
section,
header,
footer,
.float-left
{
	float: left;
	clear: both;
	width: 100%;
}
article,
nav li,
#menu-catalogo li,
.float-left
{
	float: left;
}
h1{
  font-family: "latolight";
	font-size: 2.5em;
  font-weight: normal;
}
h2{
  font-family: "latolight";
	font-size: 2.1em;
  font-weight: normal;
}
h3{
  font-family: "latolight";
  font-size: 1.8em;
  font-weight: normal;
}
h4{
  font-family: "latolight";
  font-size: 1.5em;
  font-weight: normal;
}
h5{
  font-family: "latolight";
  font-size: 1.2em;
  font-weight: normal;
}
p{
	margin: 8px 0;
}
li{
  list-style: none;
}
hr{
  border: none;
  border-bottom: 3px dashed #fec576;
	height: 9px;
  margin: 10px 0;
  width: 100%;
}
.row{
	width: 100%;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-sm{
  font-size: .5em;
}
.text-lg{
  font-size: 1.25em;
}
.text-xl{
  font-size: 1.5em;
}
.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
}
iframe{
  border: 0;
  margin: 20px 0;
  width: 100%;
  height: 500px;
}
iframe#iframe-video{
  height: 344px;
}
.img-circle {
  border-radius: 50%;
  overflow: hidden;
}
.mitad{
  width: 50%;
}
.tercio{
  width: 33%;
}
.cuarto{
  width: 25%;
}
.quinto{
  width: 20%;
}
.dos-tercios{
  width: 66%;
}
.alpha-50,
.alpha-75
{
  opacity:1;
}
.alpha-50:hover{
  opacity:.5;
}
.alpha-75:hover{
	opacity:.75;
}
.text-shadow{
  text-shadow:0 0 10px #000;
}
.arial{
  font-family: arial;
}
.bold{
  font-family: "latobold";
}
.padding-top-50{
  padding-top: 30px;
}
.padding-bottom-20{
  padding-bottom: 10px;
}
.padding-top-20{
  padding-top: 10px;
}
.padding10{
  padding: 10px 2%;
  width: 96%;
}
.padding20{
  padding: 10px 10%;
  width: 80%;
}
.padding50{
  padding: 50px;
  width: 100%;
  box-sizing: border-box;
}
.margen-top-20{
  margin-top: 20px;
}
.margen-bottom-20{
  margin-bottom: 20px;
}
.margen-bottom-40{
  margin-bottom: 40px;
}
.margen-top-40{
  margin-top: 40px;
}
.transicion{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.transicion:hover{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.detalle-pag{
  background: #fec576; /* Primario */
  border-radius: 50%;
  margin: 20px;
  min-width: 17px;
  padding: 10px;
  text-align: center;
}

/* -------------------------------------------------
					NAVEGACIÓN 
------------------------------------------------- */
nav {
  box-shadow: 0 -10px 0 0 #1d1e1f;
  margin: 10px auto 0 auto;
	min-height: 42px;
  text-align: center;
	width: 100%;
	z-index: 10;
}
nav li {
	list-style: none;
  margin-right: 5px;
  position: relative;
}
nav ul li a {
  background: url(../img/design/triangle.png) no-repeat center -10px;
  font-size: 1.2em;
  padding: 15px 13px;
}
nav span{
  font-size: .7em;
}
nav ul li a:hover,
.activo{
  background: url(../img/design/triangle.png) no-repeat center 0;
}
nav ul ul li{
  text-align: center;
}
nav ul ul li a,
nav ul ul li a:hover {
  background-image: none;
  padding: 8px 0;
  margin-right: 0;
}
.select-menu {
	display: none !important;
}
.oculto{
  display: none;
}
.oculto-large{
  display: none;
}
/* -------------------------------------------------
					TEMPLATE 
------------------------------------------------- */
  .sub-menu{
    padding: 0px;
  } 

section.container{
  float: none;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
section.wrapper{
  background: #FFF;
  margin-top: 260px;
  padding-top: 20px
}
header{
  left:0;
  z-index: 10;
}
.header1{
  background: url(../img/design/bg-header.jpg) repeat-x #FFF;
  margin: 0 auto 15px auto;
  min-height: 200px;
  position:absolute;
  right:0;
  top: 60px;
}
.header2{
  background: #FFF;
  box-shadow: 0 0 10px #000;
  min-height: 130px;
  padding-top: 0;
  position: fixed;
  top: 0;
}
#header-left{
  margin: 25px 0;
  text-align: center;
  width:15%;
}
#header-center{
  text-align: center;
  width:45%;
}
#header-right{
  float: right;
  font-size: 1.2em;
  margin: 25px 3% 0 0;
  text-align: center;
  width: 20%;
}
header h1{
  padding: 25px 0;
}
footer h1 span,
header h1 span{
  vertical-align: middle;
}
.header2 h1{
  font-size: 1.8em;
  padding: 10px 0;
}
.header2 #header-right{
  margin-top: 20px;
}
#posicion-top{
  z-index: 90000;
  position: fixed;
}
.header2 #header-left{
  margin-top: 5px;
  text-align: right;
  width:30%;
}
.header2 #header-center{
  margin-top: 5px;
  text-align: right;
  width:30%;
}


footer{
  background: #FFF;
  box-shadow: 0 -15px 0 0 #EEE;
  margin-top: 20px;
  min-height: 140px;
  padding-top: 60px;
}
footer h1{
  padding-left: 50px;
}
footer ul{
  padding-right: 50px;
}
footer li{
  float: right;
  list-style: none;
  margin-left: 30px;
}
.follow{
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #888;
  font-size: 20px;
  margin-top: 20px;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  text-align: center;
}




.footer1{
  width: 30%;
  margin-left: 3%;
}




/* -------------------------------------------------
          JCART 
------------------------------------------------- */
.jcart-remove{
  color: white;
}
.jcart-item-qty{
  width: 9%;
}
.jcart-item-qty input{
  text-align: center;
}
.jcart-item-name{
  width: 60%;
}
.jcart-item-price{
  font-size: .9em;
  width: 30%;
}
.interlineado-alto{
  line-height: 2;
}
.no-dot{
  list-style: none;
}


/* -------------------------------------------------
          INICIO 
------------------------------------------------- */
#camera{
  background: none;
  min-height: 400px;
}
.inicio-circulo{
  padding: 1%;
  width: 18%;
}
.inicio-title{
  background: #FFF;
  border-radius: 5px;
  font-family: "latobold";
  padding: 18px 8%;
  position: absolute;
  right: 0;
  top: 150px;
  width: 55%;
}
.titulo{
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 1;
}



/* -------------------------------------------------
          CATALOGO 
------------------------------------------------- */
.catalogo-icono-categoria{
  float: none;
  margin: 0 auto;
  height: 400px;
  padding-top: 50px;
  width: 400px;
  max-width: 100%;
}
.catalogo-icono-categoria a{
  background: #584630;
  color: #fec576;
  border-radius: 50%;
  font-size: 10em;
  padding: 90px 100px;
}
.catalogo-icono-categoria i{
  width: 150px;
}
.catalogo-icono-categoria a:hover{
  background: #fec576;
  color: #584630;
}
.img-container{
  background: #584630;
}
.titulo{
  left: 0;
  top: 100px;
  text-align: center;
  margin-left: 5%;
  width: 90%;
}
.pic-fade{
  margin-bottom: -3px;
}
.img-container .pic-fade{
  opacity:1;
}
.img-container:hover .pic-fade,
.fade
{
  opacity:0;
}
.img-container .titulo{
  opacity:0;
}
.img-container:hover .titulo{
  opacity:1;
}

#catalogo-pics{
  width: 37%;
  margin-left: 3%;
}
#catalogo-info{
  margin-left: 3%;
  width: 54%;
}
#autores{
  margin-left: 10%;
  width: 90%;
}
#autores li{
  float: left;
  font-size: 1.3em;
  height: 35px;
  width: 33%;
}
#autores a{
  background: #FFF;
  padding: 5px;
  width: 100%;
}
#autores a:hover{
  background: #fec576;
}
.importe{
  font-family: "latobold";
  margin-top: 10px;
  text-align: center;
}


/* -------------------------------------------------
          MARCOS 
------------------------------------------------- */
.marcos-cont{
  height: 1000px;
}
.marcos-cont:first-child{
  background: #00f;
}
.marcos-cont img{
  border: 1px solid #333;
}
.marco1{
  left: 3%;
  top: 0;
  width: 45%;
}
.marco2{
  left: 53%;
  top: 0;
  width: 20%;
}
.marco3{
  left: 77%;
  top: 0;
  width: 20%;
}
.marco4{
  left: 53%;
  top: 300px;
  width: 28%;
}
.marco5{
  left: 85%;
  top: 300px;
  width: 12%;
}
.marco6{
  left: 85%;
  top: 470px;
  width: 12%;
}
.marco7{
  left: 3%;
  top: 600px;
  width: 12%;
}
.marco8{
  left: 3%;
  top: 790px;
  width: 12%;
}
.marco9{
  left: 20%;
  top: 600px;
  width: 28%;
}
.marco10{
  left: 53%;
  top: 700px;
  width: 20%;
}
.marco11{
  left: 77%;
  top: 700px;
  width: 20%;
}
.marco-titulo{
  background: rgba(0,0,0,.5);
  bottom: 0;
  font-size: .8em;
  left: 0;
  padding: 3px 15px;
  z-index: 1;
}

/* -------------------------------------------------
          GICLESS 
------------------------------------------------- */
#gicless-autores-title{
  background: #584630;
}
.gicless-autores{
  float: left;
  font-size: 1.3em;
}





/* -------------------------------------------------
          CONTACTO 
------------------------------------------------- */
.contacto-address{
  border-bottom: 3px solid #fec576;
  font-weight: 700;
}
label{
	display: inline-block;
	font-size: .9em;
	padding-top: 8px;
	width: 400px;
}
input[type="email"], 
input[type="text"], 
input[type="password"], 
select,
textarea
{
    background:#FFF;
    border: solid 1px #000;
    border-radius: 3px;
    color:#555;
    font-family: "latoregular", arial;
    font-size:1em;
    margin: 5px 0;
    padding: 4px 1%;
    width:94.5%;
}
textarea{
  width: 95%;
}

input[type="email"]:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus
{
    background:#C6ECF9;
}
select{
  width:97%;
  height: 30px;
}

.input-sm{
  width: 80px;
}
input[type="submit"]{
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active:focus{
    cursor:pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
textarea{
	height: 100px;
    resize:none;
}
label {
    cursor:pointer;
}
fieldset{
    border: none;
}
legend{
    color:#333;
    font-size:1.3em;
    text-align: center;
}
#exito{
  clear: both;
	color: #070;
	background: #DFD;
	border: dashed #070;
	border-radius: .5em;
	float: left;
	margin-bottom: 8px;
	margin-left: 3%;
	padding: .25em;
	text-align: center;
	width: 90%;
}
#fail{
  clear: both;
	color: #C00;
	background: #FCC;
	border: dashed #C00;
	border-radius: .5em;
	float: left;
	margin-bottom: 8px;
	margin-left: 3%;
	padding: .25em;
	text-align: center;
	width: 90%;
}
.btn {
  color: #222;
  background-color: #CCC;
  border-color: #EEE;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: "latoregular";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  background-color: #DDD;
  border-color: #EEE;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-primary {
  color: #333;
  background-color: #ffc47b;
  border-color: #ffc47b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #444;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-facebook .badge{
  background: #FFF;
  color: #4461ab;
}
.btn-facebook {
  color: #FFF;
  background-color: #4461ab;
  border-color: #4d6bb8;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #3c589f;
  border-color: #4d6bb8;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff!important;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-link{
  cursor: pointer;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 2px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 5px 20px;
  font-size: 18px;
  line-height: 2.5;
  border-radius: 7px;
  margin-bottom: 8px;
}
.alert {
  padding: 8px 0;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  position: relative;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.alert .close {
  border-radius: 10px;
  padding: 1px 4px;
  position: absolute;
  top: 5px;
  right: 20px;
  line-height: 20px;
}
.alert .close:hover{
  color: #FFF;
  background: red;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 18px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  background: none;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li {
  text-align: left;
  width: 100%;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #000;
  box-shadow: none;
  color: #CCC;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.badge {
  background: #AAA;
  border:1px solid #999;
  border-radius: 50%;
  cursor: pointer;
	display: inline-block;
	min-width: 10px;
	margin: 0 5px;
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}
.badge:hover {
  background: #777;
}
.badge-activo{
  border:2px solid #CCC;
  box-shadow: 0 0 1px 1px #AAA;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.carousel {
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
  width: 100%;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  width: 100%;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  font-weight: 100;
  line-height: 1px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 10px 5px 0 5px;
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #584630;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #584630;
  border-color: #584630;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.affix {
  position: fixed;
}
#siguiente,
#previo
{
  background: #FFF;
  height: 50px;
  padding: 50px 5px;
  width: 38px;
}
#rscarousel{
    width: 90%;
}
#rscarousel li{
    display: inline;
    width: 139px;
    text-align: center;
}
#rscarousel img{
    max-width: 100%;
}
#rscarousel .rs-carousel-action{
}
.rs-carousel-mask {
    overflow: hidden;
}

.rs-carousel-runner {
    position: relative;
}

.rs-carousel-horizontal .rs-carousel-item {
    float: left;
}

.rs-carousel-mask {
    position: relative;
}

.rs-carousel-runner {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rs-carousel-transition .rs-carousel-runner {
    -moz-transition: -moz-transform .400s ease;
    -webkit-transition: -webkit-transform .400s ease;
    -o-transition: -o-transform .400s ease;
    -ms-transition: -ms-transform .400s ease;
    transition: transform .400s ease;
}
.rs-carousel-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
}
.rs-carousel-pagination > li {
  display: inline;
}
.rs-carousel-pagination > li > a,
.rs-carousel-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.rs-carousel-pagination > li:first-child > a,
.rs-carousel-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rs-carousel-pagination > li:last-child > a,
.rs-carousel-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rs-carousel-pagination > li > a:hover,
.rs-carousel-pagination > li > span:hover,
.rs-carousel-pagination > li > a:focus,
.rs-carousel-pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.rs-carousel-pagination > .active > a,
.rs-carousel-pagination > .active > span,
.rs-carousel-pagination > .active > a:hover,
.rs-carousel-pagination > .active > span:hover,
.rs-carousel-pagination > .active > a:focus,
.rs-carousel-pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  min-height: 30px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a {
  /*color: inherit;*/
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.out{
  height: 0;
}
.pedido{
  height: 30px;
}
.pedido-item{
  padding: 0 20px;
  border-right:  solid 1px #999;
}
.pedido-item:last-child{
  border-right:  none;
}
#envio-gratis{
  font-family: "latolight";
}

/* -------------------------------------------------
					MediaQuery 
------------------------------------------------- */
@media (max-width: 1220px) {
  section.container{
    width: 1000px;
  }
  .header1{
    min-height: 200px;
  }
  .header2{
    min-height: 110px;
  }
  #header-left{
    margin-top: 25px;
    text-align: center;
    width:15%;
  }
  #header-center{
    text-align: center;
    width:45%;
  }
  #header-right{
    float: right;
    font-size: 1.2em;
    width: 20%;
  }
  .header h1{
    font-size: .9em;
  }
  nav ul li a {
    font-size: .9em;
  }
  .camera_pag{
    right: 145px;
  }
  .marcos-cont{
    height: 810px;
  }
  .marco1{
    left: 3%;
    top: 0;
    width: 45%;
  }
  .marco2{
    left: 53%;
    top: 0;
    width: 20%;
  }
  .marco3{
    left: 77%;
    top: 0;
    width: 20%;
  }
  .marco4{
    left: 53%;
    top: 240px;
    width: 28%;
  }
  .marco5{
    left: 85%;
    top: 240px;
    width: 12%;
  }
  .marco6{
    left: 85%;
    top: 400px;
    width: 12%;
  }
  .marco7{
    left: 3%;
    top: 500px;
    width: 12%;
  }
  .marco8{
    left: 3%;
    top: 660px;
    width: 12%;
  }
  .marco9{
    left: 20%;
    top: 500px;
    width: 28%;
  }
  .marco10{
    left: 53%;
    top: 580px;
    width: 20%;
  }
  .marco11{
    left: 77%;
    top: 580px;
    width: 20%;
  }
  #rscarousel li{
      display: inline;
      width: 200px;
      text-align: center;
  }
  #siguiente,
  #previo
  {
    height: 80px;
    padding: 80px 5px;
    width: 40px;
  }







  #catalogo-pics{
    width: 350px;
  }
  #catalogo-info{
    font-size: .8em;
    margin-left: 30px;
    width: 320px;
  }
  footer{
    background-size: auto;
  }
}
@media (max-width: 1020px) {
  nav{
    padding-top: 10px;
  }
  .select-menu {
    border: 1px solid #999;
    background: #494949 ;
    color: #ffffff;
    cursor: pointer;
    display: block !important;
    height: 30px;
    margin: 0 10%;
    width: 80%;
  }
  .navegaciongrandes{
    display: none;
  }
  section.container{
    width: 800px;
  }
  header{
    font-size: .8em;
  }
  .header1{
    top: 20px;
  }
  section.wrapper{
    margin-top: 215px;
    padding-top: 20px;
  }
  #header-left{
    margin-top: 35px;
    width:20%;
  }
  #header-right{
    width:25%;
  }
  #header-right .text-right{
    text-align: left;
  }
  #header-right .margen-top-40{
    margin-top: 15px;
  }
  .camera_pag{
    right: 110px;
  }
  .inicio-title{
    font-size: .9em;
    height: 15px;
    position: relative;
    text-align: center;
    top: 0;
    width: 80%;
  }
  .marcos-cont{
    height: auto;
    padding-left: 1.5%;
  }
  .marco1,
  .marco2,
  .marco3,
  .marco4,
  .marco5,
  .marco6,
  .marco7,
  .marco8,
  .marco9,
  .marco10,
  .marco11
  {
    float: left;
    left: 0;
    margin: 1%;
    position: relative;
    top: 0;
    width: 30%;
  }
  #rscarousel li{
      display: inline;
      width: 200px;
      text-align: center;
  }
  #rscarousel{
      width: 100%;
  }
  #rscarousel li{
      display: inline;
      width: 160px;
      text-align: center;
  }
  #siguiente,
  #previo
  {
    display: none;
  }
  .img-container{
    background: #FFF;
  }
  .cuarto .color-primary{
    color: #584630;
  }

  .oculto-large{
    display: inline;
  }




  #catalogo-pics{
    width: 350px;
  }
  #catalogo-info{
    font-size: .8em;
    margin-left: 30px;
    width: 320px;
  }
  #about-txt .tercio:first-child{
    margin-left: 2%;
  }
  #about-txt .tercio{
    width: 90%;
  }
  .contacto-sucursal{
    margin-right: 0;
    width: 90%;
  }
  .contacto-direccion{
    width: 100%;
  }
  .negocio-blue-txt{
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
  }
  .negocio-blue-img{
    float: left;
    width: 100%;
  }
  .cuarto{
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 800px) {
	section.container{
		width: 90%;
	}
  .header1{
    position: relative;
  }
  section.wrapper{
    margin-top: 0;
  }
  .body-left{
    width: 100%;
  }
  .body-right{
    display: none;
  }
  #header-left,
  #header-center,
  #header-right
  {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    width: 100%;
  }
  #header-right{
    height: 90px;
    margin-top: -20px;
  }
  .camera_pag{
    right: 90px;
  }
  .inicio-circulo{
    text-align: center;
    width: 100%;
  }
  .marco1,
  .marco2,
  .marco3,
  .marco4,
  .marco5,
  .marco6,
  .marco7,
  .marco8,
  .marco9,
  .marco10,
  .marco11
  {
    width: 47%;
  }
  #rscarousel li{
      display: inline;
      width: 130px;
      text-align: center;
  }
  footer{
    background-image: none;
  }
  .footer1{
    clear: both;
    text-align: center;
    width: 94%;
  }
  #follow-footer-a{
    margin-left: 45%;
  }
  #follow-footer{
    margin-left: 0;
  }
  #address-footer{
    padding-top: 20px;
  }
  #autores li,
  .mitad, .tercio, .dos-tercios{
    width: 100%;
  }
  .pull-right{
    position: relative;
  }
  footer li{
    float: left;
  }
}
@media (max-width: 600px) {
  .camera_caption div{
    display: none;
  }
  .catalogo-icono-categoria{
    height: 200px;
  }
  .catalogo-icono-categoria a{
    font-size: 5em;
    padding: 40px 10px;
  }

}


.bg-test{
  background: #00F;
}
.bg-test1{
  background: #0F0;
}

/* ----------- CHAT WHATS   */
  #whatsapp-plugin{
    background: url('../img/design/whats-bg.jpg');
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 30px;
    border-radius: 10px 10px 0 0;
  }
  #whats-show{
      background-color: rgb(9, 94, 84);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color: white;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 13px;
  }
  #whats-head{
      background-color: rgb(9, 94, 84);
    border-radius: 10px 10px 0 0;
    line-height: 18px;
  }
  #whats-body-1{
    box-sizing: border-box;
    height: 120px;
  }
  #whats-body-2{
    background: url(../img/design/whats-globo.png) no-repeat center left;
    box-sizing: border-box;
    font-size: 13px;
    height: 100px;
    padding: 33px 0 0 35px;
    height: 120px;
  }
  #whats-footer{
    background: white;
    height: 60px;
  }
  #button-whats{
    background: rgb(79, 206, 93);
    color: white;
    border-radius: 50px;
  }



