@import url("//fonts.googleapis.com/css?family=Raleway:300");
/*  
 * Vars for LESS - Per blog - Directo al paladar
 * -----------------------------------------------
 */
/*
 * Vars for LESS - Common
 * -----------------------------------------------
 */
/* Coming from fix-less.less
 * -------------------------------------
 */
/* Fix styles to use with current xataka2 theme existing sections */
/*  
 * Vars for LESS - Common
 * -----------------------------------------------
 */
.font-small {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.font-big {
  font-size: 1rem;
}
/* Mixins */
/* Classes */
/* Grid */
.grid-full-width {
  width: 1000px;
  margin: 0 auto;
}
.grid-aside {
  width: 300px;
  float: right;
}
.grid-section {
  width: 1000px;
  float: left;
}
.clearfix-hidden {
  width: 100%;
  overflow: hidden;
}
/* Links */
.a-inverted {
  background: #c90918;
  color: #fff;
}
.a-inverted-text {
  color: #fff;
}
.a-inverted-hover {
  background-color: #f57b38 !important;
  color: #fff !important;
  text-decoration: none;
}
.a-inverted-hover-text {
  color: #fff !important;
}
/* Colors */
/* Bootstrap */
/* Adjust type in old design */
body {
  font-size: 0.8rem;
  line-height: 1.4;
}
/* Other old design fixes */
.post-single .post-author a,
.post-single .post-author a:visited,
.post-single .post-comments a,
.post-single .post-comments a:visited,
.item .post-author a,
.read-more a:link,
.read-more a:visited {
  color: #c90918 !important;
}
.side .module h2,
.side .aside-header,
.sidewrap .module,
.index-table td {
  border-bottom: 1px solid #eeeeee !important;
}
#body {
  width: auto;
  padding: 0;
  background: #eeece5 url("//img.weblogssl.com/g/xataka4/common/bg-body-middle.png") repeat-y 50% 0;
  text-align: center;
}
#favicons-list {
  background: #fff;
}
#favicons-list ul {
  background: url("//img.weblogssl.com/g/favicons/favicons-test.png") no-repeat 4px 6px;
}
#favicons-list .userbar a {
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 0 10px;
}
.userbox {
  background: none;
  border: none;
}
.header .nav li,
.nav-blog li,
.closure .nav li {
  width: auto;
  float: none;
}
.nav-tags,
.closure .nav {
  text-align: left;
}
.nav-categories {
  text-align: left;
}
/* Forms */
.mform h1 {
  color: #333;
}
.mform .mhelp {
  color: #777777;
  display: block;
  font-size: 0.9em;
  margin: 7px 0 0;
  padding: 0;
  background: none;
}
button.button,
a.button,
.side .button {
  padding: 6px 10px 5px;
  vertical-align: middle;
  display: inline;
  height: auto;
  background: #222222;
  border: 1px solid #000000;
  color: #ffffff;
  font: bold 0.85em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button.button-disabled,
a.button-disabled {
  border-color: #ccc;
}
button.button span,
a.button span,
.side .button span,
button.button strong {
  display: inline;
  background: none;
  height: auto;
  line-height: 1;
  padding: 0;
}
.button-small,
a.button-small {
  padding: 3px 10px;
}
a.disabled span,
button.disabled span,
button.disabled strong,
.mform .disabled span,
.mform .disabled strong,
.mform .button span,
.mform .button strong {
  background: none;
}
button.disabled,
a.disabled,
button.disabled:hover,
a.disabled:hover {
  background: #ddd !important;
  border-color: #bbb;
  color: #777 !important;
  cursor: default;
  text-shadow: none;
}
button.disabled strong {
  color: #777 !important;
}
.button-big,
a.button-big {
  display: block;
  display: inline-block;
  padding: 10px 15px;
}
/* Button styles */
.btn {
  display: inline-block;
  background-color: #980712;
  background-color: #c40917;
  background-image: -moz-linear-gradient(top, #e10a1b, #980712);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e10a1b), to(#980712));
  background-image: -webkit-linear-gradient(top, #e10a1b, #980712);
  background-image: -o-linear-gradient(top, #e10a1b, #980712);
  background-image: linear-gradient(to bottom, #e10a1b, #980712);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe10a1b', endColorstr='#ff980712', GradientType=0);
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font: 0.8rem Lucida Grande, Arial, Helvetica Neue, Sans-serif;
  text-transform: none;
}
.btn:link,
.btn:visited,
.btn:hover {
  color: #fff !important;
}
.btn:hover {
  background-color: #ba0816;
  background-color: #b50816;
  background-image: -moz-linear-gradient(top, #980712, #e10a1b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#980712), to(#e10a1b));
  background-image: -webkit-linear-gradient(top, #980712, #e10a1b);
  background-image: -o-linear-gradient(top, #980712, #e10a1b);
  background-image: linear-gradient(to bottom, #980712, #e10a1b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff980712', endColorstr='#ffe10a1b', GradientType=0);
  text-decoration: none;
}
.btn-big {
  font-size: 1.2em;
  padding: 12px 17px;
}
.btn-small {
  font-size: 0.8em;
  padding: 6px 12px;
}
.btn-disabled {
  display: inline-block;
  background-color: #aaaaaa;
  background-color: #c1c1c1;
  background-image: -moz-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0d0d0), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -o-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: linear-gradient(to bottom, #d0d0d0, #aaaaaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0d0d0', endColorstr='#ffaaaaaa', GradientType=0);
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font: 0.8rem Lucida Grande, Arial, Helvetica Neue, Sans-serif;
  text-transform: none;
  color: #777;
  cursor: default;
}
.btn-disabled:link,
.btn-disabled:visited,
.btn-disabled:hover {
  color: #fff !important;
}
.btn-disabled:hover {
  background-color: #bcbcbc;
  background-color: #b9b9b9;
  background-image: -moz-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaaaaa), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: -o-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: linear-gradient(to bottom, #aaaaaa, #d0d0d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ffd0d0d0', GradientType=0);
  text-decoration: none;
}
.button,
a.button,
button.button,
.side .button {
  display: inline-block;
  background-color: #222222;
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #484848, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484848), to(#222222));
  background-image: -webkit-linear-gradient(top, #484848, #222222);
  background-image: -o-linear-gradient(top, #484848, #222222);
  background-image: linear-gradient(to bottom, #484848, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484848', endColorstr='#ff222222', GradientType=0);
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font: 0.8rem Lucida Grande, Arial, Helvetica Neue, Sans-serif;
  text-transform: none;
}
.button:link,
a.button:link,
button.button:link,
.side .button:link,
.button:visited,
a.button:visited,
button.button:visited,
.side .button:visited,
.button:hover,
a.button:hover,
button.button:hover,
.side .button:hover {
  color: #fff !important;
}
.button:hover,
a.button:hover,
button.button:hover,
.side .button:hover {
  background-color: #343434;
  background-color: #313131;
  background-image: -moz-linear-gradient(top, #222222, #484848);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#484848));
  background-image: -webkit-linear-gradient(top, #222222, #484848);
  background-image: -o-linear-gradient(top, #222222, #484848);
  background-image: linear-gradient(to bottom, #222222, #484848);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff484848', GradientType=0);
  text-decoration: none;
}
.button-secondary {
  display: inline-block;
  background-color: #555555;
  background-color: #6c6c6c;
  background-image: -moz-linear-gradient(top, #7b7b7b, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b7b7b), to(#555555));
  background-image: -webkit-linear-gradient(top, #7b7b7b, #555555);
  background-image: -o-linear-gradient(top, #7b7b7b, #555555);
  background-image: linear-gradient(to bottom, #7b7b7b, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b7b7b', endColorstr='#ff555555', GradientType=0);
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font: 0.8rem Lucida Grande, Arial, Helvetica Neue, Sans-serif;
  text-transform: none;
}
.button-secondary:link,
.button-secondary:visited,
.button-secondary:hover {
  color: #fff !important;
}
.button-secondary:hover {
  background-color: #676767;
  background-color: #646464;
  background-image: -moz-linear-gradient(top, #555555, #7b7b7b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#7b7b7b));
  background-image: -webkit-linear-gradient(top, #555555, #7b7b7b);
  background-image: -o-linear-gradient(top, #555555, #7b7b7b);
  background-image: linear-gradient(to bottom, #555555, #7b7b7b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff7b7b7b', GradientType=0);
  text-decoration: none;
}
.disabled,
.button-disabled,
.button-disabled:hover,
button.disabled,
a.disabled,
.side .disabled,
button.disabled:hover,
a.disabled:hover,
.side .disabled:hover,
button.button-disabled,
a.button-disabled,
.side .button-disabled,
button.button-disabled:hover,
a.button-disabled:hover,
.side .button-disabled:hover {
  display: inline-block;
  background-color: #aaaaaa;
  background-color: #c1c1c1;
  background-image: -moz-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0d0d0), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -o-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: linear-gradient(to bottom, #d0d0d0, #aaaaaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0d0d0', endColorstr='#ffaaaaaa', GradientType=0);
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font: 0.8rem Lucida Grande, Arial, Helvetica Neue, Sans-serif;
  text-transform: none;
  color: #777;
  cursor: default;
}
.disabled:link,
.button-disabled:link,
.button-disabled:hover:link,
button.disabled:link,
a.disabled:link,
.side .disabled:link,
button.disabled:hover:link,
a.disabled:hover:link,
.side .disabled:hover:link,
button.button-disabled:link,
a.button-disabled:link,
.side .button-disabled:link,
button.button-disabled:hover:link,
a.button-disabled:hover:link,
.side .button-disabled:hover:link,
.disabled:visited,
.button-disabled:visited,
.button-disabled:hover:visited,
button.disabled:visited,
a.disabled:visited,
.side .disabled:visited,
button.disabled:hover:visited,
a.disabled:hover:visited,
.side .disabled:hover:visited,
button.button-disabled:visited,
a.button-disabled:visited,
.side .button-disabled:visited,
button.button-disabled:hover:visited,
a.button-disabled:hover:visited,
.side .button-disabled:hover:visited,
.disabled:hover,
.button-disabled:hover,
.button-disabled:hover:hover,
button.disabled:hover,
a.disabled:hover,
.side .disabled:hover,
button.disabled:hover:hover,
a.disabled:hover:hover,
.side .disabled:hover:hover,
button.button-disabled:hover,
a.button-disabled:hover,
.side .button-disabled:hover,
button.button-disabled:hover:hover,
a.button-disabled:hover:hover,
.side .button-disabled:hover:hover {
  color: #fff !important;
}
.disabled:hover,
.button-disabled:hover,
.button-disabled:hover:hover,
button.disabled:hover,
a.disabled:hover,
.side .disabled:hover,
button.disabled:hover:hover,
a.disabled:hover:hover,
.side .disabled:hover:hover,
button.button-disabled:hover,
a.button-disabled:hover,
.side .button-disabled:hover,
button.button-disabled:hover:hover,
a.button-disabled:hover:hover,
.side .button-disabled:hover:hover {
  background-color: #bcbcbc;
  background-color: #b9b9b9;
  background-image: -moz-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaaaaa), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: -o-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: linear-gradient(to bottom, #aaaaaa, #d0d0d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ffd0d0d0', GradientType=0);
  text-decoration: none;
}
.button-big {
  font-size: 1.2em;
  padding: 12px 17px;
}
button.button,
a.button,
.side .button {
  display: inline-block;
  background-color: #222222;
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #484848, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484848), to(#222222));
  background-image: -webkit-linear-gradient(top, #484848, #222222);
  background-image: -o-linear-gradient(top, #484848, #222222);
  background-image: linear-gradient(to bottom, #484848, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484848', endColorstr='#ff222222', GradientType=0);
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font: 0.8rem Lucida Grande, Arial, Helvetica Neue, Sans-serif;
  text-transform: none;
}
button.button:link,
a.button:link,
.side .button:link,
button.button:visited,
a.button:visited,
.side .button:visited,
button.button:hover,
a.button:hover,
.side .button:hover {
  color: #fff !important;
}
button.button:hover,
a.button:hover,
.side .button:hover {
  background-color: #343434;
  background-color: #313131;
  background-image: -moz-linear-gradient(top, #222222, #484848);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#484848));
  background-image: -webkit-linear-gradient(top, #222222, #484848);
  background-image: -o-linear-gradient(top, #222222, #484848);
  background-image: linear-gradient(to bottom, #222222, #484848);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff484848', GradientType=0);
  text-decoration: none;
}
button.button-disabled,
a.button-disabled {
  display: inline-block;
  background-color: #aaaaaa;
  background-color: #c1c1c1;
  background-image: -moz-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0d0d0), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -o-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: linear-gradient(to bottom, #d0d0d0, #aaaaaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0d0d0', endColorstr='#ffaaaaaa', GradientType=0);
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  line-height: 20px;
  font: 0.8rem Lucida Grande, Arial, Helvetica Neue, Sans-serif;
  text-transform: none;
  color: #777;
  cursor: default;
}
button.button-disabled:link,
a.button-disabled:link,
button.button-disabled:visited,
a.button-disabled:visited,
button.button-disabled:hover,
a.button-disabled:hover {
  color: #fff !important;
}
button.button-disabled:hover,
a.button-disabled:hover {
  background-color: #bcbcbc;
  background-color: #b9b9b9;
  background-image: -moz-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaaaaa), to(#d0d0d0));
  background-image: -webkit-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: -o-linear-gradient(top, #aaaaaa, #d0d0d0);
  background-image: linear-gradient(to bottom, #aaaaaa, #d0d0d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ffd0d0d0', GradientType=0);
  text-decoration: none;
}
button.button span,
a.button span,
.side .button span,
button.button strong {
  display: inline;
  background: none;
  height: auto;
  line-height: 1;
  padding: 0;
}
.button-small,
a.button-small {
  padding: 4px 7px;
}
a.disabled span,
button.disabled span,
button.disabled strong,
.mform .disabled span,
.mform .disabled strong,
.mform .button span,
.mform .button strong {
  background: none;
}
button.disabled,
a.disabled,
button.disabled:hover,
a.disabled:hover {
  background-color: #c0c0c0 !important;
  border: none !important;
  color: #777 !important;
  cursor: default;
  text-shadow: none;
}
button.disabled strong {
  color: #777 !important;
  font-weight: normal;
}
.button-big,
a.button-big {
  display: block;
  display: inline-block;
  font-size: 1.2em;
  padding: 12px 17px;
}
/*
#static, .blog-content, #product-index, #search {

	button.button, a.button, .side .button {
	
	display: inline-block;
	background-color: @color-button-bg;
	.gradient-vertical(lighten(@color-button-bg,15%),@color-button-bg);
	border: none !important;
	.border-radius(4px);
	color: #fff;
	padding: 8px 15px;
	white-space: nowrap;
	line-height: @baseLineHeight;
	font: 0.8rem @font-text;
	
		&:link, &:visited, &:hover {
		color: #fff !important;
		}
		&:hover {
		background-color:lighten(@color-button-bg,7%);
		.gradient-vertical(@color-button-bg,lighten(@color-button-bg,15%));
		text-decoration: none;
		}
	}
	button.button-small, a.button-small, .side .button {
	padding: 4px 10px;
	}
	button.disabled, a.disabled, .side .disabled,
	button.disabled:hover, a.disabled:hover, .side .disabled:hover,
	button.button-disabled, a.button-disabled, .side .button-disabled,
	button.button-disabled:hover, a.button-disabled:hover, .side .button-disabled:hover {
	.btn-disabled;
	}
}
*/
/* Fonts dirty work */
.mform h1 {
  font-family: Arial, Helvetica, sans-serif;
}
#editores li a.usuario,
#comunidad li a.usuario,
#mas-valorado a.usuario,
.product-votes .community,
.product-votes .editors {
  font-family: Lucida Grande, Arial, Helvetica Neue, Sans-serif;
}
.post-single h1,
.post-single h2,
.post-single .post-category,
.section h1,
.index-list h2,
#desc h1,
.product-votes h2,
.post h1,
.post h2,
.login-sign-up h1,
#static h1,
.post-body h2,
.post-body h3,
.body h2,
.body h3,
#by-category h3,
#by-date h3,
.forum-item h1,
.index-table caption {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
#by-category h3,
#by-date h3 {
  padding-bottom: 7px;
}
.post-single h1,
#desc h1,
.post h1 {
  font-size: 2.8em;
}
.section h1 {
  color: #000;
}
.post-category {
  font-size: 1.6em;
}
.post-single h1,
.post-single h2 {
  font-size: 2.4em;
  margin: 12px 0 20px;
}
.post-body h2,
.post-body h3,
.body h2,
.body h3 {
  font-size: 1.8em;
  margin: 35px 0 20px;
}
.post-body h3,
.body h3 {
  font-size: 1.4em;
}
.post-related h2,
#post-comments h2 {
  color: #000;
  border-bottom: 2px solid #000;
  margin: 0 0 45px;
  padding: 0 0 15px;
}
#comment-write h2 {
  margin: 0;
  border: none;
  padding: 0 5px;
}
.post-single .post-author a,
.post-single .post-author a:visited,
.post-single .post-comments a,
.post-single .post-comments a:visited,
.item .post-author a,
.read-more a:link,
.read-more a:visited {
  color: #c90918;
}
/* ads */
.ads .ad {
  border: none;
  margin: 0 auto;
}
#roba-header {
  height: auto;
  left: 0;
  margin: 0;
  position: absolute;
  top: -80px;
  width: 1000px;
}
#sky-side {
  height: 250px;
  width: 300px;
  left: 700px;
  top: 0;
}
#content #sky-side {
  left: -320px;
  top: 0;
}
.tabbed #sky-side .ad {
  border: none;
}
#lateral-side {
  margin-bottom: 45px;
  width: 300px;
}
#roba-central {
  width: 1000px;
  clear: both;
}
.ad {
  clear: both;
  margin: 0 auto 45px;
}
.ad-box div,
.ad-box img,
.ad-box object,
.ad-box embed,
.ad-box iframe {
  display: block;
  margin: 0 auto;
}
.ad-contact,
.ad-contact:visited {
  display: block;
  margin: 0 0 3px;
  padding: 0 0 3px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  color: #999 !important;
  font: 0.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#links-ad {
  margin: 0;
  width: 650px;
}
/* Layout */
.content-fixed {
  margin-bottom: -20px;
}
.content-dinamic {
  margin-top: 0;
}
#content,
.tabbed #content {
  background: #fff;
  float: right;
  width: 670px;
  margin: 0;
  position: relative;
}
#static,
.tabbed #static {
  margin-top: 0;
}
#static h1 {
  margin-bottom: 30px;
  color: #3f1a0c;
  font-size: 2.4em;
}
#side {
  background: #fff;
  width: 300px;
  margin: 0;
}
.tabbed .section {
  float: none;
  width: 100%;
  padding: 0 0 20px;
}
.section .body {
  margin: 12px 0 40px 50px;
}
.section .rss {
  position: static;
  float: left;
}
.section-clubs {
  clear: both;
}
.section-clubs h1 {
  margin-left: 0;
}
.nav-blog {
  margin-top: 50px;
}
/* Posts */
.post-single {
  margin: 0 0 50px;
  width: 650px;
}
.post-single .post-body {
  width: 650px;
}
.centro {
  padding: 0;
}
.post-body blockquote,
.body blockquote,
.vcard blockquote {
  background: none;
  text-indent: 0;
}
.post-comments {
  float: right;
  width: auto;
  line-height: 1.2;
}
.post-comments a {
  font-weight: bold;
  text-transform: none;
  line-height: 16px;
}
.post-comments a,
.post-comments a span,
.post-single .post-comments a,
.post-single .post-comments a span {
  background: #fff;
  color: #c90918;
  font-size: 1em;
  line-height: 1;
  padding: 7px 0;
}
.post-comments a span,
.post-single .post-comments a span {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
}
.post-single .post-ratings {
  left: 0;
  width: 650px;
}
.rating-widgets .fb-likes {
  width: 200px;
}
.post-single .post-meta {
  padding: 10px 0;
}
.post-single .wsl-likes .likes {
  background: #fff;
  color: #333;
  padding: 0 5px;
  margin: 3px 7px 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-single .wsl-likes .likes strong {
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  background: none;
}
.thumbs {
  background: none;
  color: #777;
}
.thumbs h3 {
  border-bottom: 1px solid #ddd;
}
.caption-img {
  overflow: hidden;
}
/* Galleries */
.post {
  background: none;
  padding: 0;
  margin: 0 0 0 20px;
}
.post-footer {
  background: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 0 20px;
  padding: 0;
  width: auto;
}
.post-footer ul,
.post-footer li,
.post-footer .noticias,
.post-footer .inicio,
.club #share {
  background: none;
}
post h2,
.post h1,
.post-author,
.post-body,
.read-more,
.post-gallery,
.post-products {
  margin-left: 0;
}
/* Full size image galleries */
#big .actual .objeto img {
  max-width: 100%;
}
/* Blog nav */
.blog-nav {
  margin: -20px 0 30px 20px;
  width: 650px;
}
.blog-nav .home {
  margin: 0 300px;
}
.post-related {
  margin: 70px 0;
  overflow: hidden;
  width: 670px;
}
.post-related-posts,
.post-related-qa {
  width: 230px;
}
.related-double {
  width: 325px;
}
.related-full {
  width: 100%;
}
/* Comments */
#post-comments {
  margin: 40px 0 0;
  padding-bottom: 40px;
  position: relative;
}
.add-comment {
  background: none;
  float: none;
  padding: 0;
  width: 300px;
  height: 30px;
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: left;
  color: #c90918;
  font: bold 1.2em/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.add-comment span {
  float: left;
  background: #c90918 url("//img.weblogssl.com/g/xataka4/common/icons-common-48.png") no-repeat 100% -1600px;
  margin: 1px 5px 0 0;
  display: inline;
  text-indent: 100px;
  overflow: hidden;
  height: 20px;
  width: 24px;
}
.add-comment:hover span {
  background-color: #f57b38;
}
.comment {
  width: 600px;
}
.comment-body {
  width: 545px;
}
.commentsv2 .reply-1 {
  width: 525px;
}
.commentsv2 .reply-1 .comment-body {
  width: 470px;
}
.commentsv2 .reply-2 {
  width: 450px;
}
.commentsv2 .reply-2 .comment-body {
  width: 395px;
}
.commentsv2 .reply-3 {
  width: 375px;
}
.commentsv2 .reply-3 .comment-body {
  width: 320px;
}
/* Pagination */
#comment-nav,
.pagination-nav {
  color: #777;
  text-align: center;
  width: 100%;
  margin: 40px 0;
}
#comment-nav ul,
.pagination-nav ul {
  margin-top: 12px;
}
#comment-nav li,
.pagination-nav li {
  margin: 0;
}
#comment-nav li strong,
.pagination-nav li strong {
  background: #c90918;
  color: #fff;
  margin: 0 3px;
  padding: 10px 12px;
}
#comment-nav a,
.pagination-nav a {
  margin: 0 3px;
  padding: 10px 12px;
  background: #eee;
  color: #333;
}
#comment-nav a:hover,
.pagination-nav a:hover {
  background-color: #f57b38 !important;
  color: #fff !important;
  text-decoration: none;
}
/* Sidebar */
.side {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.sidewrap {
  background: none;
  padding: 0;
}
.side a,
.side a:visited {
  color: #c90918;
}
.side .nav {
  padding: 15px 0 7px;
}
.sidewrap .module {
  border-bottom: 2px solid #000000;
  margin: 0 0 45px;
}
.side .sidewrap #destacado,
.side .sidewrap #comunidad,
.side .sidewrap #mas-valorado,
.side .module,
.side #destacado .module-content,
.v2 .side #comunidad .module-content,
.v3 .side #mas-valorado .module-content {
  background: none;
}
.side .module h2,
.side .aside-header {
  background: #fff;
  border-bottom: 2px solid #000;
  color: #000;
  font: bold 1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 15px;
  text-shadow: none;
  text-transform: none;
}
.side .module h2 span,
.side #lo-mejor h2 span,
.side #comunidad h2 span {
  background: none;
  display: inline;
  height: auto;
  line-height: 1;
  padding: 0;
}
.side .module h3 {
  margin-bottom: 10px;
  color: #000;
}
/* Comentario más valorado */
#mas-valorado .destacados,
#mas-valorado .mas-valorado {
  background: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
#mas-valorado blockquote {
  background: none;
  border-left: 4px solid #cccccc;
  color: #666666;
  margin: 20px 20px 10px;
  padding: 0 0 0 12px;
}
#mas-valorado blockquote a {
  background: none;
  color: #666666;
  text-indent: 0;
}
#mas-valorado cite {
  background: none;
  padding: 0;
  margin: 0 20px 10px;
}
/* Sidebar tabs */
#lo-mejor ol,
#comentarios ol {
  background: none;
}
.side .tabs {
  border-bottom: 1px solid #ddd;
}
.side .tabs a {
  background: #eee;
  border: 1px solid #ddd;
  color: #333;
  height: 27px;
  line-height: 27px;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.side .tabs span {
  background: none;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 4px 0 0;
}
.side .tabs .current,
.side .tabs .current:hover,
.side .tabs .current a {
  color: #f57b38 !important;
  background: #fff;
  border-bottom: 1px solid #fff;
}
/* Footer */
.head-shortcut {
  margin: 20px 0;
}
.footer .links-category h2 {
  color: #fff;
}
.blog-content {
  background: #fff;
  float: left;
  margin: 0;
  position: relative;
  width: 670px;
}
.post-single {
  margin: 0 0 45px;
}
.post-related {
  margin-top: 0;
}
.social-sharing .social-sharing-widgets div,
.social-sharing .social-sharing-widgets iframe {
  position: static;
}
#side {
  margin: 0;
}
.side {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  width: 300px;
}
.blog-content,
#content {
  float: right;
}
#destacado img {
  margin: 25px auto 15px;
  padding: 0;
}
#mensaje {
  margin: 0 !important;
}
/* The Best page */
#thebest-index .item {
  margin-left: 0;
  width: 650px;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 0 10px;
}
#thebest-index .item h2 {
  margin-bottom: 15px;
  margin-right: 65px;
}
#thebest-index .item .post-image {
  margin-left: 0;
}
#thebest-index .item .post-comments a {
  height: 15px;
}
/* Community and User page */
#community-index .profile-data {
  margin-left: 25px;
}
#user-products .jcarousel-list a {
  overflow: hidden;
}
#user-products .jcarousel-list img {
  margin-left: -20%;
  width: auto;
}
/* Products page */
.index-list .item {
  width: 100%;
}
.index-list .stamp {
  width: 70px;
}
.index-list h2,
.index-list .product-widget {
  margin-left: 90px;
}
#product-index .choose li {
  padding: 4px 0 3px 22px;
}
#secciones .module-content li,
#blogroll .module-content li {
  margin-top: 5px;
}
.have-wish {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 24px 0 7px;
  text-align: center;
}
.have-wish li {
  display: inline;
}
.have .button {
  background-image: url("//img.weblogssl.com/g/xataka4/common/icons-common-24.png");
  background-repeat: no-repeat;
  background-position: 50% -995px;
  padding-top: 26px;
}
.wish .button {
  background-image: url("//img.weblogssl.com/g/xataka4/common/icons-common-24.png");
  background-repeat: no-repeat;
  background-position: 50% -792px;
  padding-top: 26px;
}
/* QA page */
#secciones .module-content li,
#blogroll .module-content li {
  background: none;
}
.question h2,
.question-best-comment {
  width: 370px;
}
.question h2 a {
  color: #c90918;
}
.answer-number {
  color: #e4848c;
}
.answer-number strong {
  background: #e4848c;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hot-topic {
  color: #d20010;
}
.hot-topic strong {
  background: #d20010;
}
.empty-topic {
  color: #999;
}
.empty-topic strong {
  background: #bbb;
}
.meta p {
  margin-left: 0;
  margin-bottom: 12px;
}
.forum-item .question-meta,
.forum-item .body,
.forum-item .question-info {
  margin-left: 0;
  width: 650px;
}
.topic-answer-form,
#topic-answers,
#related-questions {
  margin-left: 15px;
}
.qa-guest-question .qa-guest-img {
  overflow: hidden;
  background: #eee;
}
.forum-item h1 {
  width: 550px;
  min-height: 60px;
  line-height: 1.4;
}
.question-actions .question-likes {
  margin-right: 25px;
}
.question-actions .question-likes .button-small {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background-image: url("//img.weblogssl.com/g/xataka4/common/m-icons-small.png");
  background-position: 0 -299px;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.question-actions .question-likes .likes {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 7px;
  font-size: 1em;
  line-height: 1.6;
  vertical-align: top;
}
.question-actions .question-likes .likes strong {
  background: none;
  font-weight: normal;
  padding: 0;
  float: none;
  font-size: 1em;
  height: auto;
}
.answer-karma,
.answer-body,
.answer-reply {
  background: #f5f5f5;
}
.answer-reply a {
  background: none;
}
/* Club pages */
/* Galleries */
.galleries li {
  margin: 0 15px 0 30px;
}
#tag-cloud {
  width: auto;
  background: #fff !important;
  padding: 0 !important;
}
#tag-cloud ul {
  background-image: none;
  padding: 30px;
}
/* Archives */
#archive #by-tag,
#tag-cloud ul {
  background: #fff !important;
  padding: 0 !important;
}
#sub-tabs,
#product-index .choose li {
  font-size: 0.7rem !important;
}
.year li {
  font-size: 0.8rem !important;
}
#archive h2,
#tag-cloud h2 {
  border-bottom: 1px solid #dddddd;
  font-size: 1rem;
  color: #333;
}
#club-disclaimer {
  top: -145px;
}
.galleries li img {
  max-width: 100px;
  height: auto;
}
