@font-face {
  font-family: 'Viola';
  src: url('../fonts/viola.eot?36807482');
  src: url('../fonts/viola.eot?36807482#iefix') format('embedded-opentype'),
       url('../fonts/viola.woff?36807482') format('woff'),
       url('../fonts/viola.ttf?36807482') format('truetype'),
       url('../fonts/viola.svg?36807482#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.viola-font {
	font-family: 'Viola';
	letter-spacing: 2px;
}
* {
	margin:0px;
	padding:0px;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.icon-soc {
	background: #fff;
	padding: 10px;
	border-radius: 20%;
}
body {
	font-family: 'Roboto','Raleway','Open Sans';
	font-weight: 300;
	letter-spacing: .4px;
	color: #3e3e3e;
}
a {
	color: #3e3e3e;
}
a:hover, a:focus, a:active {
	color: #3e3e3e;
}
@media (max-width: 991px){
	.hidden-desktop {
		display: none !important;
	}
}
.font-red {
	color: #02a5d0 !important;
}
.thumb-info-action-icon {
	background: #02a5d0 !important;
}
.form-control {
	/*background: #f2f2f2 url('images/bginputs.jpg') no-repeat top left !important;*/
	font-size: 11pt;
	margin-bottom: 7px;
}
.form-group {
	width: 100%;
	padding-bottom: 5px;
}
.banners-top {
	height: 150px;
	line-height: 150px;
	font-size: 24pt;
	position: relative;
	padding: 0px !important;
}
.banners-top p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,.7);
	color: #000;
	padding: 12px 30px;
	border-top-right-radius: 15px;
}
option:disabled {
    color: #C0C0C0 !important;
    text-decoration: line-through !important;
}
.img-rounded {
	border-radius: 5px;
}
.submit {
	background:#02a5d0;
	color:#fff;
	font-weight:bold;
	border:0px;
	font-size:12pt;
	border-bottom:1px solid #f2f2f2;
	padding:8px 22px 9px 22px;
	border-radius: 4px;
}
.submit:hover {
	background:#3e3e3e;
	color:#fff;
}
.tallas-selector {
	list-style-type: none;
	overflow: hidden;
}
.tallas-selector li {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
	border: 1px solid #C0C0C0;
	min-width: 36px;*/
	height: 33px;
	line-height: 33px;
}
.tallas-selector li a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	
}
.tallas-selector li a:hover {
	background: #C0C0C0;
	text-decoration: none;
	color: #000;
}
.tallas-selector .active {
	background: #C0C0C0;
}

.menu-top-user {
	display: block;
}
.micuenta-top-user {
	display: none;
}
.logo {
	width: auto;
	height: 80px;
}
.banner-ind-wrap {
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
}
.banner-ind-wrap div {
	padding: 0px;
	margin: 0px;
}
.img-banner-ind {
	
}
.banner-ind-box {
	color: #fff;
	font-size: 16pt;
}
.banner-ind-box h2 {
	font-size: 26pt;
	color: #fff;
	font-family: 'Raleway';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.banner-ind-box p {
	color: #fff; 
	font-size: 16pt;
	margin-bottom: 40px;
}
.banner-ind-box a {
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 12px 23px;
	margin: 0 auto !important;
}
@media (max-width: 767px){
	.img-banner-ind {
		margin-right: -15px !important;
		width: 100%;
	}
	.banner-ind-box {
		padding: 30px 30px 40px 30px !important;
	}
	.banner-ind-box h2 {
		font-size: 16pt;
		color: #fff;
		font-family: 'Raleway';
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}
	.banner-ind-box p {
		font-size: 12pt;
	}
	.banner-ind-box a {
		padding: 8px 23px;
		margin: 0 auto !important;
		font-size: 12pt;
	}
}
@media (min-width: 768px){
	.banner-ind-box {
		padding: 100px 30px 30px 30px !important;
	}
}
@media (max-width: 767px){

	.slogan, .menu-top-user {
		display: none !important;
	}
}
@media (max-width: 991px){
	.menu-top-user {
		display: none;
	}
	.micuenta-top-user {
		display: block;
	}
}
@media (max-width: 1024px){
	.form-search, .ubicaciones-header {
		display: none !important;
	}
}
@media (max-width: 1024px){
	.form-search {
		display: none !important;
	}
}
@media (max-width: 1200px){
	.ubicaciones-header {
		display: none !important;
	}
}
/* Alternative Font Style */
.alternative-font {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}
/* Lightbox Opened */
html.lightbox-opened.sticky-header-active #header .header-body {
	padding-right: 17px;
}
.table td {
	border: 1px solid #C0C0C0;
	padding: 3px 8px;
}
.tablelist {
	width: 100%;
	border-left: 1px solid #f1f1f1;
}
.tablelist th {
	background: #000;
	color: #fff;
	padding: 3px 8px;
	text-align: center;
	font-weight: normal;
}
.tablelist td {
	padding: 4px 8px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.pedidostitle {
	background: #02a5d0;
	color: #ffffff;
}
.content {
	padding-top: 35px;
	padding-bottom: 35px;
}
.btn-caja {
	padding: 8px 0;
	text-align: center;
	background: #ecb91e;
	font-size: 16pt;
	width: 100%;
	border: 0px;
	margin-top: 15px;
	color: #3e3e3e;
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
}
.btn-caja-custom {
	padding: 5px 15px 4px 15px;
	background: #ecb91e;
	font-size: 14pt;
	border: 0px;
	margin-top: 7px;
	color: #3e3e3e;
	text-shadow: 0px 1px 1px #fff;
}
.btn-caja:hover, .btn-caja-custom:hover {
	background: #000;
	color: #fff;
	text-shadow: none;
}
.btn-envio {
	padding: 6px 0;
	text-align: center;
	background: #e6e4e4;
	font-size: 11pt;
	width: 100%;
	border: 0px;
	margin-top: 15px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
.btn-envio-active {
	padding: 6px 0;
	text-align: center;
	background: #02a5d0;
	font-size: 11pt;
	width: 100%;
	border: 0px;
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
}
.header-top-box {
	background: #f4f4f4 !important;
	color: #192b38 !important;
	height: 30px !important;
}
.header-top-box a {
	color: #808080;
}
.header-top-box span {
	color: #02a5d0;
}
#header .header-top-box .dropdown-menu {
	margin-top: -2px;
	border-radius: 0px;
	padding: 12px;
	border: 0px !important;
	background: #f4f4f4;
}
#header .header-top-box .dropdown-menu li a {
	padding: 6px 12px;
	font-size: 0.8em;
	color: #808080 !important;
}
#header .header-nav-bar {
	height: 50px !important;
}
#header .header-nav-bar .header-container {
	background: #4f6064;
}
#header .header-nav-bar .header-nav-main {
	height: 45px !important;
	padding-top: 0px;
}
#header .header-btn-collapse-nav {
	background: #02a5d0 !important;
	color: #FFF;
	display: none;
	float: right;
	margin: -75px 0 0 16px;
	/*margin: 0 0 0 1rem;*/

}
@media (max-width: 991px){
	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
		position: relative;
		z-index: 999999 !important;
	}
}
.header-nav-main .nav-pills > li > a {
	border-radius: 0px !important;
	color: #fff !important;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: normal !important;
}
#header .header-nav-main nav > ul > li > a:hover {
	background-color: #3a484c !important;
	
}
@media (max-width: 991px){
	.header-nav-main .nav-pills > li > a {
		color: #4f6064 !important;
	}
	#header .header-nav-main nav > ul > li > a:hover {
		background-color: #3a484c !important;
		color: #fff !important;
	}
}
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
	background-color: #3a484c !important;
	text-decoration: none;
	border-bottom: 0px !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top: 0px !important;
	margin-top: 4px !important;
	padding: 15px;
}
#header .header-nav-main nav > ul > li > ul > li {
	height: 40px !important;
	line-height: 35px !important;
}
#header .header-nav-main nav > ul > li > ul > li a {
	/*border-bottom: 1px solid red;*/
}
.productos-home {
	margin-top: 15px;
	margin-bottom: 30px;
}
.productos-home h3 {
	text-align: center;
	color: #000;
	padding: 25px 0 15px 0;
	text-transform: none;
	border-bottom: 1px solid #000;
	font-size: 24pt;
}
.feature-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature-box .feature-box-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #C0C0C0;
	border-radius: 100%;
	color: #FFF;
	font-size: 18px;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.4em;
	height: 1px;
	min-width: 2.1em;
	min-height: 2.1em;
}

.feature-box .feature-box-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-left: 15px;
}
.feature-box .feature-box-info h4 {
	font-size: 14pt;
}
.feature-box.align-items-center .feature-box-icon {
	top: 0;
}
.feature-box .feature-box-icon-cart {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #02a5d0;
	border-radius: 100%;
	color: #FFF;
	font-size: 18px;
	font-size: 1rem;
	position: relative;
	top: 0px;
	text-align: center;
	padding: 0.4em;
	height: 1px;
	min-width: 2.1em;
	min-height: 2.1em;
}
.regalos-list {
	list-style-type: none;
	margin-top: 15px;
}
.regalos-list .row {
	border-bottom: 1px dotted #C0C0C0;
	padding: 5px 15px;
}
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #FFF;
	border-radius: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
}

.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}
.breadcrumbs-box {
	padding: 15px 0px 4px 20px;
	margin-top: 0px;
	color: #3e3e3e;
}
.breadcrumbs-container {
	padding: 15px 0 5px 0;
	color: #808080;
	font-family: arial;
	font-size: 10pt;
}
.breadcrumbs {
	padding: 0 0 5px 0;
	color: #3e3e3e;
	font-family: arial;
	font-size: 10pt;
}
.breadcrumbs a, .breadcrumbs-container a {
	color: #808080;
}
.breadcrumbs strong, .breadcrumbs-container strong {
	color: #fff;
}
.nivo-slider .theme-default .nivoSlider img,.nivo-slider, .nivo-slider .theme-default, .nivo-slider .theme-default .nivoSlider {
	border-radius: 0px !important;
}
@media (max-width: 991px){
	.nivo-slider {
		margin-top: 0px;
	}
}
.boton-slider-home {
	border: 1px solid #fff;
	color: #fff;
	background: rgba(255,255,255,.2);
}
.boton-slider-home a {
	display: block;
	color: #fff;
	padding: 12px 22px !important;
	background: #808080;
}
.boton-slider-home a:hover {
	background: #000;
	text-decoration: none;
}
.font-main {
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
}
.sidebar-btn {
	display: none;
}
.sidebar {
	padding: 5px 3px 25px 5px;
	margin-top: 14px !important;
	/*box-shadow: 3px 3px 3px #C0C0C0;
	background: #f4f4f4;*/
}
@media (max-width: 991px){
	.sidebar-btn {
		/*display: block;*/
		margin-bottom: 10px;
	}
	.sidebar {
		display: none;
		-webkit-transition: width 2s ease;
    	-moz-transition: width 2s ease;
    	-o-transition: width 2s ease;
    	transition: width 2s ease;
		padding-top: 0px;
	}
	.sidebar.in {
		width: 180px;
    	z-index: 999999;
	}
}
.sidebar h5 {
	color: #00afca;
	font-size: 12pt;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: none;
}
.sidebar ul {
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0 0 20px 0 !important;
	margin-left: 0px;
	border-bottom: 1px dotted #C0C0C0;
}
.sidebar ul li {
	font-size: 9pt;
	font-family: 'Open Sans';
	color: #3e3e3e;
}
.sidebar ul li a {
	text-decoration: none;
	color: #3e3e3e;
}
.sidebar ul li a:hover {
	text-decoration: none;
	color: #000;
}
.products {
	padding: 10px 0px 20px 20px;
}
@media (max-width: 1024px){
	.products {
		padding: 20px !important;
	}
}
.products h4 {
	font-size: 10pt !important;
}
.aleatorio .form-control {
	font-size: 8pt;
	padding: 3px 6px !important;
	margin-top: 0px;
}
.aleatorio label {
	font-size: 8pt;
}
.nueva-cuenta h3 {
	margin: 15px 0 35px 0;
	font-size: 20pt;
	text-transform: none;
	letter-spacing: -.5px;
	color: #000;
}
.product {
	list-style-type: none;
	overflow: hidden;
	padding: 0px !important;
	margin-top: 15px;
}
.products-title {
	margin: 5px 0 35px 0;
	font-size: 22pt;
	text-transform: none;
	letter-spacing: -.5px;
	color: #000;
	font-weight: bold;
}
.product li {
	float: left;
	width: 23.5%;
	height: 350px;
	border: 1px solid #f1f1f1;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	/*background: #f1f1f1;*/
}
.product li:hover {
	border: 1px solid #C0C0C0;
}
.product .product-img {
	padding: 12px 0;
	background: #fff;
}
@media (max-width: 767px){
	.product li {
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
		margin-right: 0px;
	}
	.product .product-img img {
		width: 100%;
	}
}
.product .product-text {
	width: 100%;
	padding: 5px 15px;
	margin: 10px 0 0 0;
}
.product .product-text h5, .product .product-text h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000 !important;
}
.product .product-text h5 {
	font-size: 10pt;
	font-weight: normal;
}
.product .product-text h4 {
	font-size: 12pt !important;
	font-family: 'Open Sans';
	font-weight: bold;
}
.product .product-text p {
	font-size: 8pt;
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
}
.product-desc {
	padding: 10px 50px 30px 30px;
}
.product-desc h3 {
	margin: 0 0 7px 0;
	font-size: 19pt;
	letter-spacing: -1px;
	text-transform: none;
}
.disable-talla {
	opacity: .5;
}
.line-bottom {
	/*border-bottom: 1px dotted #C0C0C0;*/
	padding-top: 4px;
	padding-bottom: 4px;
}
.pd-price {
	margin: 18px 0;
	font-size: 20pt;
}
.pd-price p {
	font-size: 12pt;
	color: #808080;
	margin: 0px;
}
.pd-price h4 {
	font-size: 18pt;
	color: #3e3e3e;
	font-weight: bold;
	letter-spacing: -1px;
}
.pd-price h4 span {
	color: #000;
	font-size: 16pt;
}
.nota-box {
	margin-top: 15px;
	color: #000 !important;
	background: #eee;
	padding: 12px 15px;
	font-size: 10pt !important;
	line-height: 16px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.imgprodli, .imgprodli2 {
	padding:0px;
	text-align: center;
	height:207px;
	line-height:150px;
	margin-top: 0px;
}
.imgprodli2 img {
	margin:0px;
	padding:0px;
	height:200px;
	width:auto;
}
.imgprodli img {
	margin:0px;
	padding:0px;
	width:90%;
	height:auto;
}
@media (max-width: 991px){
	.imgprodli, .imgprodli2 {
		height:auto;
	}
	.imgprodli img, .imgprodli2 img {
		widows: 100%;
		height: auto;
	}
}
.carretilla {
	padding: 25px 0;
}
.carretilla h3 {
	text-transform: none;
}
.carretilla h4 {
	font-size: 16pt;
}
.carretilla-ins p {
	margin: 0 0 2px 0;
}
.carretilla-item {
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
}
.carretilla-item h3 {
	margin-top: 7px;
	margin-bottom: 0px;
	text-transform: none;
	font-size: 12pt;
	color: #000;
}
.carretilla-item strike {
	font-size: 10pt;
}
.carretilla-item .input-cant {
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #dedfdf url('../images/bginputs.jpg') no-repeat top left !important;
	font-size: 14pt;
	border: 1px solid #f2f2f2;
}
.carretilla-item .item-opc, .carretilla-item .item-opc-wo {
	margin-top: 20px !important;
}
.carretilla-item .item-opc a {
	padding-left: 30px;
	font-size: 10pt;
}
.carretilla-item .item-opc-wo {
	margin-top: 7px;
}
.carretilla-item .item-opc-wo a {
	padding-left: 0px;
	font-size: 10pt;
}
.carretilla-item .item-opc-move {
	margin-top: 20px;
}
.carretilla-item .item-opc-move a {
	padding-right: 30px;
	font-size: 10pt;
}
.carretilla-item .item-price {
	margin-top: 7px;
	font-size: 16pt;

}
.carretilla-subtotal {
	padding: 20px 30px 30px 30px;
	margin-left: 20px;
	margin-bottom: 40px;
	background: #f2f2f2;
	border: 1px solid #808080;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	border-radius: 7px;
}
.carretilla-subtotal h2 {
	margin: 0px;
	font-size: 18pt;
	letter-spacing: .5px;
}
.carretilla-subtotal-span {
	color: #c81919;
	font-family: arial;
	font-weight: bold;
	font-size: 18pt !important;
}
.carretilla-subtotal h4 {
	font-size: 14pt;
	margin-top: 12px;
}
.carretilla-subtotal h5 {
	font-size: 10pt !important;
	font-weight: normal !important;
	text-transform: none !important;
	margin: 0px;
}
.direcciones-entrega {
	margin: 15px 0;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px dotted #C0C0C0;
	position: relative;
}
.direcciones-entrega h4 {
	font-weight: bold;
	padding: 0px;
	margin: 0 0 5px 0;
	font-size: 13pt;
}
.direcciones-entrega p {
	margin: 0px;
	padding: 0px;
	font-size: 12pt !important;
}
.direcciones-entrega a {
	color: #1f94b3;
}
.tipo-pago {
	overflow:hidden;
	margin:30px 0 20px 0px;
	padding:0px;
	width:100%;
	position:relative;
	list-style-type: none;
}
.tipo-pago p {
	position:absolute;
	top:50px;
	left:160px;
	font-size:12pt;
	font-weight:bold;
	color:#2968b2;
	margin:0 0 7px 0;
	padding: 12px 0;
	text-align:center;
	width:150px;
	border-radius:7px;
	background:#fff;
	border:1px solid #C0C0C0;
}
.tipo-pago i {
	font-size: 36pt;
}
.tipo-pago li {
	float:left;
	width:30%;
	text-align:center;
	border:1px solid #C0C0C0;
	margin:0 2% 0 0;
	border-radius:7px;
}
.tipo-pago li a {
	display: block;
	padding:20px 0;
	text-decoration:none;
	color:#3e3e3e;
	text-shadow:0px 1px 1px #fff;
}
.tipo-pago li a:hover {
	background: #f4f4f4;
	text-shadow: 0px 1px 1px #fff;
	border-radius:5px;
}
.tipo-pago-img {
	height:80px;
	border:0px;
	background:#fff;
}

.wish-box {
	font-size: 10pt;
	padding-top: 20px;
}
.gift-cards {
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
}
.gift-cards li {
	float: left;
	width: 31%;
	margin: 0 1% 10px 0;
	border: 1px solid #C0C0C0;
	background: #eee;
	text-align: center;
}
.gift-cards li img {
	width: 100%;
}
.gift-cards li h4 {
	text-transform: none;
	color: #3e3e3e;
	margin: 8px 0;
}
.gift-cards-det label {
	font-size: 10pt;
	font-weight: normal;
}
.gift-cards-det h3 {
	text-transform: none;
	margin-bottom: 15px;
	color: #000;
}
.box-ubicaciones {
	padding: 15px 25px;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 12px;
}
.box-ubicaciones p {
	margin-bottom: 5px;
	font-size: 10pt;
}
.box-ubicaciones h4 {
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
	color: #02a5d0;
}
.ubicaciones {
	border: 1px solid #f1f1f1;
	padding: 20px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.ubicaciones p {
	margin-bottom: 7px;
}
.col-gal {
	overflow: hidden;
	list-style-type: none;
}
.col-gal li {
	float: left;
	width: 12%;
	border: 1px solid #C0C0C0;
	padding: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	text-align: center;
	line-height: 10px !important;
	font-size: 7pt;
}
.col-gal li img {
	width: 100%;
}
#footer {
	background: #f4f4f4;
	color: #000;
	border-top: 1px dotted #f1f1f1;
	border-bottom: 0px !important;
}
.footer-ribbon {
	background: #02a5d0 !important;
	margin-top: -87px !important;
}
.footer-ribbon span {
	font-family: 'Raleway' !important;
	font-size: 12pt !important;
}
.contact-details p {
	color: #3e3e3e;
}
.contact-details h4 {
	font-size: 12pt !important;
	font-weight: bold !important;
	color: #000 !important;
}
.footer-copyright {
	padding-top: 11px !important;
	padding-bottom: 7px !important;
	height: 43px;
	color: #C0C0C0;
	background: #4f6064 !important;
	border-top: 3px solid #00afca !important;
}
@media (max-width: 767px){
	.footer-copyright div {
		text-align: center;
	}
}
/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040;
}

html .scroll-to-top:hover {
	opacity: 1;
}

html .scroll-to-top.visible {
	opacity: 0.75;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

html.lightbox-opened .scroll-to-top {
	right: 27px;
}

html.ie11 .scroll-to-top {
	right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}
.saltopag {
	margin:10px 0;
	overflow:hidden;
	list-style-type: none;
}
.saltopag li {
	margin:0 3px 3px 0;
	float:left;
	text-align:center;
	border:1px solid #3e3e3e;
	font-size:8pt;
	font-weight:bold;
	width:25px;
	height:25px;
	line-height:25px;
	font-family:arial;
}
.saltopag li a {
	text-decoration:none;
	font-weight:normal !important;
	display:block;
	width:25px;
	height:25px;
	line-height:25px;
	color:#3e3e3e !important;
}
#nolink {
	background:#3e3e3e;
	color:#fff;
}
#noborde {
	border:0px !important;
	width:55px !important;
}
.saltopag li:hover {
	background:#eee;
}