/* @group HTML > BODY > WRAPPER */

@font-face {
	font-family: 'ITCStoneSansRegular';
	src: url('../fonts/stonesans-webfont.html');
	src: url('../fonts/stonesans-webfontd41d.html?#iefix') format('embedded-opentype'), url('../fonts/stonesans-webfont-2.html') format('woff'), url('../fonts/stonesans-webfont-3.html') format('truetype'), url('../fonts/stonesans-webfont-4.html#ITCStoneSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCStoneSansBold';
	src: url('../fonts/stonesans-bold-webfont.html');
	src: url('../fonts/stonesans-bold-webfontd41d.html?#iefix') format('embedded-opentype'), url('../fonts/stonesans-bold-webfont-2.html') format('woff'), url('../fonts/stonesans-bold-webfont-3.html') format('truetype'), url('../fonts/stonesans-bold-webfont-4.html#ITCStoneSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCStoneSansSemiboldBold';
	src: url('../fonts/stonesans-semibold-webfont.html');
	src: url('../fonts/stonesans-semibold-webfontd41d.html?#iefix') format('embedded-opentype'), url('../fonts/stonesans-semibold-webfont-2.html') format('woff'), url('../fonts/stonesans-semibold-webfont-3.html') format('truetype'), url('../fonts/stonesans-semibold-webfont-4.html#ITCStoneSansSemiboldBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Regular';
	src: url('../fonts/Inter-Regular.eot');
	src: url('../fonts/Inter-Regulard41d.html?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Medium';
	src: url('../fonts/Inter-Medium.eot');
	src: url('../fonts/Inter-Mediumd41d.html?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Light';
	src: url('../fonts/Inter-Light.eot');
	src: url('../fonts/Inter-Lightd41d.html?#iefix') format('embedded-opentype'), url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff'), url('../fonts/Inter-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



/* @group NuTipo gracias Rude */

.stone-bold {
	font-Family: ITCStoneSansBold,Helvetica, Arial !important;
}

.stone-medium,
.btn-club .stone-medium {
	font-Family: ITCStoneSansRegular,Helvetica, Arial;
}

.stone-semi,
.btn-club .stone-semi,
.btn-metal-big .stone-semi {
	font-family: ITCStoneSansSemiboldBold, Helvetica, Arial;
}

.btn-club .stone-medium,
.btn-club .stone-semi {
	text-shadow: #235B35 0 -1px;
}

.btn-metal-big .stone-semi {
	text-shadow: #FFF 0 1px;
}

* {
	outline: none;
}

body {
	text-align: center;
	overflow-x: hidden;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

.centered {
	text-align: center;
}

/* @end */

/* @group Globals */

/* @group Background */

.dark-bg {
	background: #192132 url(../img/dark-bg.gif) no-repeat center top;
}

/* @end */

/* @group Typography */

p, li, input, textarea {
	color: #46464A;
}

.entry p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

.cursor_normal {
	cursor: default;
}

a {
	color: #29336A;
}

	a:hover {
		color: #495ab2;
	}

.info,
.error,
.succeed {
	padding: 15px 10px 15px;
	border: 1px solid;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.info p,
	.error p,
	.succeed p {
		font-size: 14px;
	}

	.info li,
	.error li,
	.succeed li {
		font-size: 14px;
	}

.info {
	background: #e0dccd; /*#fff3d9;*/
	border-color: #666; /*#ffe0b5;*/
}

	.info p {
		color: #14377D;
	}

.error {
	background: #ffd3ca;
	border-color: #ea9b9b;
}

.error-esp {
	border: 1px solid;
	padding: 10px;
	background: #ffd3ca;
	border-color: #ea9b9b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	color: #952a26;
}


.color_red {
	color: #952a26;
	font-weight: bold;
}

.error p {
	color: #952a26;
	font-weight: bold;
}

.error li {
	color: #952a26;
	font-weight: bold;
}

.succeed {
	background: #e0fbcf;
	border-color: #adda74;
}

	.succeed p {
		color: #487916;
		font-weight: bold;
	}

.succeed-esp {
	border: 1px solid;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	background: #e0fbcf;
	border-color: #adda74;
}

/* @end */

/* @group Forms */

form * {
	font-family: Arial, sans-serif;
}

label {
	color: #28336A;
	font-size: 12px;
	padding: 0 5px 0 0;
	height: 17px;
	cursor: pointer;
}

.label-inner {
	display: inline-block;
	width: 80px;
}

.label-big {
	width: 160px;
}

.label-megabig {
	width: 100%;
	margin-bottom: 5px;
}

.input-txt {
	border: #B3C2D3 1px solid;
	height: 20px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: text;
}

	.input-txt:focus {
		border: 1px solid #142b50;
		outline: none;
	}

.input-select {
	border: #B3C2D3 1px solid;
	padding: 5px 5px;
	height: 27px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

	.input-select:focus {
		border: 1px solid #142b50;
		outline: none;
	}

.checkbox-txt {
	border: #B3C2D3 1px solid;
	padding: 5px 5px;
	height: 15px;
	width: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

	.checkbox-txt:focus {
		border: 1px solid #142b50;
		outline: none;
	}

.input-txt-area {
	border: #B3C2D3 1px solid;
	padding: 5px 5px;
	height: 75px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: text;
}

	.input-txt-area:focus {
		border: 1px solid #142b50;
		outline: none;
	}

.select {
	border: #B3C2D3 1px solid;
	padding: 4px 5px 5px 0;
	height: 29px;
	color: #46464A;
	font-weight: bold;
	font-size: 13px;
	text-shadow: #fefffe 0 1px 0;
}

.search {
	background: url(../img/icon-search.png) no-repeat 5px center;
	padding-left: 22px;
}

.input-btn {
	height: 30px;
	padding-left: 9px;
	background: transparent url(../img/btn-input.png) no-repeat left top;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.input-btn-ajuda {
	height: 30px;
	padding-right: 9px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.input-btn-inner {
	padding: 5px 9px 9px 0;
	display: block;
	background: transparent url(../img/btn-input.png) no-repeat right -30px;
	color: #46464A;
	font-weight: bold;
	font-size: 13px;
	text-shadow: #fefffe 0 1px 0;
	cursor: pointer;
}

.input-btn:hover {
	background-position: left -60px;
}

	.input-btn:hover .input-btn-inner {
		color: #333;
		background-position: right -90px;
		text-shadow: #efefef 0 1px 0;
	}

.xxl_pad {
	padding-left: 30px;
	width: 100%;
}

.xxl {
	width: 100%;
}

.xl {
	width: 350px;
}

.l {
	width: 270px;
}

.m {
	width: 150px;
}

.s {
	width: 80px;
}

.ss {
	width: 40px;
}

.hs {
	height: 25px;
}

.hiddenInput {
	height: 1px;
	width: 1px;
}

.field {
	padding: 10px 25px;
}

.submit-field {
	background: url(../img/submit-field-bg.png) no-repeat center top;
	text-align: center;
}

	.submit-field .input-btn {
		margin: 15px 0;
	}

.form-title {
	color: #192133;
	font-weight: bold;
	font-size: 13px;
	padding-top: 15px;
}

.disabled {
	border: 1px solid #dadfe6;
	background: #f2f4f6;
}

.legend-powa {
	padding: 10px 10px;
	color: #29336A;
}

.legend-level2 {
	padding: 10px 20px;
	color: #29336A;
}

hr {
	margin: -10px 10px 10px 10px;
	border-bottom: #E4E8F2 1px solid; /*E9E9E9*/
}

/* @end */

/* @group Iconos */

.icon-rss {
	background: url(../img/icon-rss.png);
	height: 12px;
	width: 10px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 4px;
}

	.icon-rss:hover {
		background-position: right top;
	}

.icon-access {
	background: url(../img/icon-access.png);
	height: 13px;
	width: 10px;
	display: inline-block;
}

.icon-find-big {
	background: url(../img/icon-find-big.png) no-repeat center center;
	height: 28px;
	width: 26px;
	display: inline-block;
}

.icon-ecommerce {
	background: url(../img/icon-ecommerce.png) no-repeat center center;
	height: 28px;
	width: 26px;
	display: inline-block;
}

.icon-3g-big {
	background: url(../img/icon-3g-big.png) no-repeat center center;
	height: 53px;
	width: 50px;
	display: inline-block;
}

.icon-mrw {
	background: url(../img/icon-mrw.png) no-repeat;
	height: 15px;
	width: 86px;
	display: inline-block;
}

.icon-calc {
	background: url(../img/icon-calc.png) no-repeat;
	height: 13px;
	width: 11px;
	display: inline-block;
}

.icon-info {
	background: url(../img/icon-info.png) no-repeat;
	height: 15px;
	width: 14px;
	display: inline-block;
}

.btn-metal .icon-access {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.input-btn .icon-calc {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

/* @end */

/* @group Buttons */

/* @group Dark */

.btn-dark {
	background: #494C5F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

	.btn-dark:hover {
		color: #676a78;
		background: #FFF;
	}

/* @end */

/* @group Green */

.btn-green {
	background: #093;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

	.btn-green:hover {
		color: #006;
		background: #676a78;
	}

/* @end */

/* @group Green */

.btn-green-fixet {
	background: #093;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	text-align: center;
}

	.btn-green-fixet:hover {
		color: #006;
		background: #676a78;
	}

/* @end */

/* @group Blue */

.btn-blue {
	background: #006;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

	.btn-blue:hover {
		color: #676a78;
		background: #FFF;
	}

/* @end */

/* @group Blue Fixed */

.btn-blue-fixed {
	background: #006;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	text-align: center;
}

	.btn-blue-fixed:hover {
		color: #676a78;
		background: #E6E6E6;
	}

/* @end */

/* @group Red Fixed */

.btn-red-fixed {
	background: #C83228; /* CUMPLE WCAG2.1 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	text-align: center;
}

	.btn-red-fixed:hover {
		color: #676a78;
		background: #E6E6E6;
	}

/* @end */

/* @group Metal Blue */

.btn-metal {
	background: url(../img/btn-blue-metal.html) no-repeat left top;
	height: 23px;
	display: inline-block;
	padding-left: 7px;
	color: #46464A;
	font-weight: bold;
	font-size: 12px;
	text-shadow: #fefffe 0 1px 0;
}

.btn-metal-inner {
	height: 21px;
	padding: 2px 7px 0 0;
	display: block;
	background: url(../img/btn-metal.png) no-repeat right -23px;
}

.btn-blue-big {
	background: url(../img/btn-blue-big.png);
	width: 300px;
	height: 70px;
	display: block;
}

	.btn-blue-big:hover {
		background-position: left bottom;
	}

	.btn-blue-big span, .btn-blue-big span.stone-semi {
		color: #FFF;
		text-shadow: #46464A 0 1px;
		font-size: 10px;
		float: left;
		height: 20px;
		margin: 10px 0 0 0;
		padding: 18px 20px 10px;
		border-left: 1px solid #f1f3f3;
	}

		.btn-blue-big span.texto-blue {
			color: #FFF;
			text-shadow: #46464A 0 1px;
			font-size: 12px;
			float: left;
			height: 38px;
			margin: 10px 0 0 0;
			padding: 0px 5px 10px;
			overflow: hidden;
		}

	.btn-blue-big h4 {
		font-size: 14px;
		margin: 0px;
		margin-bottom: -12px;
		padding: 0px;
	}

	.btn-blue-big .stone-semi {
		font-size: 20px;
		border-right: #46464A 1px solid;
		border-left: none;
		margin-right: 0;
		padding-top: 12px;
		height: 26px;
	}

	.btn-blue-big .icon-3g-big {
		border-right: #46464A 1px solid;
		border-left: none;
		padding: 14px 15px;
	}

	.btn-blue-big .icon-mrw {
		vertical-align: bottom;
		padding: 0;
		margin: 0;
		border: none;
		float: none;
		height: 16px;
		margin-left: 5px;
	}

#first-nav .btn-metal {
	margin-top: 7px;
}

#featured-product .btn-blue-big {
	margin-top: 30px;
}

.gradient-wrapper .btn-blue-big {
	margin: 20px;
	float: left;
}

/* @end */

/* @group Metal Red */

.btn-metal {
	background: url(../img/btn-red-metal.html) no-repeat left top;
	height: 23px;
	display: inline-block;
	padding-left: 7px;
	color: #4a4647;
	font-weight: bold;
	font-size: 12px;
	text-shadow: #fefffe 0 1px 0;
}

.btn-metal-inner {
	height: 21px;
	padding: 2px 7px 0 0;
	display: block;
	background: url(../img/btn-metal.png) no-repeat right -23px;
}

.btn-red-big {
	background: url(../img/btn-red-big.html);
	width: 300px;
	height: 70px;
	display: block;
}

	.btn-red-big:hover {
		background-position: left bottom;
	}

	.btn-red-big span, .btn-red-big span.stone-semi {
		color: #FFF;
		text-shadow: #4a4647 0 1px;
		font-size: 10px;
		float: left;
		height: 20px;
		margin: 10px 0 0 0;
		padding: 18px 20px 10px;
		border-left: 1px solid #f1f3f3;
	}

		.btn-red-big span.texto-red {
			color: #FFF;
			text-shadow: #4a4647 0 1px;
			font-size: 12px;
			float: left;
			height: 38px;
			margin: 10px 0 0 0;
			padding: 0px 20px 10px;
			overflow: hidden;
		}

	.btn-red-big h4 {
		font-size: 14px;
		margin: 0px;
		margin-bottom: -12px;
		padding: 0px;
	}

	.btn-red-big .stone-semi {
		font-size: 20px;
		border-right: #4a4647 1px solid;
		border-left: none;
		margin-right: 0;
		padding-top: 12px;
		height: 26px;
	}

	.btn-red-big .icon-3g-big {
		border-right: #4a4647 1px solid;
		border-left: none;
		padding: 14px 15px;
	}

	.btn-red-big .icon-mrw {
		vertical-align: bottom;
		padding: 0;
		margin: 0;
		border: none;
		float: none;
		height: 16px;
		margin-left: 5px;
	}

#first-nav .btn-metal {
	margin-top: 7px;
}

#featured-product .btn-red-big {
	margin-top: 30px;
}

.gradient-wrapper .btn-red-big {
	margin: 20px;
	float: left;
}

/* @end */

/* @group Metal */

.btn-metal {
	background: url(../img/btn-metal.png) no-repeat left top;
	height: 23px;
	display: inline-block;
	padding-left: 7px;
	color: #4a4647;
	font-weight: bold;
	font-size: 12px;
	text-shadow: #fefffe 0 1px 0;
}

.btn-metal-inner {
	height: 21px;
	padding: 2px 7px 0 0;
	display: block;
	background: url(../img/btn-metal.png) no-repeat right -23px;
}

.btn-metal:hover {
	background-position: left -46px;
}

	.btn-metal:hover .btn-metal-inner {
		color: #FFFFFF;
		background-position: right -69px;
		text-shadow: #efefef 0 1px 0;
	}

.btn-metal-big {
	background: url(../img/btn-metal-big.png);
	width: 300px;
	height: 70px;
	display: block;
}

	.btn-metal-big:hover {
		background-position: left bottom;
	}

	.btn-metal-big span, .btn-metal-big span.stone-semi {
		color: #4a4647;
		text-shadow: #FFF 0 1px;
		font-size: 12px;
		float: left;
		height: 20px;
		margin: 10px 0 0 0;
		padding: 18px 20px 10px;
		border-left: 1px solid #f1f3f3;
	}

		.btn-metal-big span.idiomatic {
			color: #4a4647;
			text-shadow: #FFF 0 1px;
			font-size: 12px;
			float: left;
			height: 20px;
			margin: 0px;
			padding: 0px;
			border-left: none;
		}

		.btn-metal-big span.stone-semi {
			font-size: 20px;
			border-right: #4a4647 1px solid;
			border-left: none;
			margin-right: 0;
			padding-top: 12px;
			height: 26px;
		}

	.btn-metal-big .icon-find-big, .btn-metal-big .icon-ecommerce {
		border-right: #4a4647 1px solid;
		border-left: none;
		padding: 14px 15px;
	}

	.btn-metal-big .icon-mrw {
		vertical-align: bottom;
		padding: 0;
		margin: 0;
		border: none;
		float: none;
		height: 16px;
		margin-left: 5px;
	}

#first-nav .btn-metal {
	margin-top: 7px;
}

#featured-product .btn-metal-big {
	margin-top: 30px;
}

.gradient-wrapper .btn-metal-big {
	margin: 20px;
	float: left;
}

/* @end */

/* @group Red */

.btn-red {
	background: url(../img/btn-red.png) no-repeat left top;
	height: 32px;
	display: inline-block;
	padding-left: 12px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

.btn-red-inner {
	height: 27px;
	padding: 5px 15px 0 3px;
	display: block;
	background: url(../img/btn-red.png) no-repeat right -32px;
}

.btn-red:hover {
	background-position: left -64px;
}

.btn-red-inner:hover {
	color: #FFF;
	background-position: right -96px;
}

.btn-red-rs {
	background: url(../img/btn-red-rs.png) no-repeat left top;
	height: 32px;
	display: inline-block;
	padding-left: 12px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

.btn-red-rs-inner {
	height: 27px;
	padding: 5px 15px 0 3px;
	display: block;
	background: url(../img/btn-red-rs.png) no-repeat right -32px;
}

.btn-red-rs:hover {
	background-position: left -64px;
}

.btn-red-rs-inner:hover {
	color: #FFF;
	background-position: right -96px;
}

/* @end */

/* @group Club */

.btn-club {
	background: url(../img/btn-club.png);
	width: 272px;
	height: 70px;
	display: block;
}

.btn-club-inner {
	background: url(../img/icon-users.png) no-repeat 15px center;
	display: block;
	padding: 15px 0 0 75px;
	height: 55px;
}

.btn-club:hover {
	background-position: left bottom;
}

.btn-club span {
	color: #FFF;
}

.btn-club .stone-semi {
	color: #FFF;
	font-size: 20px;
	display: block;
	margin-bottom: 3px;
}

.btn-club .stone-medium {
	color: #FFF;
	font-size: 13px;
}

/* @end */

/* @group serveis prepagats */

.btn-prepagat {
	background: url(../img/btn-prepagat.png);
	width: 272px;
	height: 110px;
	display: block;
}

.btn-prepagat-inner {
	background: url(../img/icon-prepagat.png) no-repeat 15px center;
	display: block;
	padding: 15px 0 0 75px;
	height: 55px;
}

.btn-prepagat:hover {
	background-position: left bottom;
}

.btn-prepagat span {
	color: #FFF;
}

.btn-prepagat .stone-semi {
	color: #FFF;
	font-size: 20px;
	display: block;
	margin-bottom: 3px;
}

.btn-prepagat .stone-medium {
	color: #FFF;
	font-size: 13px;
}

/* @end */

/* @group Orange */

.btn-orange {
	background: #FF5D00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

	.btn-orange:hover {
		background: #fe9663;
		color: #FFF;
	}


.fixed {
	display: inline-block;
	width: 55px;
}

/* @end */



/* @end */

/* @group Simple menu */

#top-nav .simple-menu {
	float: right;
	padding: 2px 10px 0 0;
}

.simple-menu li {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #A2AAB7;
	text-shadow: #000000 0 -1px 0;
}

a.social-media {
	height: 18px;
	width: 19px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	_height: 18px; /* IE6 */
}

.simple-menu .facebook {
	background-image: url(../img/icon-facebook.png);
}

.simple-menu .googleplus {
	background-image: url(../img/icon-googleplus.png);
}

.simple-menu .twitter {
	background-image: url(../img/icon-twitter.png);
}

.simple-menu .youtube {
	background-image: url(../img/icon-tube.png);
}

.simple-menu a {
	color: #A2AAB7;
}

	.simple-menu a:hover,
	.simple-menu .active a {
		color: #FFF;
	}

#footer-services .simple-menu {
	padding: 5px 0;
}

#footer-legal .simple-menu {
	float: left;
}

	#footer-legal .simple-menu li {
		font-weight: normal;
	}

/* @end */

/* @group Top navigation */

#top-nav {
	padding: 5px 0;
	overflow: hidden;
}

/* @end */

/* @group Header */

#header {
	padding: 30px 0 30px;
	overflow: hidden;
}

/* @group Logo */

#logo {
	float: left;
}

	#logo a {
		display: block;
		width: 218px;
		height: 57px;
		background: url(../img/logo-mrw.png) no-repeat;
		text-indent: -9999px;
	}
/* @end */

/* @group MRW Finder */

#mrw-finder {
	width: 430px;
	float: left;
	margin-left: 70px;
}

#mrw-finder-selector {
	padding: 0 0 10px;
	overflow: hidden;
}

	#mrw-finder-selector li {
		float: left;
		height: 28px;
		font-weight: bold;
		font-size: 12px;
		text-shadow: #FFF 0 1px 0;
		margin: 0 5px;
	}

		#mrw-finder-selector li.sep {
			border-right: 2px solid #ccc;
			height: 20px;
			margin-left: 3px;
		}

	#mrw-finder-selector .btn-selector {
		color: #A1AAB7;
		display: block;
		padding-left: 9px;
		height: 23px;
	}

	#mrw-finder-selector .btn-selector-inner {
		display: block;
		height: 20px;
		padding: 3px 9px 0 0;
	}

	#mrw-finder-selector li.activeSlide {
		float: left;
		background: url(../img/finder-selector.png) no-repeat center bottom;
		height: 28px;
	}

	#mrw-finder-selector .activeSlide .btn-selector {
		display: block;
		background: url(../img/finder-selector.png) no-repeat left top;
		padding-left: 9px;
		height: 23px;
		color: #46464A;
	}

	#mrw-finder-selector .activeSlide .btn-selector-inner {
		display: block;
		background: url(../img/finder-selector.png) no-repeat right -23px;
		height: 19px;
		padding: 4px 9px 0 0;
	}

#mrw-finder-forms {
}

	#mrw-finder-forms form {
		width: 100%;
	}

	#mrw-finder-forms .input-btn,
	#mrw-finder-forms .input-btn-ajuda,
	#mrw-finder-forms .input-txt,
	#mrw-finder-forms label {
		float: left;
	}

	#mrw-finder-forms .input-txt {
		margin-right: 5px;
	}

/* @end */

/* @group Call us */

.call-us {
	background: url(../img/call-us.png) no-repeat left top;
	float: right;
	color: #29336A;
	padding-left: 50px;
}

.tel {
	display: block;
	font-size: 21px;
	font-weight: bold;
	/*margin-bottom: 3px;*/
}

.tel_02 {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

.call-us .small {
	display: block;
	font-size: 11px;
	line-height: 16px;
}

.call-us a {
	font-weight: bold;
	/*text-decoration: underline;*/
}

.gradient-wrapper .call-us {
	margin: 25px 20px 0;
}

/* @end */

/* @group Garant&iacute;a de entrega */

.garantia_entrega {
	float: right;
	color: #29336A;
}

.gradient-wrapper .garantia_entrega {
	margin: 25px 20px 0;
}

.garantia_entrega .small {
	display: block;
	width: 230px;
	margin-left: 5px;
	font-size: 11px;
	line-height: 17px;
	float: left;
}

.garantia_entrega a {
	font-weight: bold;
	text-decoration: underline;
}

.garantia-left {
	float: left;
}
/* @end */

/* @end */

/* @group First navigation */

#first-nav {
	overflow: hidden;
}

#menu li {
	float: left;
	text-shadow: #000000 0 -1px 0;
}

#menu a {
	color: #A1AAB7;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	display: block;
}

	#menu a:hover {
		color: #FFF;
	}

#menu .active a {
	background: #FFF;
	color: #19133B;
	text-shadow: none;
}

/* @end */

/* @group Reasons slideshow */

#reasons-featured {
	background: #f3f5f7 url(../img/featured-post-bg.png) repeat-x;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

	#reasons-featured .wrapper {
		width: 1070px;
		position: relative;
	}

#reasons-featured-barra {
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

	#reasons-featured-barra .wrapper {
		width: 1070px;
		position: relative;
		/* padding-left: 50px; */
		padding-left: 120px;
	}

.slide {
	height: 336px;
	width: 1070px;
	display: none;
}

	.slide * {
		display: none;
	}

	.slide img {
		display: block;
	}

.slide-video {
	height: 400px;
}

#reasons-box {
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 20;
	background: url(../img/white-80.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 474px;
}

	#reasons-box.video {
	}

#reasons-nav {
	height: 72px;
	width: 510px;
	position: relative;
	left: -18px;
}

#reasons-prev,
#reasons-next {
	width: 185px;
	height: 72px;
	background: url(../img/reasons-nav.png);
	cursor: pointer;
}

#reasons-prev {
	float: left;
}

#reasons-next {
	background-position: right top;
	float: right;
}

#reasons-prev:hover {
	background-position: left bottom;
}

#reasons-next:hover {
	background-position: right bottom;
}

#reason-number {
	position: absolute;
	top: 13px;
	left: 48px;
	font-size: 42px;
	color: #46464A;
}

#reason-title {
	position: absolute;
	top: 15px;
	left: 108px;
	width: 360px;
	font-size: 18px;
	color: #46464A;
}

#reason-title-social {
	position: absolute;
	top: 15px;
	left: 108px;
	width: 360px;
	font-size: 18px;
	color: #46464A;
}

#reason-text {
	width: 414px;
	padding: 10px 30px;
}

	#reason-text p {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 10px;
	}

/* @end */

/* @group Sections */

.section {
	border-top: #D6DCDF 1px solid;
	border-bottom: #D6DCDF 1px solid;
	overflow: hidden;
}

.filter-section .wrapper {
	overflow: hidden;
}

.widget-section .wrapper {
	padding: 30px 0 15px;
	overflow: hidden;
}

/* @group Section Title */

.section-title {
	font-size: 26px;
	color: #19133B;
	margin-bottom: 15px;
}

#reasons-box .section-title {
	padding: 20px 30px 10px;
	margin: 0;
}

.widget-section .section-title,
.filter-section .section-title {
	padding-bottom: 5px;
	border-bottom: #E9E9E9 1px solid;
}

/* @end */

/* @group Section Subtitle */

.section-subtitle {
	font-size: 21px;
	color: #19133B;
	clear: both;
	margin-bottom: 15px;
}

.widget-section .section-subtitle,
.filter-section .section-subtitle {
	padding: 5px 0 5px;
	border-bottom: #E9E9E9 1px solid;
}

.subsection-title {
	font-size: 19px;
	color: #19133B;
	clear: both;
	padding: 15px 0 5px;
}

/* @end */

/* @group News */

.post {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: #E9E9E9 1px solid;
}

.post-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.post-subtitle {
	font-size: 14px;
	margin: 15px 0 5px;
	color: #29336A;
}

.post p,
.post li {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

.post ul,
.post ol {
	padding-left: 20px;
	list-style-position: inside;
	margin-bottom: 20px;
}

.post ul {
	list-style-type: disc;
}

.post-img {
	border: #E9E9E9 4px solid;
}

#featured {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 10px;
	border: none;
}

	#featured .post-title {
		font-size: 20px;
	}

	#featured p {
		font-size: 15px;
		line-height: 22px;
	}

	#featured .post-img {
		border: none;
	}

.align-left {
	float: left;
	margin: 0 15px 10px 0;
}

.align-right {
	float: right;
	margin: 0 0 10px 15px;
}

.align-center {
	display: block;
	margin-bottom: 15px;
}

.post.last {
	border-bottom: none;
}

.number-coment {
	background: #e0fbcf;
	/*padding:3px;*/
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* @end */

/* @group Section footer */

.section-footer {
	padding: 15px 0;
	overflow: hidden;
	clear: both;
	border-top: #E9E9E9 1px solid;
}

	.section-footer a {
		font-size: 13px;
	}

/* @end */

/* @group Featured product */

.featured-product-inner {
	overflow: hidden;
	padding: 30px 60px 30px 0;
}

.featured-product-icon {
	margin-right: 40px;
	float: left;
}

.featured-product-title {
	font-size: 18px;
	color: #FFF;
	margin: 2px 0 5px;
}

.featured-product-inner p {
	font-size: 13px;
	color: #A2AAB7;
	line-height: 18px;
}

.featured-product-inner a {
	font-size: 13px;
	color: #A2AAB7;
	font-weight: bold;
}

/* @end */

/* @group Products */

#products {
	background-color: #f6f6f6;
}

.product {
	float: left;
	width: 310px;
	margin: 5px 0 15px;
	height: 100px;
	overflow: visible;
}

.product-icon-wrapper {
	float: left;
	width: 59px;
	margin-right: 20px;
}

.product-info {
	float: left;
	width: 230px;
}

.product-garantia {
	float: right;
	width: 59px;
}

.product-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.product-description {
	width: 215px;
}

	.product-description p {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 10px;
	}

.product-extens {
	float: left;
	width: 620px;
	margin: 5px 0 15px;
	height: 100px;
	overflow: visible;
}

.product-extens-info {
	float: left;
	width: 460px;
}

.product-extens-description {
	width: 430px;
}

	.product-extens-description p {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 10px;
	}

.fav {
	display: inline-block;
	background: url(../img/icon-star.png);
	width: 21px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

.favd {
	background-position: left bottom;
}

#product-header .fav,
.section-title .fav {
	position: relative;
	top: -2px;
}

/* @end */

/* @group Packaging */

.pack {
	float: left;
	width: 310px;
	margin: 5px 0 15px;
	height: 155px;
	overflow: visible;
}

.pack-icon-wrapper {
	float: left;
	width: 78px;
	margin-right: 5px;
}

.pack-info {
	float: left;
	width: 225px;
}

.pack-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.pack-description {
	width: 215px;
}

	.pack-description p {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 10px;
	}

.pack-img-wrapper {
	border: #A1AAB7 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

	.pack-img-wrapper img {
		display: block;
	}

/* @end */

/* @group Product */

#product-header {
	margin-bottom: 20px;
	overflow: hidden;
}

#product-name {
	font-size: 22px;
	color: #29336A;
}

#product-info .product-name-black {
	font-size: 22px;
	color: #7f7f7f;
}

#product-info .product-name-red {
	font-size: 22px;
	color: #cf102d;
}

#product-subtitle {
	font-size: 16px;
	margin-top: 5px;
	color: #7F7F7F;
}

#product-specs p,
#product-specs li,
#product-specs tr {
	font-size: 13px;
}

#product-specs p {
	margin-bottom: 10px;
}

.product-img-wrapper {
	border: #A1AAB7 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

	.product-img-wrapper img {
		display: block;
	}

/* @group Pricing */

.price {
	color: #8CA3BF;
	text-align: right;
	font-weight: bold;
}

.center-price {
	text-align: center;
}

.price_esquerra {
	color: #8CA3BF;
	text-align: left;
	font-weight: bold;
}

/* @end */

/* @group Addons */



/* @end */

/* @end */

/* @group Testimonials */

#testimonials {
	padding-bottom: 20px;
}

.testimonial {
	margin-top: 15px;
	overflow: hidden;
}

.testimonial-img-wrapper {
	margin: 0 15px 0 0;
	float: left;
}

.testimonial-text {
	float: left;
	width: 530px;
}

.testimonial-name {
	color: #19133B;
	font-weight: bold;
}

/* @end */

/* @group Follow package */

.place {
	background: #494C5F;
	color: #A0AAB7;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 10px;
	width: 100px;
	display: inline-block;
}

.actual .place,
.transit .place {
	background: #0f9d56 url(../img/follow-actual-bg.png) no-repeat center bottom;
	color: #FFF;
}

.past th,
.actual th,
.transit th,
.future th {
	background-image: url(../img/follow-past-th.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.past.first th {
	background-image: url(../img/follow-past_first-th.png);
}

.actual th {
	background-image: url(../img/follow-actual-th.png);
}

.transit th {
	background-image: url(../img/follow-transit-th.png);
}

.future th {
	background-image: url(../img/follow-future-th.png);
}

.future.last th {
	background-image: url(../img/follow-future_last-th.png);
}

.past .place {
	background: #F0F1F3;
}

.status {
	width: 250px;
}

#sms-legal {
	position: relative;
	top: 5px;
	left: 5px;
}

	#sms-legal.cluetip-clicked {
		background-position: left bottom;
	}

.info-adicional {
	position: relative;
	top: 5px;
	left: 5px;
}

	.info-adicional.cluetip-clicked {
		background-position: left bottom;
	}

.info-adicional-llarg {
	position: relative;
	top: 5px;
	left: 5px;
}

	.info-adicional-llarg.cluetip-clicked {
		background-position: left bottom;
	}

/* @end */

/* @group Press */

#date-filter {
	position: absolute;
	right: 0;
	top: 30px;
}

	#date-filter legend {
		text-indent: -7000px;
		height: 1px;
	}

.widget-section #date-filter {
	top: 0px;
}

.metadata {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A1AAB7;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.doc {
	float: left;
	width: 310px;
	margin: 5px 0 15px;
}

.doc-icon-wrapper {
	float: left;
	width: 59px;
	margin-right: 20px;
}

.doc-info {
	float: left;
	width: 230px;
}

.doc-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.doc-description {
	width: 215px;
}

	.doc-description p {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 10px;
	}

.doc-icon {
	float: left;
	width: 60px;
	height: 59px;
	margin-right: 20px;
}

.pdf .doc-icon {
	background: url(../img/icon-pdf.png) left top;
}

.sim .doc-icon {
	background: url(../img/picto_MRW_simulador_tarifas_nacional.png) left top;
}

/* @end */

/* @group Offices */

.loc {
	float: left;
	width: 310px;
	margin: 5px 0 25px;
	overflow: visible;
	height: 250px;
}

.nofloat {
	float: none;
}

.loc-festividades {
	height: 110px;
}

.festividades {
	margin: 0 auto;
}

	.festividades td {
		font-size: 14px;
		text-align: center;
	}

	.festividades th {
		font-size: 16px;
		padding: 20px;
		padding-bottom: 0px;
		text-align: center;
		border-bottom: 1px solid #dcd6c7;
	}

	.festividades a {
		font-weight: bold;
		display: block;
		background: #CCC;
		padding: 5px;
	}

		.festividades a:hover {
			display: block;
			background: #29336A;
			color: #CCC;
			padding: 5px;
		}

.loc-icon-wrapper {
	float: left;
	width: 59px;
	margin-right: 20px;
}

.loc-info {
	float: left;
	width: 230px;
}

.loc-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.loc-description {
	width: 215px;
}

	.loc-description p {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 10px;
	}

.loc-icon {
	float: left;
	width: 60px;
	height: 59px;
	margin-right: 20px;
	background: url(../img/icon-location.png) left top;
}

.loc-help {
	float: left;
	width: 60px;
	height: 59px;
	margin-right: 20px;
	background: url(../img/icon-help.png) left top;
}

.loc-icon-recp {
	float: left;
	width: 60px;
	height: 59px;
	margin-right: 20px;
	background: url(../img/icon-location-receptoria.png) left top;
}

.loc-icon-closed {
	float: left;
	width: 60px;
	height: 59px;
	margin-right: 20px;
	background: url(../img/icon-closed.png) left top;
}

.loc-icon-open {
	float: left;
	width: 60px;
	height: 59px;
	margin-right: 20px;
	background: url(../img/icon-open.png) left top;
}

.gmap {
	border: #E9E9E9 4px solid;
	padding: 1px;
	background: #aaa9b3;
	margin-bottom: 15px;
	width: 610px;
	height: 400px;
}

	.gmap iframe {
		display: block;
	}

/* @end */



/* @end */

/* @group Columns */

/* @group Main column */

.main-column {
	width: 620px;
	float: left;
	position: relative;
}

.filter-section .main-column {
	padding: 30px 0 15px;
}

/* @end */

/* @group Widget column */

.widget-column {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.widget {
	background: #ECE8DA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
}

.widget-inner {
	padding: 10px 0 5px;
	margin: 0 15px;
	border-top: 1px solid #f7f3e4;
}

.side-post {
	margin-top: 10px;
	border-bottom: 1px solid #dcd6c7;
}

.side-post-title {
	color: #19133B;
	margin-bottom: 5px;
	font-size: 14px;
}

.side-post p,
.side-post ul,
.side-post ol {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.side-post.last {
	border-bottom: none;
}

/* @group Widget Title */

.widget-title {
	font-size: 17px;
	color: #19133B;
}

.widget-title {
	padding: 10px 0 5px;
	margin: 0 15px;
	border-bottom: 1px solid #dcd6c7;
}

/* @end */

/* @end */

/* @group Filter column */

.filter-column {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding: 65px 0 20px;
}

.filter-group {
	background: url(../img/filter-group-bg.png) no-repeat left center;
}

.filter a {
	display: block;
	font-size: 13px;
	padding: 5px 15px;
	text-shadow: #fff 0 1px;
}

.filter.close a,
.filter.open a {
	padding: 5px 15px 5px 28px;
	background: url(../img/filter-bullet.png) no-repeat 15px center;
}

.filter.favs a {
	padding: 5px 15px 5px 28px;
	background: url(../img/icon-star-mini.png) no-repeat 12px center;
}

.filter.active {
	background: #FFF url(../img/filter-column-active.png) no-repeat left bottom;
	font-weight: bold;
}

	.filter.active a {
		color: #46464A;
		cursor: default;
	}

	.filter.active li a {
		cursor: pointer;
	}

.filter.open a {
	background: url(../img/filter-bullet-down.png) no-repeat 13px center;
}

.filter .sub-filters .filter {
	padding-top: 1px;
	background: url(../img/filter-column-active.png);
}

	.filter .sub-filters .filter a {
		padding-left: 38px;
		background: url(../img/sub-filters-bg.png);
	}

		.filter .sub-filters .filter a:hover {
			color: #495ab2;
		}

.filter.open .active a {
	background: #FFF;
	cursor: default;
}

/* @end */



/* @end */

/* @group Gradient wrapper */

.gradient-wrapper {
	padding-bottom: 14px;
	background: url(../img/gradient-wrapper-shadow.png) no-repeat center bottom;
	margin-bottom: 15px;
}

.gradient-wrapper-inner {
	background: #f3f5f7 url(../img/gradient-wrapper-bg.png) repeat-x;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #E4E8F2 1px solid;
}

/* @group Forms */

.gradient-wrapper .input-txt,
.gradient-wrapper .select {
	margin-left: 5px;
}

/* @end */

/* @end */

/* @group Tooltip forms */

.tooltip-form fieldset {
	text-align: right;
}

.tooltip-form label {
	display: block;
	overflow: hidden;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}

.tooltip-form .label-inner {
	font-size: 13px;
	display: inline-block;
	width: 73px;
	color: #c9cfd6;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
}

.tooltip-form .input-txt {
	background: #494c5f;
	border-color: #808a99;
	color: #fffeff;
}

.tooltip-form .input-btn {
	margin-bottom: 3px;
}

.tooltip-form .input-btn-inner {
	padding: 5px 31px 9px 20px;
}

/* @end */

/* @group Date filter */

#date-filter .input-btn {
	vertical-align: top;
}

/* @end */

/* @group Lists */

/* @group Zebra lists */

.zebra {
	width: 100%;
	color: #29336A;
	padding: 10px 0 20px;
	border-top: #E9E9E9 3px solid;
}

	.zebra.alt {
		padding: 0 0 20px;
		border-top: none;
	}

		.zebra.alt th,
		.zebra.alt td {
			padding: 10px 5px;
			font-size: 13px;
			color: #46464A;
		}

		.zebra.alt tbody th {
			text-align: center;
			width: 170px;
			height: 60px;
		}

	.zebra thead th {
		border-bottom: #E9E9E9 3px solid;
		color: #27336A;
	}

	.zebra td {
		padding: 10px;
	}

	.zebra.alt th.fixede {
		width: 45px;
		height: 35px;
		font-size: 12px;
	}

	.zebra.alt th.servei {
		width: 11px;
	}

.odd td,
.odd th,
li.odd {
	background-color: #F4F5F7;
}

	.odd td.tick {
		text-indent: -5000px;
		background: #F4F5F7 url(../img/table-bg-tick.png) center no-repeat;
	}

td.tick {
	text-indent: -5000px;
	background: url(../img/table-bg-tick.png) center no-repeat;
}

.odd td.alert {
	text-indent: -5000px;
	background: #F4F5F7 url(../img/table-bg-tick-alert.png) center no-repeat;
}

td.alert {
	text-indent: -5000px;
	background: url(../img/table-bg-tick-alert.png) center no-repeat;
}

.odd td.alert {
	text-indent: -5000px;
	background: #F4F5F7 url(../img/table-bg-tick-alert.png) center no-repeat;
}
/* @end */

/* @group Table list */

caption {
	text-align: left;
}

.table-list {
	width: 100%;
	font-size: 13px;
	margin-bottom: 20px;
}

	.table-list td,
	.table-list th {
		padding: 10px 0;
		color: #46464A;
	}

	.table-list thead th {
		border-bottom: #E9E9E9 3px solid;
		color: #27336A;
	}

	.table-list .stone-semi {
		font-size: 18px;
		color: #27336A;
	}

	.table-list th .product-icon {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}

	.table-list .price {
		text-align: left;
		font-size: 16px;
		color: #46464A;
	}

	.table-list .details {
		text-align: right;
	}

.pack .table-list th {
	padding: 0 0 5px;
	border-width: 1px;
	font-weight: normal;
	font-style: normal;
}

.pack .table-list td {
	padding: 5px 0;
}

/* @end */

/* @group 1 column */

.list-1-column {
	background: #F4F5F7;
	overflow: hidden;
	border-top: #E9E9E9 1px solid;
}

	.list-1-column li {
		padding: 10px;
		float: left;
		width: 600px;
		list-style-type: none;
	}

.post ul.list-1-column {
	padding: 0;
}

	.post ul.list-1-column li {
		padding: 10px 10px 0;
	}

/* @end */

/* @group 2 column */

.list-2-column {
	background: #F4F5F7;
	overflow: hidden;
	border-top: #E9E9E9 1px solid;
}

	.list-2-column li {
		padding: 10px;
		float: left;
		width: 290px;
		list-style-type: none;
	}

.post ul.list-2-column {
	padding: 0;
}

	.post ul.list-2-column li {
		padding: 10px 10px 0;
	}

/* @end */

/* @group 3 column */

.list-3-column {
	overflow: hidden;
}

	.list-3-column li {
		padding: 10px 10px 10px 0;
		float: left;
		width: 195px;
		font-size: 13px;
		list-style-type: none;
	}

.post ul.list-3-column {
	padding: 0;
}

	.post ul.list-3-column li {
		padding: 10px 0 0 10px;
	}

fieldset ul.list-3-column {
	padding-left: 25px;
}

	fieldset ul.list-3-column li {
		color: #28336A;
		font-size: 12px;
		padding: 5px 5px 0 0;
		width: 190px;
	}

/* @end */



/* @end */

/* @group Pagination */

.pagination,
.actual-page {
	font-size: 13px;
	cursor: default;
}

	.pagination .page {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 0 0 0 3px;
	}

	.pagination .actual a {
		font-weight: bold;
		color: #A1AAB7;
		cursor: default;
	}

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #192132;
}

#footer-services {
	border-top: 1px solid #7b8ca0;
	border-bottom: 1px solid #0d121f;
	padding: 30px 0;
}

#footer-legal {
	border-top: 1px solid #334651;
	padding: 15px 0;
}

	#footer-legal .copy {
		padding-right: 20px;
	}

	#footer-legal .float-right {
		position: relative;
	}

/* @end */

/* @group Language selector */

#language-selector {
	color: #A2AAB7;
	font-weight: bold;
	font-size: 12px;
	background: url(../img/language-selector.png) right top;
	height: 20px;
	padding-right: 22px;
}

#language-selector-inner {
	display: block;
	background: url(../img/language-selector.png) left -20px;
	padding: 3px 3px 0 8px;
	height: 17px;
}

#language-selector:hover {
	background-position: right -40px;
	cursor: pointer;
}

	#language-selector:hover #language-selector-inner {
		background-position: left -60px;
		color: #FFF;
	}

#language-list {
	position: absolute;
	bottom: 22px;
	padding: 5px;
	right: 0;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}

	#language-list li {
		padding: 2px 5px;
	}

	#language-list a {
		font-size: 12px;
	}

#no_visible {
	display: none;
}

.no_visible {
	display: none;
}

li.fidellista {
	display: none;
}

/* @end */

/* @group efr selector */

.efr {
	list-style: circle;
	font-size: 12px;
}

/* @end */

/* @group address tag */

address {
	font-style: normal;
	font-weight: normal;
}

/* @end */

/* @group title services */

.service-title {
	width: 515px;
	height: 40px;
	text-indent: -5000px;
	clear: both;
}
/* @end */

/* @Group Reclamaci&oacute;*/

.info-envio {
	position: relative;
	float: right;
	margin-right: 45px;
}

/* @End */

/* @Group Compartir */

ul.compartir {
	list-style: none;
}

	ul.compartir li {
		display: inline;
	}

		ul.compartir li.fidellista {
			display: none;
		}

ul.simple-menu li.fidellista {
	display: none;
}

ul.language-list li.fidellista {
	display: none;
}

/* @End */

/* @Group Paises Supercity */
.table-white caption {
	color: #E9E9E9;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.table-white th {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

.table-white td {
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

/* @end */

/* @Message cookies */


.cookie-layer {
	position: fixed;
	background: #192132 url(../img/dark-bg.gif) no-repeat center top;
	width: 100%;
	bottom: 0px;
	margin: 0 auto;
	left: 0px;
	text-align: center;
	z-index: 500;
	outline-top: 1px solid #0D121F;
	border-top: 1px solid #334651;
}


.cookie-inner {
	margin;
	10px 10px 10px 10px;
	width: 70%;
	padding: 3px;
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #A2AAB7;
	text-align: left;
	margin: 0 auto;
	text-decoration: none;
}

	.cookie-inner a:link {
		color: #A2AAB7;
		text-decoration: none
	}

	.cookie-inner a:active {
		color: #A2AAB7;
		text-decoration: none
	}

	.cookie-inner a:hover {
		color: #FFFFFF;
		text-decoration: none
	}


	.cookie-inner a:visited {
		color: #A2AAB7;
		text-decoration: none
	}

.rrss-mobile {
	display: none;
}

@media (max-width: 940px) {
	/*.wrapper {width: 100%;padding-left: 5px !important;	padding-right: 5px !important;}*/
	.fb_iframe_widget {
		display: none !important;
	}

	.l {
		width: 190px;
	}

	#first-nav .btn-metal {
		visibility: hidden;
	}

	#top-nav .simple-menu {
		display: none;
	}

	#twitter-widget-0 {
		display: none;
	}

	.simple-menu li {
		display: block;
		width: 100%;
		text-align: center;
	}

	#reasons-featured-barra .simple-menu li {
		width: auto;
		float: left;
	}

	#top-nav .simple-menu li {
		display: inline-block;
		width: 100%;
	}

		#top-nav .simple-menu li:nth-child(1) {
			width: auto;
		}

		#top-nav .simple-menu li:nth-child(2) {
			width: auto;
		}

		#top-nav .simple-menu li:nth-child(3) {
			width: auto;
		}

		#top-nav .simple-menu li:nth-child(4) {
			width: auto;
		}

	#logo {
		float: none;
	}

		#logo a {
			width: 100%;
			background-position: center top;
		}

	#mrw-finder {
		width: 360px;
		margin: 20px auto;
		float: none;
	}

	#reasons-featured-barra {
		width: 100%;
		display: inline-block;
	}

		#reasons-featured-barra .wrapper {
			width: 100%;
			padding-left: 0px;
		}

	#slider-wrapper {
		width: 100%;
		margin: 0 auto;
	}

	.main-column {
		width: 100%;
		float: left;
		position: relative;
	}

	#blog_mrw_feed {
		width: 100%;
		height: 300px;
	}

	.widget-column {
		display: none;
	}

	.filter-column {
		display: none;
	}

	#menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
		background: #192132 !important;
	}

	#top-nav .float-right a {
		display: none;
	}

	#top-nav .float-right {
		height: 30px;
	}

	#footer-legal .simple-menu {
		width: 100%;
	}

	#footer-legal .float-right {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	#language-list {
		bottom: auto;
		right: auto;
		top: 0;
		width: 92%;
	}

	.rrss-mobile {
		display: flex;
		text-align: center;
		width: 100px;
		margin: 0 auto;
		padding: 20px 0 5px;
	}

		.rrss-mobile li {
			display: inline;
			width: 25px;
		}

		.rrss-mobile .facebook {
			background-image: url(../img/icon-facebook.png);
		}

		.rrss-mobile .googleplus {
			background-image: url(../img/icon-googleplus.png);
		}

		.rrss-mobile .twitter {
			background-image: url(../img/icon-twitter.png);
		}

		.rrss-mobile .youtube {
			background-image: url(../img/icon-tube.png);
		}
}

@media (max-width: 590px) {
	#blog_mrw_feed {
		width: 100%;
		height: 720px;
	}
}

@media (max-width: 660px) {
	#featured-product .main-column {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.wrapper {
		width: 100%;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.fb_iframe_widget {
		display: none !important;
	}

	.l {
		width: 190px;
	}

	#first-nav .btn-metal {
		margin-bottom: 7px;
	}

	#top-nav .simple-menu {
		display: none;
	}

	#twitter-widget-0 {
		display: none;
	}

	#reasons-featured-barra .simple-menu li {
		width: 100%;
		text-align: center;
	}

	#top-nav .simple-menu li {
		display: inline-block;
		width: 100%;
	}

		#top-nav .simple-menu li:nth-child(1) {
			width: auto;
		}

		#top-nav .simple-menu li:nth-child(2) {
			width: auto;
		}

		#top-nav .simple-menu li:nth-child(3) {
			width: auto;
		}

		#top-nav .simple-menu li:nth-child(4) {
			width: auto;
		}

	#logo {
		float: none;
	}

		#logo a {
			width: 100%;
			background-position: center top;
		}

	#mrw-finder {
		width: 100%;
		max-width: 360px;
		margin-left: 0px;
	}

	#reasons-featured-barra {
		display: inline-block;
	}

		#reasons-featured-barra .wrapper {
			width: 100%;
			padding-left: 0px;
		}

	#slider-wrapper {
		width: 100%;
		margin: 0 auto;
	}

	.main-column {
		width: 100%;
		float: left;
		position: relative;
	}

	#blog_mrw_feed {
		width: 360px;
		height: 720px;
	}

	.widget-column {
		display: none;
	}

	.filter-column {
		display: none;
	}

	#menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
		background: #192132 !important;
	}

	#top-nav .float-right a {
		display: none;
	}

	#top-nav .float-right {
		height: 30px;
	}

	#footer-legal .simple-menu {
		width: 100%;
	}
}
/* @End */
