.cbp-hrmenu {
	width: 100%;
	margin-top: 0;
	background: rgba(65,66,133,1);
}
#cbp-hrmenu ul{text-align: right;}
.main{background: rgb(65, 66, 133)}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 100%;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
  margin-right: -4px;
}
.cbp-hrsub-inner {
  padding: 20px 0;
}
.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 10px 2em;
	color: #fff;
	display: inline-block;
  font-family: 'Montserrat', sans-serif
}

.cbp-hrmenu > ul > li > a.active,
.cbp-hrmenu > ul > li > a:hover {
  color: #fff;
  background: #6566B5;
  text-decoration: none;
}
a:focus {
  outline: thin none firebrick;
}
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	/*background: #6566B5;*/
  text-decoration: none;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
  -webkit-box-shadow: 0 1px 6px 0 #e0e0e0;
  box-shadow: 0 1px 6px 0 #e0e0e0;
  background: rgba(255, 255, 255, 1);
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding: 0;
}

.cbp-hrsub {
  border-bottom: 4px solid #414285;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}
.cont_galleria{
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 2px solid #414285;
}
.cont_galleria:hover{
  opacity: .65;
}
/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 2px solid #26264D;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: .6em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}
.cont_galleria {
	position: relative;
  display: block;
  margin:15px 12px;
  min-height: 120px;
}
.cont_galleria img{
	width: 100%;
}
.cont_galleria .cont_titulo {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: #424386;
  display: block;
  padding: 6px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}
#otros_productos > ul {
  overflow: hidden;
}
.cont_ind{
  padding:0;
} 
.cont_otros_ref{
  position: relative;
  text-align: center;
  border-bottom: 2px solid #414285;
  margin: 6px;
  background: #FFF;
  list-style: none;
  padding:0;
}
.cont_otros_ref img{
  max-width: 120px;
  text-align: center;
  width: 100%;}
.cont_otros_ref h3{
  background: #fff;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 4px 8px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.holder {
  margin: 10px 0;
  text-align: center;}
.holder a {
    font-size:12px;
    cursor:pointer;
    margin:0 5px;
    color:#333;
}
.holder a:hover {
    background-color:#222;
    color:#fff;
}
.holder a.jp-previous {
    margin-right:15px;
}
.holder a.jp-next {
    margin-left:15px;
}
.holder a.jp-current,a.jp-current:hover {
    color:#FF4242;
    font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    color:#bbb;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:none;
}
.holder span {
    margin: 0 5px;
}

@media screen and (max-width: 767px) {
	#centerlizer {
    padding-top: 32px;}
	.container {
    height: auto !important;}
	.cbp-hrmenu{
		padding-top: 0;}
}
@media screen and (max-width: 440px){
	.col-xs-6{
		width: 100%;
	}
}