/* @group HTML > BODY > WRAPPER */

* {
	outline: none;
}

body {
	text-align: center;
	overflow-x: hidden;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	/*background:white;*/
	background: url(../white-80.png);
}

.centered {
	text-align:center;
}

/* @end */

/* @group Globals */

/* @group Background */

.dark-bg {
	background: #192c79 url(../img/dark-bg.gif) no-repeat center top;/*
	background: #0076d6 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;
}

a {
	color: #29336A;
}

a:hover {
	color: #495ab2;
}

.info,
.error,
.succeed {
	padding: 15px 15px 5px;
	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;
}

.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;
	padding: 5px 5px;
	height: 17px;
	font-size: 12px;
/*	font-weight:normal;
	font-style:normal;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: text;
}

.input-txt:focus {
	border: 1px solid #142b50;
	outline: none;
}

.input-select, 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 , 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;
}

input {
	border: #B3C2D3 1px solid;
	text-shadow: #fefffe 0 1px 0;
}
.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(../icon-search.png) no-repeat 5px center;
	padding-left: 22px;
}

.input-btn, .button {
	height: 30px;
	padding: 9px;
	cursor: pointer;
	color:white;
	background: #494C5F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}




.input-btn-inner {
	padding: 5px 9px 9px 0;
	display: block;
	background: transparent url(../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 {

}

.input-btn:hover .input-btn-inner {
	color: #333;
	background-position:  right -90px;
	text-shadow: #efefef 0 1px 0;
}

.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(../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 */



/* @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 Blue */
.btn-gray {
	background:#ebebeb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.btn-gray:hover {
	color: #676a78;
	background: #FFF;
}

.btn-blue {
	background:transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	color: white;
	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 Green */

.btn-green {
	background:#00619e;
	-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: #676a78;
	background: #FFF;
}

/* @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: #676a78;
	background:#E6E6E6;
}

/* @end */

/* @group Red Fixed */

.btn-red-fixed {
	background:#F00;
	-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.png) 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 20px 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.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-red-big {
	background: url(../img/btn-red-big.png);
	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: #a10c25;
	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;
}

/* @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 .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 5px;
	overflow: hidden;
}

/* @group Logo */

#logo {
	float: left;
}

#logo a {
	display: block;
	margin-top:-35px;
	width: 210px;
	height: 160px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
/* @end */

/* @group MRW Finder */

#mrw-finder {
	width: 458px;
	float: left;
	padding-left:50px;
	margin-left: 30px;
	/*border-right:2px solid #093;*/
	border-left:2px solid #00619e;
}

#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(../finder-selector.png) no-repeat center bottom;
	height: 28px;
}

#mrw-finder-selector .activeSlide .btn-selector {
	display: block;
	background: url(../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(../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-txt,
#mrw-finder-forms label {
	float: left;
}

#mrw-finder-forms .input-txt {
	margin-right: 5px;
}

/* @end */

/* @group Call us */

.call-us {
	background: url(../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;
}

.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í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: #00247D;
	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;
}

.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: 10;
	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 {
	background: url(../img/filter-column-bg.png) repeat-y 100% top;
	overflow: hidden;
}

.widget-section .wrapper {
	padding: 30px 0 15px;
	overflow: hidden;
}

/* @group Section Title */

.section-title {
	font-size: 26px;
	color: #00247D;
	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: #00247D;
	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: #00247D;
	clear: both;
	padding: 15px 0 5px;
}

/* @end */

/* @group News */

.post {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 5px;
	border-bottom: #E9E9E9 1px solid;
	text-align:justify;
	background:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.post-title {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight:bold;
}

.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 {
	background: #f3f5f7 url(../img/featured-post-bg.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 10px;
	border: none;
	min-height: 325px;
}

#featured .post-title {
	font-size: 20px;
}

#featured p {
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
}

#featured .post-img {
	border-color:white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.align-left {
	float: left;
	margin: 0 15px 10px 0;
}

.align-right {
	float: right;
	margin: 0 10px 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: 16px;
	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 */

.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: 16px;
	margin-bottom: 5px;
}

.product-description {
	width: 215px;
}

.product-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: 16px;
	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-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: #00247D;
	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: 16px;
	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;
}

.word .doc-icon {
	background: url(../img/icon-word.png) left top;
}

.img .doc-icon {
	background: url(../img/icon-img.png) left top;
}

.zip .doc-icon {
	background: url(../img/icon-zip.png) left top;
}

.down .doc-icon {
	background: url(../img/icon-down.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 15px;
	overflow: visible;
	height: 220px;
}

.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: 16px;
	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-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: 250px;
}

.gmap iframe {
	display: block;
}

/* @end */



/* @end */

/* @group Columns */

/* @group Main column */

#column-blocks{
	width:660px;
	float:left;
	overflow:hidden;
	position:relative;
}
#column-fan-block{
	background:transparent;
	position: relative;
	width:260px;
	min-height:600px;
	float:right;
}
.column-featured-1, .column-featured-2{
	width: 250px;
	height:365px;
	position: relative;
	overflow:hidden;
}

.column-featured-1{
	width: 325px;
	position: relative;
	float:left;
}
.column-featured-2{
	width: 325px;
	position: relative;
	float:right;
}
.column-space{
	width:50px;
	float: left;
	position: relative;
}
.main-column {
	width: 700px;
	float: left;
	position: relative;
	padding: 10px;
}

.main-column-admin{
	width: 700px;
	float: left;
	position: relative;
	padding: 10px;
}

.filter-section .main-column {
	padding: 30px 0 15px;
}

/* @end */

/* @group Widget column */

.widget-column {
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-bottom:10px;
}

.widget {
	background: #ECE8DA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 200px;
}

.widget-inner {
	padding: 10px 0 5px;
	margin: 0 15px;
	border-top: 1px solid #f7f3e4;
}

.widget-column-admin {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-bottom:10px;
}

.widget-admin {
	background: #ECE8DA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 200px;
}

.widget-inner-admin {
	padding: 10px 0 5px;
	margin: 0 15px;
	border-top: 1px solid #f7f3e4;
}

.widget-white {
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 200px;
}

.widget-inner-white {
	/*padding: 10px 0 5px;*/
	/*margin: 0 15px;*/
	border-top: 1px solid #f7f3e4;
	text-align:center;
}
.widget-inner-white .icons a{
	/*padding: 15px;*/
}

.widget-inner-white img{
	border:2px solid white;
}

.side-post  {
	margin-top: 10px;
	border-bottom: 1px solid #dcd6c7;
}

.side-post-title {
	color: #00247D;
	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: #00247D;
}

.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;
}

td.servei-top-especificos {
	text-indent:-5000px;
	background:url(../img/table-top-especificos.png) top no-repeat;
}

td.servei-top-urgente {
	text-indent:-5000px;
	background:url(../img/table-top-urgente.png) top no-repeat;
}

td.servei-top-bag {
	text-indent:-5000px;
	background:url(../img/table-top-bag.png) top no-repeat;
}

td.servei-top-economy {
	text-indent:-5000px;
	background:url(../img/table-top-economy.png) top no-repeat;
}

td.servei-middle {
	text-indent:-5000px;
	background:url(../img/table-middle-serveis.png) center repeat-y;
}

td.servei-bottom {
	text-indent:-5000px;
	background:#F4F5F7 url(../img/table-bottom-serveis.png) bottom no-repeat;
}

.odd td.servei-top-especificos {
	text-indent:-5000px;
	background:url(../img/table-top-especificos.png) top no-repeat;
}

.odd td.servei-top-urgente {
	text-indent:-5000px;
	background:url(../img/table-top-urgente.png) top no-repeat;
}

.odd td.servei-top-bag {
	text-indent:-5000px;
	background:url(../img/table-top-bag.png) top no-repeat;
}

.odd td.servei-top-economy {
	text-indent:-5000px;
	background:url(../img/table-top-economy.png) top no-repeat;
}

.odd td.servei-middle {
	text-indent:-5000px;
	background:#F4F5F7 url(../img/table-middle-serveis.png) center repeat-y;
}

.odd td.servei-bottom {
	text-indent:-5000px;
	background:#F4F5F7 url(../img/table-bottom-serveis.png) bottom 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 10px 0 0;
}

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 p{
	/*border-top: 1px solid #334651;*/
	padding: 15px 0;
	color:white;
}

#footer-legal a{
	color:white;
}

#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;
}

.urgente {
	background:url(../img/img-urgente.png) top left no-repeat;
}
.bag {
	background:url(../img/img-bag.png) top left no-repeat;
}
.economy {
	background:url(../img/img-economy.png) top left no-repeat;
}
.especificos {
	background:url(../img/img-especificos.png) top left no-repeat;
}
.internacional {
	background:url(../img/img-internacional.png) top left no-repeat;
}
/* @end */

/* @Group Reclamació*/

.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;
}



.ajaxLink{
	text-decoration: underline;
	cursor: pointer; 
	cursor: hand;
	color: #ffb90f;
}

.ajaxLink:hover{
	color: black;
}

#ShipmentAjaxResults b{
	font-weight: bold;
	font-size:12px;
	color:#00619e;
}

#ShipmentAjaxResults td{
	border-top:1px solid #ccc;
}

#OfficeAjaxResults{
	background:white;
	width:100%;
}
#picOffice{
	width:200px;
	height:200px;
	background: url(../oficina/blank.png);
}
#officeResult{
	/*background:#ebebeb;*/
	border:ffb90f 1px solid;
	width:100%;
	height: 100%;
}
#OfficeDetail1{
	width:95%;
	margin-left:10px;
}
#OfficeDetails{
	border:1px solid #FFB90F;
}


.ws_pag , .ws_pag_sel{
	margin-left:1px;
	margin-right:1px;
	padding-left:2px;
	padding-right:2px;
	background: #ebebeb;
	cursor: pointer; 
	cursor: hand;
}
.ws_pag_sel{
	background: white;
}

th, h2{
	font-weight: bold;
	font-size:14px;
	color:#00619e;
}

.entry .title{
	font-size:13px;
}

/*otro*/
#picOffice{
	width:200px;
	height:200px;
	background: url(../oficina/blank.png);
}
#officeResult{
	/*background:#ebebeb;*/
	border:ffb90f 1px solid;
	width:100%;
	height: 100%;
}
#OfficeAjaxResults{
	background:white;
	width:100%;
}
#mysqltable .F{
	background:#ebebeb;
}
#dataList th{
	vertical-align:top;
}
#dataList .F1, #dataList .S1 {
	/*border:#ebebeb 1px solid;*/
}

#mysqltable th{
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}

#officeList .F, #userList .F, #dataList .F{
	background:#ebebeb;
}

.delay {
	background:#ffd000;
}

#officeList, #userList, #dataList {
	border-collapse: collapse;
}

#dataList tfoot {
	border-top: 2px solid #333;
}

#dataList tfoot th {
	padding: 5px 0;
}

#officeList th, #userList th, #dataList th{
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
#officeList td, #userList td, #dataList td{
	border-spacing:0;
	border:1px solid white;
	padding:2px;
}
#ShippingLocalization th{
	text-align:left;
	border-bottom: 1px solid #ebebeb;
}
#ShippingLocalization td{
	border-left: 1px solid #ebebeb;
}
#ShippingTracking{
	border: 1px solid #ebebeb;	
}
#ShippingTracking th{
	text-align:left;
}
#ShippingTracking td{
	font-size: 9px;
}
#ShippingTracking .F{
	background:#ebebeb;
}

#searchText{
	border: 1px solid #ebebeb;
}


#searchButton{
	background:url(../images/iconsearch.png);
	text-indent:-2000px;
	height:38px;
	width:38px;
	border:none;
}

.MysqlText{
	font-size: 9px;
}
#ShipmentAjaxResults{
	width: auto;
	border: 1px solid #FFB90F;
	border-left:none;
	margin-top:10px;
	padding: 10px;
}
#OfficeDetail1{
	width:95%;
	margin-left:10px;
}
/*Testimonial*/
#testimonial{
	position:relative;
	width: 230px;
	border:1px solid #ebebeb;
}
#testimonial #pic{
	float:left;
	width: 115px;
}
#testimonial #pic img{
	width:110px;
}
#testimonial #text{
	float:rigth;
	width: 115px;
}

#testimonial #person{
	width:100%;
}
/*My Account*/
#MyAccount,#adminUserEdit{
	padding: 10px;
}
#MyAccount th{
	text-align:left;
}
#MyAccount b{
	color:#075197;
	font-weight:normal;
}
#PersonalInformation, #ContactInformation, #UserInformation{
	padding-bottom:5px;
	border-bottom:#f3f3f3 1px solid;
	border-right:#f3f3f3 1px solid;
	text-align:left;
	vertical-align:top;
}
#MyAjaxResult{
	padding:15px;
	border:1px solid #FFB90F;
}
#googleMap{
	padding:15px;
	border: none;
}
.success{
	color: #333;
	background:#fff9d7;
	border: 1px solid #e2c822;
	padding:5px;
	display:block;
}
.alert{
	color: #333;
	background:#fff9d7;
	border: 1px solid #e2c822;
	padding:5px;
	display:block;
}

select{
	border:1px solid #ffb90f;
	color: #155282;
	font-size:1em;
}
input{
	/*border:none;
	border-top:1px solid #ffb90f;
	border-bottom:1px solid #155282;*/
	border:1px solid #ffb90f;
	color: #155282;
	padding-top:0px;
	/*font: normal 1.0em Georgia, Geneva,sans-serif;*/
}
form b{
	color:#155282;
	font: normal 1.0em Georgia, Geneva,sans-serif;
}
textarea{
	border:1px solid #ffb90f;
	height:85px;
}

#MainAjaxContent{
	text-align: justify; 
	font-size:11px;
}
#MainAjaxContent h2, #MainAjaxContent h3{
	text-align: left; 
}
#map2{
	position:relative;
	clear:both;
	margin:0px;
	background:#ebebeb;
}
#myOfficeDetails, #myGoogleMap{
	/*width:530px;
	height:500px;*/
}
#OfficeDetails{
	border:1px solid #FFB90F;
}
#myGoogleMap{
}

.ws_pag , .ws_pag_sel{
	margin-left:1px;
	margin-right:1px;
	padding-left:2px;
	padding-right:2px;
	/*border:1px solid #999;*/
	background: #ebebeb;
	cursor: pointer; 
	cursor: hand;
}
.ws_pag_sel{
	background: white;
}

.xlsbutton{
	background:url(../images/DescargaXLS.gif) no-repeat;
	text-indent:-2000px;
	width:35px;
	height:20px;
	border:0px;
}
.errorText{
	display:block;
}

.fondoPanel{
	background: #fbfece;
	color: #4d4e6b;
	font-style: italic;
}
.items-required{
	color:#93071e;
}

.rojo{
	background:#fc4426;
	color: white;
}

.naranja{
	background:#fe9d05;
}

.naranja .ajaxLink{
	color:#f8f6f4;
}

.gris{
	background:#b9e1a7;
	color:#1d5405;
}
.gris .ajaxLink{
	color:#1d5405;
}

.azul{
	background:#2929f3;
	color: white;
}
/*
.azul .ajaxLink{
	color:white;
}*/


.no-pintadoF1{
	background:#ebebeb;
}

.titulo{
	font-weight:bold;
	font-size:16px;
}

/*nuevo*/
#searchButton{
	background:url(../images/iconsearch.png);
	text-indent:-2000px;
	height:38px;
	width:38px;
	border:none;
}

#slider{
	/*border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;*/
	/*padding:2px;*/
	margin:auto;
	/*background:black;*/
	text-align:center;
}

#slider img{
	width:940px;
}

#slider1{
	width: 940px;
	float:right;
	margin:auto;
}
#slider ul li{
	height:260px;
	text-align:center;
}
#slider1 li{
	text-align:center;
}

#slider1 img{
	float:left;
}
.slider-content{
	background: url(../white-80.png);
	float:left;
	padding:10px;
	width:400px;
	margin-top: 35px;
	margin-left: 35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position:absolute;
	text-align:left;
	font-size: 15px;
}

.slider-content h3{
	font-size:22px;
	color:#192c79;
	font-weight:bold;
}

.service-search span{
	cursor: pointer;
}

.search-button{
	background: url(../psearch.png) no-repeat;
	width: 50px;
	height: 50px;
	margin-top:-10px;
	display:inline;
	border:none;
}

.service-description{
	display:block;
	width:100%;
}
/* @End */

.enlace{
	display:block;
	padding:5px;
	font-size:11px;
	border-bottom:1px solid #ebebeb;
	cursor: pointer;	
	
}

.enlace:hover{
	background:white;
}

.small{
	width:75px;
}

.view-more{
	float:right;
	display:block;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	background:#ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:white;
	cursor:pointer;
}
.view-more:hover{
	background:#666;
}

.postodd{
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 0px;
	border-bottom: #E9E9E9 1px solid;
	text-align:justify;
	background:#f3f3f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.posteven{
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 0px;
	border-bottom: #E9E9E9 1px solid;
	text-align:justify;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.posteven p, .postodd p,
.posteven li, .postodd li {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

.posteven ul, .postodd ul,
.posteven ol, .postodd ol {
	padding-left: 20px;
	list-style-position: inside;
	margin-bottom: 20px;
}

.posteven ul, .postodd ul {
	list-style-type: disc;
}
.posteven table, .postodd table{
	margin-right:5px;
}
.posteven table, .posteven table td,.postodd table, .postodd table td{
	border: 1px solid #c5c4c1;
}

.postodd .entry, .posteven  .entry{
	
}

#content-content{
	/*background: url(fondotl.jpg);*/
}

.slider-navidad{
	/*background: url(adornoslider.png) no-repeat;
	height:261px;
	width:351px;
	position:absolute;
	margin-top:-240px;
	margin-left: -50px;
	z-index:200;*/
}

#news{
	
}

.price-table{
	
}

.price-table th{
	background:#999;
	color:white;
	font-size:16px;
	text-align:center;
}
.price-table td{
	vertical-align:top;
}
.price-table ul{
	background:white;
	padding:5px;
}

.price-table .altern ul{
	background:#ebebeb;
}


.price-table li{
	line-height:13px;
}
.price-table b{
	font-size:13px;
	font-weight:bold;
}

.ajaxLink{
	/*float:left;
	display:block;
	text-align:center;
	padding:2px;
	margin:0;
	border:1px solid #333;
	background:#ebebeb;
	color: #333;
	text-decoration:none;
	line-height:20px;*/
	text-align:left;
}

.small-data{
	font-size:11px;
}

.small-data th{
	font-size:11px;
}

/***********************/

.module{

}

.module input, .module select{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding:2px;
}
.module form table{
	border-collapse:collapse;
	border:1px solid #ebebeb;
}
.module form td{
	border-spacing:0;
	/*border:1px solid #ebebeb;*/
	padding:5px;
}
.module .list{
	width:100%;
	border-collapse:collapse;
	border:1px solid #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.module .list td{
	border-spacing:0;
	padding:3px;
	cursor:pointer;
	border:1px solid #ebebeb;
}
.module .list span{
	display:block;
	font-weight:bold;
}
.module .list-even{
	background:#ebebeb;
}

.module .list-odd{

}
.module .list-even:hover,.module .list-odd:hover{
	background:#ccc;
}
.ui-widget-content{
	overflow:hidden;
}

.module .list-old:hover{
	background:#ccc;
	cursor:pointer;
}
.cke_toolbox{
	float:left;
	width:500px;
}

/* Estilo agregado para mostrar la lista de oficinas */
table.oficinas td {
    background: url("../images/bullet.jpg") no-repeat scroll 0 0 transparent;
    height: 70px;
    padding: 0 10px 5px 20px;
    vertical-align: top;
	font-size: 11px;
}
/* Estilo agregado para mostrar la lista de precios */
table.precios {
    border-spacing: 0;
    font-size: 11px;
	border-collapse: collapse;
}


table.precios td {
    border: 1px solid #EBEBEB;
    border-spacing: 0;
    padding: 3px;
}
.rtecenter {
    text-align: center;
}


#collectionForm {
	display: block;
	position: relative;
	height: 570px;
}

.neoform ul,
.neoform li {
	display: block;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.neoform select {
	height: auto;
}

.neoform li > label {
	width: 160px;
	float: left;
	display: block;
}

.neoform .ui-widget {
	height: auto;
	font-size: 1.0em;
}

.neoform select,
.neoform input[type="text"],
.neoform textarea {
	width: 380px;
	padding: 4px 5px;
}

.neoform textarea {
	font-size: 14px !important;
	color: #155282 !important;
}

.neoform .buttons {
	display: block;
	/*border-top: 1px solid #E9E9E9;*/
	margin-top: 10px;
	padding-top: 20px;
	text-align: right;
	padding: 10px 80px; 
}

.neoform .onehalf {
	width: 44%;
	float: left;
	display: block;
	margin-right: 1%;
	border: 1px solid #ededed;
	padding: 2%;
}

.neoform .last {
	margin-right: 0;
} 

.neoform .onehalf select,
.neoform .onehalf input[type="text"],
.neoform .onehalf textarea {
	width: 190px;
}

.neoform .onehalf li > label {
	width: 100px;
}

#paquete-form label {
	width: 100px;
	text-align: right;
}

#paquete-form input[type="text"] {
	width: 150px;
}


.obutton {
	border: 1px solid #FFB90F;
    color: #155282;
    padding: 3px 7px;
    background: #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100px;
}

.obutton.del {
	min-width: 0px;
}

.obutton:hover {
	background: #fff;
}

.divide10 {height: 10px; display: block;}
.divide20 {height: 20px; display: block;}
.divide30 {height: 30px; display: block;}
.divide40 {height: 40px; display: block;}
.divide50 {height: 50px; display: block;}


#collectionForm div#sections { width: 2120px; position: absolute; top:0; left:0;}
#collectionForm div#sections > div { float: left; display: block; width: 700px;}