$colorBlanco = #ffffff;
$colorNegro = #000000;

body {
	background-color: $colorNegro;
}
h1 {
  color: #003e80;
}
 h2 {
  color: #003e80;
} 
h4{
color: #003e80;
  font-size: 15px;
  font-weight: bolder;
}
p {
	  color: #003e80;
}
a {
  color: #183c6e;
  text-decoration: none;
}
.container {

  padding-bottom: 15px;
}
.head{
	  background-color: #183c6e;
	   margin-bottom: 3px;
}
.logo{
  margin-top: 30px;
}
.formulario {
  width: 100%;
  background-color: #e6007e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    height: 100%;
  padding-top: 7px;
  margin-top: 15px !important;
  padding-bottom: 7px;
  margin-left: 0;
}
.titulh1{
	text-transform: uppercase;
    background: #002878;
	font-weight: 100;
    color: #fff;
    padding: 5px 15px;
    display: table;
    border-radius: 11px;
	font-size: 48px;
	font-family: Impact,Arial, Helvetica, Verdana, sans-serif;
	
}
.titulfichah1{
	text-transform: uppercase;
    font-weight: 700;
    background: #002878;
    color: #fff;
    padding: 16px 30px;
    display: table;
    border-radius: 11px;
    font-size: 16pt;
}

#nombre {
  background: #eeeeee;
  height: 24px;
  text-align: left;
  border: none;
  border-radius: 0;
    font-size: 8pt;
}
#tienda{
  background: #eeeeee;
  height: 24px;
  text-align: left;
  border: none;
  border-radius: 0;
    font-size: 8pt;
}
#telefono{
	 background: #eeeeee;
  height: 24px;
  text-align: left;
  border: none;
  border-radius: 0;
    font-size: 8pt;
}
#email{
	 background: #eeeeee;
  height: 24px;
  text-align: left;
  border: none;
  border-radius: 0;
    font-size: 8pt;
}
#poblacion{
	background: #eeeeee;
  height: 24px;
  text-align: left;
  border: none;
    font-size: 8pt;
}
.checkbox label {
  color: #fff;
  font-size: 8pt;
}
.checkbox label a{
  color: #fff;
  font-size: 8pt;
}
.envia_es {
  background-image: url(../images/es/envia.jpg);
  background-repeat: no-repeat;
  width: 63px;
  height: 19px;
  border: 0px solid;
  margin-bottom: -15px;
}
.envia_fr {
  background-image: url(../images/fr/envia.jpg);
  background-repeat: no-repeat;
  width: 63px;
  height: 19px;
  border: 0px solid;
  margin-bottom: -15px;
}
.envia_it {
  background-image: url(../images/it/envia.jpg);
  background-repeat: no-repeat;
  width: 63px;
  height: 19px;
  border: 0px solid;
  margin-bottom: -15px;
}
.envia_uk {
  background-image: url(../images/uk/envia.jpg);
  background-repeat: no-repeat;
  width: 63px;
  height: 19px;
  border: 0px solid;
  margin-bottom: -15px;
}
.envia_de {
  background-image: url(../images/de/envia.jpg);
  background-repeat: no-repeat;
  width: 63px;
  height: 19px;
  border: 0px solid;
  margin-bottom: -15px;
}
.input-group-addon {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 0px solid #ccc;
  border-radius: 0px;
}
.input-group {

  margin-bottom: 5px;
}
.textos1{
	  color: #FFF;
  font-size: 25px;
  font-weight: bold;
}
.textos2 {
  color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
}
.textos3 {
  color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;

  font-weight: bold;
  text-decoration: none;
  width:300px;
      color: #e8e562;
    letter-spacing: -1px;
    position: absolute;
}
.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select-control{
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.client {
  text-align: center;
  background-color: #355f9b;
  height: 99px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
    margin-top: 15px;
}
.client p {
  color: #fff;
  font-size: 14pt;
  margin-bottom: 2px;
}
/*.clientnif{
padding-right: 0;
  width: 25.333333%;
}*/

#formAcceso {
  font-size: 8pt;
  color: #fff;
 /* margin-right: 70px;*/
}
#codigo {
  background: #eaedf2;
  height: 16px;
  width: 100px;
  text-align: left;
  border: 1px solid #eaedf2;
    color: #919199;
}
#nif {
  background: #eaedf2;
  height: 16px;
  width: 100px;
  text-align: left;
  border: 1px solid #eaedf2;
    color: #919199;
}
.politica {
  text-align: right;
  color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}
.politica1 {
	text-align: right;
  color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}
.politica:hover{
	color:#e6007e;
}
.politica1:hover {
	color:#355f9b;
}
.accede_es {
  background-image: url(../images/es/acceso.jpg);
  background-repeat: no-repeat;
  width: 63px;
 /* margin-left: 2px;*/
  margin-top: 0px;
  border: 0px solid;
  z-index: 1;
 /* float: right;
  margin-right: -25px;*/
  height: 19px;
}
.accede_fr {
  background-image: url(../images/fr/acceso.jpg);
  background-repeat: no-repeat;
  width: 63px;
 /* margin-left: 2px;*/
  margin-top: 0px;
  border: 0px solid;
  z-index: 1;
 /* float: right;
  margin-right: -25px;*/
  height: 19px;
}
.accede_it {
  background-image: url(../images/it/acceso.jpg);
  background-repeat: no-repeat;
  width: 63px;
 /* margin-left: 2px;*/
  margin-top: 0px;
  border: 0px solid;
  z-index: 1;
 /* float: right;
  margin-right: -25px;*/
  height: 19px;
}
.accede_uk {
  background-image: url(../images/uk/acceso.jpg);
  background-repeat: no-repeat;
  width: 63px;
 /* margin-left: 2px;*/
  margin-top: 0px;
  border: 0px solid;
  z-index: 1;
 /* float: right;
  margin-right: -25px;*/
  height: 19px;
}
.accede_de {
  background-image: url(../images/de/acceso.jpg);
  background-repeat: no-repeat;
  width: 63px;
 /* margin-left: 2px;*/
  margin-top: 0px;
  border: 0px solid;
  z-index: 1;
 /* float: right;
  margin-right: -25px;*/
  height: 19px;
}

#texto {
  background: #183c6e;
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  height: 40px;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  text-align: left;
  border: 3px solid #ffffff;
    margin-top: 9px;
	padding-right: 45px;
}
#busca {
  background: url(../img/busca.png) no-repeat;
  height: 34px;
  line-height: 34px;
  width: 39px;
  border: none;
  cursor: pointer;
  margin-left: -45px;
    margin-top: 11px;
}
#busca:hover {
	background: url(../img/busca2.png) no-repeat;
}
.well1{
	/*padding-bottom:10px;*/
	margin-bottom:10px;
}

.row.banind {
  padding-top: 18px;
}
.orange{
	color:#FF6600 !important;
	font-weight:bold;
}
.orange:hover{
color:#ffc6a0 !important;
}
.navbar-default .navbar-nav>li>a {
  color: #183C6E;
  font-weight:bold;
}

.row {
    margin: 1px;
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
    display: table;
}
.col-sm-12 {
    width: 100%;
    display: table;
}

.carousel-indicators li {
border: 1px solid #000;
border-radius: 0px;
}
.carousel-indicators {
    position: relative;
    bottom: -3px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000;
}
.carousel-control {
    width: 0%;
	    opacity: .8;
    filter: alpha(opacity=80);
}
i.fa.fa-chevron-left {
    background: #fff;
    padding: 10px 20px;
    color: #1f1f1f;
}
i.fa.fa-chevron-right {
    background: #fff;
    padding: 10px 20px;
    color: #1f1f1f;
	left: -54px;
}
.imgcrt{
	max-width: 90%;
}

/*=================================*/
 .sidebar-nav {
	    /*margin-right: 15px;*/
  margin-bottom: 14px;
  }
  
  .olvcod{
	    float: left;
  margin-top: -6px;
  margin-bottom:3px;
}
.thumbnail{
  vertical-align: middle;
  display: table-cell;
  /*height: 358px;*/
  position: relative;
  border: none;
   -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
   box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.thumbnail img{
  max-height: 290px;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
  background: #e8f4fc;
   /* position: absolute;*/
	bottom: -22;
	left:0px;
	width: 100%;
	height: 71px;
}
.thumbnail .caption h3{
  margin-top: 0px;
  margin-bottom: 0px;
}
.thuimg{
	 /* width: 280px;
	  height: 309px;
	  overflow:hidden;*/
	margin: 10px;
    display: block;
    width: 100%;
    /*height: 337px;*/
	    height: auto;
}
.thuimg:hover{
	  outline: 1px solid #9AAECA;
	      border-radius: 0px;
}
.caption p{
	font-size: 8pt;
  	margin: 0px;
    color: #003e80;
	/* ======== */
	    width: 231px;
   /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
	}
	.caption p+p{
		font-size: 9pt;
	  color: red;
	  font-weight:bold;
  margin: 0px;
  	  height:20px;
  	 
	}
	.col-4-img{
		 /* margin-bottom: 22px;*/
	}
	.cartelreg{
		background: #e6007e;
  color: #fff;
  padding: 16px;
  font-size: 24pt;
  font-weight: bold;
  
  -webkit-box-shadow: 2px 2px 12px #999;
  -moz-box-shadow: 2px 2px 12px #999;
  filter: shadow(color=#999999, direction=135, strength=2);
	}
	.polpriv{
		padding: 10px;
  background-color: #E2E2E2;
	}
	.polpriv h2{
    font-size: 15px;
  color: #003e80;
  text-decoration: none;
  display: inline;
  font-weight: bold;
	}
	.polpriv p{
  font-size: 11px;
  color: #003e80;
  text-decoration: none;
  margin: 0px;
  display: inline;
	}
	.polpriv1{
		padding: 10px;
	}
	.polpriv1 h2{
    font-size: 15px;
  color: #a2a2a2;
  text-decoration: none;
  display: inline;
  font-weight: bold;
	}
	.polpriv1 p{
  font-size: 11px;
  color: #a2a2a2;
  text-decoration: none;
  margin: 0px;
  display: inline;
	}
	button.btn.btn-default {
  background: #003e80;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  width: 20%;
  border: none;
}
label {
  color: #183c6e;
}

.lt1 img{
	background:#d4e3ee;
}
.lt2 img{
	background:#ef99c7;
}
.lt3 img{
	background:#daf1a9;
}


.lintim{
	text-align:center;
	  margin-bottom: 14px;
	   
}
.lintim img{
	display: inline-table;
	-webkit-box-shadow: 2px 2px 12px #999;
  -moz-box-shadow: 2px 2px 12px #999;
  filter: shadow(color=#999999, direction=135, strength=2);
	 
}
.banners1{
	display: none;
}
a.btn.btn-primary{
	display:none;
}
.botdespl{
	display:none;
}
.carousel1{
	  height: 174px !important;
}
.carrusel {
  height: auto !important;
}
.carousel-control.right {
	background: transparent;
}
.carousel-control.left {
	background: transparent;
}
.form-control1 {
  display: block;
  width: 50px;
  height: 29px;
  padding: 0px 7px;
    display: inline;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #337ab7;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*@media (min-width:1001px) and (max-width: 3000px){
	.cablog>.collapse {
    display: block !important;
    height: auto !important;
}
}

@media (min-width: 333px) and (max-width: 1000px) {
   .cablog>.collapse.in {
       display: none;
   }
}*/
@media (min-width: 992px){
.cablog{
    display: block !important;
    height: auto !important;
}

}


@media (min-width: 768px){
  .affix-content .container {
    width: 700px;
  } 

    .affix-content .container .page-header{
    margin-top: 0;
  }

  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
	 /* padding-left: 13px;*/
	  width:100%;
  }  
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }  
}

@media (min-width: 769px){
  .affix-content .container {
    width: 600px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }  
}

@media (min-width: 992px){
  .affix-content .container {
  width: 900px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
  
}
@media (max-width: 1220px){
	
	
  .sub-menu li a {
  text-decoration: none;
  color: #183c6e;

   font-family: Calibri, Arial, Helvetica, sans-serif;
     font-size: 11pt;
	 
 display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
}

/*=======NAV============*/

.caret{
	  margin-top: 15px;
  margin-right: 10px;
}
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  /*background-color: #2e353d;
  position: fixed;*/
  top: 0px;
  /*width: 300px;*/
  height: 100%;
  /*color: #e1ffff;*/
    margin-bottom: 10px;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  display:none;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu h2 {
  text-decoration: none;
  color: #183c6e;
 /* font-weight:bold;*/
   font-family: Calibri, Arial, Helvetica, sans-serif;
     font-size: 11pt;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
/*.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}*/
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  /*background-color: #181c20;*/
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  /*background-color: #020203;*/
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  /*border-left: 3px solid #2e353d;*/
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #183c6e;

   font-family: Calibri, Arial, Helvetica, sans-serif;
     font-size: 11pt;
	 
	/* display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;*/
}
.sub-menu {
  background: #E9EEF5;
  color: #183c6e;
}
.sub-menu2 {
  background: rgb(255, 245, 226);
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.capimg{
	  text-align: center;
	      /*width: 280px;*/
    height: 309px;
	display: flex;
}
.capimg img{
	 /* display: inline-table;
	    width: 56%;*/
		
}
div#collapseExample {
    margin-top: 15px;
}
.pagination {
  margin: 5px 0;
    display: inline;
}
.img-big{
  text-align: center;
    margin-bottom: 20px;
}
.img-big img{
	width:78%;
}
.img-big p{
    margin: 0 0 2px;
    font-size: 12px;
    color: #3a3a3a;
}
.h1portada{
	font-size: 12px;color: #ffffff;
	    padding-top: 0px;
	    padding-bottom: 0px;
	    margin-top: 0px;
	    margin-bottom: 5px;
}
.h2ficha{
    font-size: 14pt;
    font-weight: bold;
    border-bottom: 1px solid #003e80;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
@media (max-width: 1124px) {
	#collapseExample{
		height: auto !important;
		display:block;
	}
	#collapseExample1{
		height: auto !important;
		display:block;
	}
}
@media (max-width: 992px) {
	
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
      display: block;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-size: 12pt;
  font-weight: bold;
  z-index: 10 !important;
  padding: 10px;
  background-color: #ffffff;
  font-style: normal;
  color: #183c6e;
  width: 100%;
  text-align: center;
  border: 1px solid #183c6e;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  .col-md-4.col-4-img {
  float: left;
  width: 50%;
}
.logodv{
	text-align:center;
}
.banners{
	display:none;
}
.banners1{
	/*display: block;*/
	display: table;
    width: 100%;
}
.lintim img{

	   -webkit-box-shadow: 0px 0px 0px #999;
  -moz-box-shadow: 0px 0px 0px #999;
  filter: shadow(color=#999999, direction=0, strength=0);
}
.lt1{
	background:#d4e3ee;
}
.lt2{
	background:#ef99c7;
}
.lt3{
	background:#daf1a9;
}
.empreimg{
	text-align:center;
}
a.btn.btn-primary{
	display: block;
}
.botdespl{
	display:block;
}
.forrecu{
	  width: 100%;
  height: 39px;
}
.botnrecup{
	width:100% !important;
	  height: 50px;
}
.banind{
	padding-bottom: 10px;
	  text-align: center;
}
.banind2{
	  width: 50%;
  float: left;
  text-align: center;
	} 
}
/* molinaaaaaaaa *******************************************/
.bannertlf{
	background-color: #f4f4f4;
	border-radius: 5px;
}
.banner1{
	background-color: #2d9abc;
	border-radius: 5px;
}
.banner2{
	background-color: #cace00;
	border-radius: 5px;
}
.banner3{
	background-color: #ff0a7e;
	border-radius: 5px;
}
#nif{
	padding-left:7px; 
	margin-top: 4px; 
	margin-left: 63px;
}

@media (min-width: 310px) and (max-width: 992px){
.img-responsive{
	display:inline;
}
.bannertlf{
	width:100%;
	height: 88px;
	text-align: center;
}
.banner1{
	width:100%;
	height: 162px;
	text-align: center;
}
.banner2{
	width:100%;
	height: 209px;
	text-align: center;
}
.banner3{
	width:100%;
	height: 236px;
	text-align: center;
}
}

@media (min-width: 992px) {
.nav-side-menu .menu-list .menu-content {
	display: block;
	height: 100% !important;
}
}
@media (min-width: 768px){
	.modal-banner{
	width: 800px !important;
}
}
@media (max-width: 767px){
.well1{
	width: 100%;
	text-align: auto;
	margin-bottom: 10px;
}
body {
  margin: 0px;
  padding: 0px;
}

	#collapseExample{
		height: 0 ;
	}
	#collapseExample1{
		height: 0;

	}

}
@media (min-width:992px) and (max-width:1199px) {
#nif{
	margin-top: 4px;
	margin-left: 7px;
}
.client{
	height: 90px;
}
.accede{
	  margin-left: -17px;
}
.olvcod {
  float: left;
  margin-top: -6px;
  width: 51px;
  margin-left: -13px;
}
#nif{
	  width: 68px;
}
#codigo{
	  width: 68px;
}
}
@media (max-width: 992px){
.envia{
	margin-left: -93px;
	margin-top: -3px;
}
#client{
	  height: 133px; !important;
}
.accede{
	  float: none;
	    margin-top: 8px;
}
.olvcod{
	    float: none;
  margin-top: -6px;
}
#codigo{
	width:100%;
}
#nif{
	width:100%;
}
#codigo{
	  height: 25px;
}
#nif {
	height: 25px;
}
.lt1{
	  margin-left: 15px;
  margin-right: 15px;
}
.lt2{
	 margin-left: 15px;
  margin-right: 15px;
}
.lt3{
	 margin-left: 15px;
  margin-right: 15px;
}
}
@media (max-width: 992px){
.envia{
	float: right;
	margin-top: -36px;
	  margin-right: 16px;
}

}
@media (max-width: 640px){
	.col-md-4.col-4-img {
  float: left;
  width: 100%;
    text-align: -webkit-center;
}
.img-big{
	  margin-bottom: 50px;
}
.img-big img{
	  width: 100%;
}
.idiomas {
	    font-size: 24pt;
		margin: 14px;
}
a.btn.btn-primary {
    font-size: 13pt;
	text-transform: uppercase;
}
.botdespl {
    margin-top: 7px;
}
.boton {
    text-align: center !important;
}
.btn-default2 {
    width: 100%;
}
	
}
@media (max-width: 421px){
.caption p {
    font-size: 8pt;
    margin: 0px;
    color: #003e80;
    width: auto;
    text-overflow: initial;
    white-space: normal;
    overflow: auto;
}
.thuimg {
    margin: 0px;
}
.col-md-4.col-4-img {
    padding: 0px;
}
.col-md-9 {
    padding: 0;
} 
.site-imagen{
	width:100%;
	}
}
@media (max-width: 327px){
	.idiomas {
    font-size: 17pt;
}
.col-md-4.col-4-img{
    height: 364px;
}
}
.blanco{
	color:#FFFFFF;
}
.blanco_marcado{
	color:#FFFFFF;
	font-weight: bold;
}

.carritoalco {
    padding: 2% 1%;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.carritoalco_left {
    float: left;
    width: 60.333%;
    margin-right: 3.3333%;
}
.carritoalco_of_1 {
    float: left;
   /* width: 68.3333%;*/
}
.carritoalco_left h4 a {
    text-transform: uppercase;
}
.carritoalco_left span {
    text-transform: uppercase;
    color: #999999;
    font-size: 0.8725em;
    -webkit-text-stroke: 0.4px;
}
.carritoalco_left span b {
    color: #555555;
    font-weight: 600;
}
ul.alco_borrar {
    padding: 0;
    list-style: none;
	    margin-top: 2%;
}
.carritoalco_right {
    float: right;
    width: 36.333%;
}
.carritoalco_right p {
    color: #333333;
    font-size: 1.1725em;
    text-transform: capitalize;
    line-height: 2.5em;
    -webkit-text-stroke: 0.4px;
}
.carritoalco_right p span {
    color: #183c6e;
    float: right;
	    font-weight: bold;
		-webkit-text-stroke: 0.0px;
}
.resumen p{
	  font-size: 1.0725em;
    line-height: 1.5em;
    background: rgba(228, 139, 0, 0.24);
    color: #183c6e;
  padding: 11px 4px;
}
.carritoalco_right.resumen {
    width: 50%;
}
.resumen2{
	width: 100%;
    text-align: right;
}
.resumen2 span{
	font-size: 1.0725em;
    line-height: 1.5em;
    -webkit-text-stroke: 0.4px;
}
.resumen2 span b{
	color: #183c6e;
    font-weight: 500;
}
.datospedido span{
	color: #003e80;
    font-size: 15px;
    font-weight: bolder;
}

@media (max-width: 767px){
	.carritoalco_right {
	    width: 100%;
	    float: none;
	}
	.carritoalco_right {
	    width: 100%;
	    float: none;
	}
	.carritoalco_left {
	    width: 100%;
	    float: none;
	    margin: 0;
	}
	.carroprecios{
		    margin-top: 8px;
	    background: rgba(24, 60, 110, 0.07);
	    padding: 0px 11px;
	}
}
.cestaSpan{
   color: #999999 !important;
   font-size: 0.8725em !important;
   font-weight: normal !important;
	-webkit-text-stroke: 0.4px;

}
.cestaResumen{
	color: #454545 !important;
    font-size: 1.0025em !important;
    font-weight: normal !important;
 	-webkit-text-stroke: 0.4px;

}
.btn-accept{
	display:inline;
	  padding: 2px 8px;
  background-color: #646464;
  color: #CACACA;
border-radius: 5px;
    padding: 14px;
    display: inline-block;
}
.buttons{
	display:inline;
	}
#cookie .bottom-right {
  right: 0px !important;
  bottom: 0px !important;
}
#cookie {
  text-align: center;
  bottom: 0;
  left: 0;
 /* height: 10px;*/
  position: fixed !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #C7C7C7 !important;
  padding: 10px !important;
  border: 0px solid #ccc !important;
  border-radius: 0px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 15px !important;
  z-index: 9999 !important;
  box-shadow: 0px 0px 00px rgba(0,0,0,0.2);
}	
.titcatalogo{
  font-size:13px ;
      font-weight: bold;
}
.precio_antiguo{
 text-decoration:line-through;
}
.h2secciones{
font-size: 15px; font-weight:bold;border-bottom: 1px solid;letter-spacing: 3px; margin: 0.3em; padding: 0.3em;
}
.rprecios{
 	color: #333333;
   font-size: 1.1725em;
   text-transform: capitalize;
   line-height: 2.5em;
   -webkit-text-stroke: 0.4px;
}

.form-control2 {
  display: block;
  height: 29px;
  padding: 0px 7px;
  display: inline;
  font-size: 12px;
  line-height: 1.42857143;
  color: #337ab7;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.secciones{
    text-transform: uppercase;
    font-weight: 700;
    background: #002878;
    color: #fff;
    padding: 16px 30px;
    display: table;
    border-radius: 11px;
    font-size: 9pt;
}

.producto_titulo{
	font-size: 20px;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
}

.producto_texto{
	color: #777777;
	font-size:14px;
}
.producto_foto{
	max-width: 320px;
	max-height: 200px;
}
.producto_precio{
	color: #d69325;
	font-size:17px;
	font-weight:bold;
}
.producto_boton{
	position:relative;
	top:20px;
	background-color: #000000;
	color:#ffffff;
	padding:14px;
	width:100%;
	text-align:center;
	border:0px;
}
.producto_item{
	position:relative;
	top:21px;
	border:1px solid #cccccc;
	background-color:#f5f5f5;
	text-align:center;
	padding:5px;
}
.producto_cantidad {
  	background: #f5f5f5;
  	width:30px;	
  	border:0px;
  	text-align:center;
}
.select_item{
	position:relative;
	border:1px solid #cccccc;
	background-color:#f5f5f5;
	text-align:center;
	padding:5px;
}

//galeria de la ficha

.hide-bullets {
    list-style:none;
}

.thumbnail2 {
	 width:50px;
	 height:60px;
	 cursor:pointer;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
#slider-thumbs {
	left:-60px
}

