/*
 * Reset
 */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
margin:0;
padding:0;
}

address,dl,fieldset,p,pre,ul,ol,table {
margin:0 0 1em;
}

ul,ol,dd {
margin-left:40px;
}

td ul,td ol {
margin-left:15px;
}

ol ul,ul ol,ul ul,ol ol,td ul,td ol {
margin-bottom:0;
}

blockquote {
font-style:italic;
margin:1em 40px;
}

dt {
font-weight:700;
}

table {
border-collapse:collapse;
border-spacing:0;
width:100%;
}

table,th,td {
border:1px solid #999;
}

th,td {
padding:2px 3px;
}

caption,th {
font-weight:700;
text-align:left;
}

img {
border:none;
}

html,body {
background:#fff;
color:#333;
}body {
background:#b3df41 url(images/bg-body.jpg) repeat-x 0 25px;
font:76%/1.5 Tahoma,Arial,Helvetica,sans-serif;
text-align:center;
}

code,kbd,pre {
font-family:Monaco, Courier, "Courier New", Tahoma;
}

h1,h2,h3,h4,h5,h6 {
color:#000;
line-height:1.0;
}

h1 {
font-size:1.8em;
margin:0 0 0.6em;
}

h2 {
font-size:1.5em;
margin:0 0 0.5em;
}

h3 {
font-size:1.1em;
margin:0 0 0.4em;
}

h4 {
text-transform:uppercase;
}

h5 {
font-style:italic;
}

h6 {
font-style:italic;
font-weight:400;
}

legend {
color:#333;
}

a {
color:#008ab3;
outline:none;
text-decoration:none;
}

a:visited {
color:#0B9DBF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/*
 * Ads
 */
.ads {
margin:0 0 30px;
}

.ads .ads {
margin:0;
}

.ads .ad {
border:1px solid #ddd;
text-align:center;
}

.ads .ad-contact {
color:#aaa;
font:10px Tahoma, Arial, Helvetica, sans-serif;
text-transform:uppercase;
}

.ads .ad-contact:hover {
color:#000;
}

.img1x1 {
display:block;
}

/* Nielsen image style */
.inielsen {
display:block;
left:0;
position:absolute;
top:0;
}

/*
 * Layout
 */
#body {
background:#fff;
color:#333;
margin:0 auto;
padding:1px 0;
position:relative;
text-align:left;
width:1020px;
}
	/* Fixing IE7 bug */
	.ads #body {
	background:transparent;
	padding:0;
	width:auto;
	}

/* Contenido */
.section {
padding:10px 20px 10px 0;
position:relative;
}

.section h1 {
color:#000;
font:bold 2.4em/1.0 Tahoma,Arial,Helvetica,sans-serif;
margin-left:100px;
}

.section .body {
margin-left:100px;
}

.section .rss {
left:45px;
position:absolute;
top:10px;
width:32px;
}

/* Lists, posts, home pages */
#content {
display:inline;
float:right;
margin:320px 5px 50px 0;
width:790px;
}
.noside #content {
float:left;
margin-left:50px;
width:890px;
display:inline;
}

#roba-central, #roba-post {
overflow:hidden;
width:790px;
}

#roba-post .ad {
border-left:none;
border-right:none;
padding-top:1px;
}

#roba-central .ad {
border-bottom:none;
border-left:none;
border-right:none;
padding-top:1px;
}

/* Sidebar */
#sky-side {
height:620px;
left:10px;
position:absolute;
top:321px;
width:204px;
}

#side {
display:inline;
float:left;
margin:960px 0 50px 10px;
width:204px;
}

#lateral-side {
margin-bottom:20px;
width:204px;
}

#lateral-side .ad {
border-top:none;
border-left:none;
border-right:none;
padding-bottom:1px;
}

/* 
 * Static pages
 */
#static {
margin:320px 40px 50px;
width:940px;
float:left;
display:inline;
}

#static h1 {
margin-bottom:20px;
}

/* Small sections */
.small {
width:500px;
}


/*
 * Botones y navegación
 */
a.button {
background:#58afb5 url(images/bg-button.png) 0 0 no-repeat;
border:none;
cursor:pointer;
height:22px;
line-height:22px;
overflow:hidden;
padding:0 0 0 10px;
vertical-align:middle;
color:#fff;
/* hacks */
display: -moz-inline-stack; /* FF2*/
display:inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}

a.button span {
background:#58afb5 url(images/bg-button.png) 100% 0 no-repeat;
border:none;
color:#fff;
display:block;
font:bold 11px Tahoma,Arial,Helvetica,sans-serif;
line-height:22px;
font-weight:700;
padding:0 10px 0 0;
text-transform:uppercase;
}

button.button {
background:none;
border:none;
cursor:pointer;
display:inline-block;
font:bold 11px Tahoma,Arial,Helvetica,sans-serif;
height:24px;
line-height:24px;
margin:0 5px 0 0;
overflow:visible;
padding:0;
vertical-align:middle;
white-space:nowrap;
width:auto;
}

button.button span {
background:#58afb5 url(images/bg-button.png) 100% 0 no-repeat;
border:none;
color:#fff;
display:block;
font:bold 11px Tahoma,Arial,Helvetica,sans-serif;
height:22px;
line-height:22px;
padding:0 15px 0 0;
text-transform:uppercase;
}

button.button strong {
background:url(images/bg-button.png) 0 0 no-repeat;
display:block;
font:bold 11px Tahoma,Arial,Helvetica,sans-serif;
height:22px;
line-height:22px;
padding:0 0 0 15px;
}

a.disabled,a.disabled span,button.disabled span,button.disabled strong {
background-color:#999;
background-image:url(images/bg-button-disabled.png);
}

/* nav buttons */
a.prev {
background:#58afb5 url(images/bg-button-nav.png) 0 0 no-repeat;
padding-left:20px;
}

.next span,a.next span {
background:#58afb5 url(images/bg-button-nav.png) 100% 0 no-repeat;
padding-right:20px;
}

.button:visited,a.button:visited {
color:#fff;
}

.button:hover,a.button:hover,a.button:hover span {
color:#fff;
text-decoration:underline;
}

/* sidebar and header buttons */
.side .button {
background:#58afb5 url(images/bg-button-side.png) 0 0 no-repeat;
color:#fff;
}
.side .button:hover, .side .button:hover span {
color:#fff;
}
.side .button span {
background:#58afb5 url(images/bg-button-side.png) 100% 0 no-repeat;
}

#user .button {
background:#58afb5 url(images/bg-button-login.png) 0 0 no-repeat;
color:#fff;
}
#user .button:hover, #user .button:hover span {
color:#fff;
}
#user .button span {
background:#58afb5 url(images/bg-button-login.png) 100% 0 no-repeat;
}

/* big buttons */
a.button-big {
background:#dc052c url(images/bg-button-big.png) 0 0 no-repeat;
height:35px;
line-height:35px;
padding:0 0 0 15px;
}

a.button-big span {
background:#dc052c url(images/bg-button-big.png) 100% 0 no-repeat;
font:bold 18px Arial, Helvetica, sans-serif;
line-height:35px;
padding:0 15px 0 0;
}
a.disabled-big, a.disabled-big span {
background-color:#999;
background-image:url(images/bg-button-big-disabled.png);
}

button.button-big {
height:37px;
line-height:37px;
}
button.button-big span {
background:#dc052c url(images/bg-button-big.png) 100% 0 no-repeat;
font:bold 18px Arial, Helvetica, sans-serif;
height:35px;
line-height:35px;
padding:0 15px 0 0;
}
button.button-big strong {
background:url(images/bg-button-big.png) 0 0 no-repeat;
font:bold 18px Arial, Helvetica, sans-serif;
height:35px;
line-height:35px;
padding:0 0 0 15px;
}
/* Soft buttons */
a.button-soft-big {
background:#578952 url(images/bg-button-soft-big.png) 0 0 no-repeat;
}
a.button-soft-big span {
background:#578952 url(images/bg-button-soft-big.png) 100% 0 no-repeat;
}
button.button-soft-big span {
background:#578952 url(images/bg-button-soft-big.png) 100% 0 no-repeat;
}
button.button-soft-big strong {
background:url(images/bg-button-soft-big.png) 0 0 no-repeat;
}

#breadcrumb {
color:#999;
font-size:0.94em;
margin:0 0 30px;
}

#breadcrumb li {
display:inline;
}

#breadcrumb span {
color:#000;
font-size:1.2em;
}

/* comment navigation */
#comment-nav {
color:#999;
padding:5px;
text-align:center;
}

#comment-nav ul {
margin:5px 0 0 20px;
padding:5px 0;
}

#comment-nav li {
display:inline;
}

#comment-nav a, #comment-nav li strong {
border:1px solid #fff;
margin:0 3px;
padding:3px 5px;
}

#comment-nav a:link,#comment-nav a:visited {
color:#008ab3;
}

#comment-nav a:hover {
background-color:#F6F6F6;
border-color:#008ab3;
text-decoration:underline;
}

#comment-nav li strong {
background:#f9f9f9;
border:1px solid #e0e0e0;
}

#comment-nav .prev,#comment-nav .first,#comment-nav .next,#comment-nav .last {
border:none;
padding:0;
}

#comment-nav .prev:hover,#comment-nav .first:hover,#comment-nav .next:hover,#comment-nav .last:hover {
background-color:#fff;
border:none;
}

#comment-nav .prev,#comment-nav .first {
background:url(images/icons.png) 0 -3582px no-repeat;
margin-right:10px;
padding-left:14px;
}

#comment-nav .first {
background:url(images/icons.png) 0 -3298px no-repeat;
margin-left:10px;
padding-left:14px;
}

#comment-nav .next,#comment-nav .last {
background:url(images/icons.png) 100% -3157px no-repeat;
padding-right:14px;
}

#comment-nav .next {
background-position:100% -3440px;
margin-left:10px;
}

.commentsv2 #comments-tabs {
margin-bottom:30px;
}
.commentsv2 #comment-nav {
font-size:0.9em;
}
.commentsv2 #comment-nav ul {
display:inline;
}
.commentsv2 #comment-nav span {
margin:0px 5px;
}

/* blog navigation */
.nav {
list-style:none;
margin:0;
overflow:hidden;
padding:0;
text-align:center;
width:100%;
}

.nav li {
float:left;
width:50%;
}

.nav li .prev {
float:left;
}

.nav li .next {
float:right;
}

.nav-pages {
margin:0 0 0 80px;
}

/* Blog navigation */
#blog-nav {
margin:0 0 20px;
overflow:hidden;
width:100%;
font-size:0.94em;
}

#blog-nav ul {
position:relative;
top:0;
margin:0;
list-style:none;
}

#blog-nav li {
position:absolute;
top:0;
}

.prev-post {
left:2%;
width:40%;
}

#blog-nav .home {
width:10%;
left:45%;
margin:0;
padding:20px 0 0 0;
text-align:center;
}

.home a:link,.home a:visited {
background:url(images/icons.png) no-repeat 50% -576px;
color:#3bd8e8;
font-weight:700;
padding-top:22px;
text-transform:lowercase;
}

.next-post {
right:2%;
text-align:right;
width:40%;
}

.prev-post a:link, .prev-post a:visited, .next-post a:link, .next-post a:visited, {
color:#008ab3;
display:block;
font-size:0.94em;
line-height:1.1;
}

.prev-post a {
background:url(images/icons.png) 0 -3582px no-repeat;
padding-left:14px;
}

.next-post a {
background:url(images/icons.png) 100% -3440px no-repeat;
padding-right:20px;
}

/*
 * Tabs
 */
.tabs,.side .tabs {
height:32px;
list-style:none;
margin:0;
padding:0;
}

.tabs li {
float:left;
margin:0;
padding:0;
text-indent:0;
}

.tabs a {
background:#D1EAEF url(images/icons.png) 100% -1012px no-repeat;
color:#333;
display:inline;
float:left;
font-size:0.94em;
font-weight:700;
height:32px;
line-height:32px;
margin:0;
padding:0 32px 0 10px;
text-align:center;
text-decoration:none;
top:1px;
}

.tabs a.s {
background-image:none;
padding-right:0;
}

.tabs a:hover {
background-color:#005c71;
color:#9DCF00;
text-decoration:underline;
}

.tabs .current,.tabs .current:hover,.tabs .current a {
background-color:#3BA9BF;
color:#fff !important;
cursor:default;
text-decoration:none;
}

.tabs li img {
padding:7px 0 0;
}

.panes .pane {
display:none;
}

.side .tabs {
border-bottom:1px solid #fff;
height:28px;
padding:20px 0 0;
margin:0 1px;
}

.side .tabs a {
background:url(images/bg-tabs.png) no-repeat 0 0;
height:28px;
line-height:28px;
margin:0 0 0 2px;
padding:0 0 0 5px;
}

.side .tabs span {
background:url(images/bg-tabs.png) no-repeat 100% 0;
float:left;
height:28px;
line-height:28px;
padding:0 4px 0 0;
}

.side .tabs a:hover {
background-position:0 -31px;
color:#fff !important;
}

.side .tabs a:hover span {
background-position:100% -31px;
}

.side .tabs .current,.side .tabs .current:hover,.side .tabs .current a {
background-position:0 -62px;
color:#000 !important;
}

.side .tabs .current span,.side .tabs .current:hover span,.side .tabs .current span {
background-position:100% -62px;
}

/*
* Archive*/

/*
* Author page*/
#author-page {
position:relative;
}
#author-page h1 {
margin:10px 0 15px 80px;
}
#warn-login-addexpert-author {
width:600px;
margin:10px 0 10px 80px;
}
#author-page #addexpert {
float:left;
}
#author-page h1 img {
margin-right:20px;
vertical-align:middle;
}
#author-page .body {
margin-bottom:30px;
margin-left:80px;
width:600px;
}
#author-page .nav {
margin:0 auto;
width:800px;
}
/* 
* Contact form*/
#contact label {
display:block;
margin:10px 0 5px;
}

#contact textarea#ud_text {
height:150px;
overflow:scroll;
width:450px;
}

/* 
* Blogads*/
.blogad {
background-color:#FFFFBF;
border:1px solid #ccc;
padding:5px;
text-align:left;
}

.blogad p {
font-family:Verdana, Arial, sans-serif;
font-size:1em;
line-height:150%;
}

.blogad h1 {
color:#000;
margin-bottom:10px;
margin-left:18px;
}

.blogad h2 {
font-size:18px;
margin:0 0 0 18px;
padding:0;
}

.blogad a,.blogad a:visited,.blogad a:active {
color:#00f;
}

.blogad h3 {
color:#6b6518;
font-size:1.4em;
padding-bottom:10px;
}

.blogad h3 a {
color:#6b6518;
}

.blogad ul {
margin:0;
padding:0 0 0 22px;
}

/* Club ad styles */
#club-ad {
width:690px;
overflow:hidden;
margin:0 auto;
}
#club-blogad {
width:690px;
overflow:hidden;
margin:0 auto 25px auto;
padding:0 0 5px;
background:${css.club-ad.background};
}
#club-blogad a {
text-decoration:none;
}
#club-blogad a:hover, #club-blogad h2 a:hover, #club-blogad p a:hover, #club-blogad p a:hover em {
color:#9DCF00;
text-decoration:underline;
}
#club-blogad h2 {
background:${css.club-ad.h2.background};
color:${css.club-ad.h2.color};
border-bottom:${css.club-ad.h2.border};
padding:5px 7px;
text-transform:uppercase;
font-size:1.1em;
margin:0 0 5px;
}
#club-blogad h2 a {
color:${css.club-ad.h2.color};
}
#club-blogad p {
margin:0 10px 3px;
}
#club-blogad p a {
color:#333;
}
#club-blogad a em {
color:#009AEF;
text-decoration:underline;
font-weight:bold;
font-style:normal;
}
#club-blogad .image {
margin:4px 4px 0;
float:right;
display:inline;
}
#club-blogad img {
display:block;
width:86px;
height:60px;
background:#fff;
border:${css.club-ad.h2.border};
}
#club-blogad a:hover img {
border-color:#9DCF00;
}

/* First level tabs */
body.tabbed {
padding-top:60px;
}
.tabbed #body {
padding:0;
}
.tabbed #header {
top:10px;
}
.tabbed #roba-header {
top:10px;
height:250px;
}
.tabbed #roba-header .ad {
border:none;
}
.tabbed #roba-header .ad-contact {
width:310px;
position:absolute;
top:-27px;
right:5px;
color:#333;
text-align:right;
}
.tabbed #content, .tabbed #static {
margin-top:290px;
}
.tabbed #sky-side {
top:292px;
}
.tabbed #sky-side .ad {
border:none;
border-bottom:1px solid #ddd;
}
/*
.tabbed #side {
margin-top:325px;
}
*/
.tabbed .noads #side {
margin-top:285px;
}
#nav-tabs {
height:25px;
width:690px;
position:absolute;
top:-25px;
left:0;
}
#nav-tabs ul {
margin:0;
padding:0;
}
#nav-tabs li {
float:left;
margin:0 5px 0 0;
display:inline;
height:25px;
line-height:25px;
}
#nav-tabs a {
float:left;
padding:0 15px 0 0;
font-size:0.94em;
background:#B3D7E5 url(images/bg-nav-tabs.png) 100% 0 no-repeat;
color:#4F909F;
font-weight:bold;
text-transform:uppercase;
}
#nav-tabs span {
float:left;
height:25px;
padding:0 0 0 15px;
background:url(images/bg-nav-tabs.png) 0 0 no-repeat;
}
#nav-tabs a:hover, #nav-tabs .current {
text-decoration:none;
background-color:#fff;
background-position:100% -36px;
color:#222;
}
#nav-tabs .off:hover span {
text-decoration:underline;
color:#9DCF00;
background-position:0 -36px;
}
#nav-tabs .current span {
padding-left:34px;
background-position:0 -180px;
}
#tab-lomejor .current span {
padding-left:30px;
background-position:0 -144px;
}
#tab-productos .current span {
background-position:0 -108px;
}
#tab-comunidad .current span {
padding-left:38px;
background-position:0 -72px;
}
#tab-club .current span {
background-position:0 -216px;
}
#tab-foros .current span {
background-position:0 -252px;
}
/* Second level tabs */
#sub-tabs {
border-bottom:1px solid #ccc;
height:35px;
margin:0 0 30px;
padding:0 0 0 40px;
}
#sub-tabs ul {
margin:0;
padding:0;
}
#sub-tabs li {
float:left;
margin:0 5px 0 0;
display:inline;
height:36px;
line-height:36px;
}
#sub-tabs a {
float:left;
height:35px;
line-height:37px;
padding:0 12px 0 0;
background:#eee url(images/bg-sub-tabs.png) 100% 0 no-repeat;
color:#666;
font-size:1.1em;
font-weight:bold;
text-transform:uppercase;
}
#sub-tabs .current {
height:36px;
}
#sub-tabs span {
float:left;
height:35px;
padding:0 0 0 12px;
background:url(images/bg-sub-tabs.png) 0 0 no-repeat;
}
#sub-tabs a:hover, #sub-tabs .current {
text-decoration:none;
background-color:#fff;
background-position:100% -47px;
color:#333;
}
#sub-tabs a:hover span {
text-decoration:underline;
color:#9DCF00;
background-position:0 -47px;
}
#sub-tabs .current span, #sub-tabs .current:hover span {
height:36px;
padding-left:34px;
background-position:0 -98px;
color:#333;
text-decoration:none;
}
#sub-tab-recent .current span, #sub-tab-recent .current:hover span {
padding-left:30px;
background-position:0 -150px;
}
#sub-tab-user-sel .current span, #sub-tab-user-sel .current:hover span {
background-position:0 -203px;
padding-left:40px;
}
#sub-tab-editor-sel .current span, #sub-tab-editor-sel .current:hover span {
background-position:0 -256px;
}
#sub-tab-conversaciones .current span, #sub-tab-conversaciones .current:hover span {
background-position:0 -308px;
}


/* Don't Override the following dummy classes, these are used for quitar-anadir experto buttons */
.quitar{}
.anadir{}
#blog-name {
font-size:4em;
height:124px;
left:10px;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
top:35px;
width:528px;
}

#logo {
font-size:4em;
height:124px;
left:0;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
top:0;
width:528px;
}

#logo a,#logo span,#blog-name a,#blog-name span {
color:#fff;
cursor:pointer;
display:block;
height:124px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:528px;
z-index:1000;
}

#logo span,#blog-name span {
background:url(images/bg-header.jpg) 0 0 no-repeat;
}

#header {
background:#B3DF41 url(images/bg-header.jpg) 0 0 no-repeat;
height:250px;
left:10px;
overflow:hidden;
position:absolute;
top:35px;
width:690px;
}

#static #logo span,#static #blog-name span {
background:url(images/bg-header-static.jpg) 0 0 no-repeat;
}

#static #header {
background-image:url(images/bg-header-static.jpg);
width:1000px;
}

#header a,#header a:visited {
color:#000;
}

#tagline {
position:absolute;
top:110px;
left:80px;
width:280px;
font:bold 1.2em Arial, Helvetica, sans-serif;
color:#fff;
display:none;
}

#user {
position:absolute;
top:0px;
right:0px;
width:100%;
height:45px;
overflow:hidden;
z-index:1500;
}

#user p {
margin:0;
background:#F0D2A2 url(images/bg-header-user.png) 0 100% no-repeat;
float:right;
font:bold 1.2em/1.0 Arial, Helvetica, sans-serif;
padding:0 12px;
text-transform:uppercase;
height:45px;
}

#user a {
float:left;
margin:15px 5px 0 0;
}
#user .menu {
text-transform:none;
}
#user .button, #user .fbc {
margin-top:12px;
}
#user .fbc {
margin-right:0;
}
#user .username, #user .avatar {
margin:7px 10px 0 5px;
border:none;
}
#user img {
display:block;
margin-top:-7px;
width:32px;
height:32px;
}
#user .fbc img {
margin-top:0;
width:auto;
height:auto;
}
#user .username img, #user .avatar img {
display:block;
width:32px !important;
height:32px !important;
overflow:hidden;
margin:0;
font:0.8em Arial, Helvetica, sans-serif;
}

#menu {
float:right;
font:0.94em Arial, Helvetica, sans-serif;
margin:45px 10px 0 0;
padding:0;
display:inline;
text-align:center;
text-transform:none;
width:10em;
}

#menu li {
background:none;
display:inline;
margin:0;
padding:0;
}

#menu a {
background:#F0D2A2;
display:block;
margin:1px 0 0;
padding:5px 10px;
}

#menu a:hover {
background:#41B9BF;
}

/* Channels */
#subscribe-icons {
width: 690px;
height: 45px;
position: absolute;
top: 175px;
left: 0;
margin: 0;
padding: 0;
line-height: 45px;
}
#subscribe-icons li {
position: relative;
display: inline;
float: left;
width: 30px;
height: 28px;
overflow: hidden;
font-size: 0.85em;
line-height: 24px;
margin: 10px 0 2px 8px;
text-transform: uppercase;
}
#subscribe-icons a, #subscribe-icons span {
display: block;
width: 30px;
height: 28px;
position: absolute;
top: 0;
left: 0;
color: #fff;
overflow: hidden;
}
#subscribe-icons span {
background: url(images/bg-header.jpg) -10px -186px no-repeat;
}
#subscribe-icons #movil span {
background:url(images/bg-header.jpg) -8px -185px no-repeat;
}
#subscribe-icons #rss span {
background:url(images/bg-header.jpg) -44px -184px no-repeat;
}
#subscribe-icons #email span {
background:url(images/bg-header.jpg) -84px -184px no-repeat;
}
#subscribe-icons #fb span {
background:url(images/bg-header.jpg) -122px -184px no-repeat;
}
#subscribe-icons #twitter span {
background:url(images/bg-header.jpg) -160px -184px no-repeat;
}
#subscribe-icons #widget span {
background:url(images/bg-header.jpg) -196px -185px no-repeat;
}

#static #subscribe-icons #movil span, .noads #subscribe-icons #movil span {
background:url(images/bg-header-static.jpg) -8px -186px no-repeat;
}
#static #subscribe-icons #rss span, .noads #subscribe-icons #rss span {
background:url(images/bg-header-static.jpg) -46px -185px no-repeat;
}
#static #subscribe-icons #email span, .noads #subscribe-icons #email span {
background:url(images/bg-header-static.jpg) -84px -185px no-repeat;
}
#static #subscribe-icons #fb span, .noads #subscribe-icons #fb span {
background:url(images/bg-header-static.jpg) -122px -185px no-repeat;
}
#static #subscribe-icons #twitter span, .noads #subscribe-icons #twitter span {
background:url(images/bg-header-static.jpg) -160px -185px no-repeat;
}
#static #subscribe-icons #widget span, .noads #subscribe-icons #widget span {
background:url(images/bg-header-static.jpg) -198px -185px no-repeat;
}

#search {
overflow:hidden;
padding:15px 0 0;
position:absolute;
right:10px;
text-align:right;
top:175px;
width:255px;
}

#search input {
overflow:visible;
vertical-align:middle;
font-size:0.95em;
color:#ccc;
}

#gsearch {
border:1px solid #7F9C2E;
display:inline;
float:left;
padding:3px;
width:220px;
}

#related {
color:#fff;
font-size:0.94em;
font-weight:700;
height:28px;
left:0;
line-height:28px;
position:absolute;
text-transform:uppercase;
top:222px;
width:550px;
}

#related a,#related a:visited {
color:#fff;
}

#related p,#related ul,#related li {
display:inline;
margin:0 0 0 10px;
}

#related li a,#related li a:visited {
border-right:1px solid #C7CF9B;
color:#C7CF9B;
font-weight:400;
padding:0 10px 0 0;
}

#related a:hover {
color:#fff;
}

#weblogssl {
font:bold 1em/1 "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
height:50px;
position:absolute;
right:0;
text-align:center;
text-transform:uppercase;
top:120px;
width:160px;
}

#weblogssl a,#weblogssl span {
color:#fff;
display:block;
height:50px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:160px;
}

#weblogssl span {
background:url(images/bg-header.jpg) 100% -120px no-repeat;
}

#static #weblogssl span, .noads #weblogssl span {
background:url(images/bg-header-static.jpg) 100% -120px no-repeat;
}

#roba-header {
height:270px;
margin:0;
position:absolute;
right:10px;
top:35px;
width:300px;
}

#roba-header .ad {
border-left:none;
border-right:none;
border-top:none;
padding-bottom:1px;
}

#static #roba-header {
display:none;
}

/* Product index link */
#button-product-index {
width:128px;
height:22px;
position:absolute;
bottom:3px;
right:10px;
text-align:center;
font-weight:bold;
text-transform:uppercase;
}
#button-product-index a {
display:block;
width:128px;
height:22px;
overflow:hidden;
background:#58afb5;
color:#fff;
}
#button-product-index span {
display:block;
width:128px;
height:22px;
position: absolute;
top: 0;
left: 0;
background:url(images/button-product-index.png) 0 0 no-repeat;
}


/* Layout for pages without ads, but with sidebar */	
.noads #logo span,.noads #blog-name span {
background:url(images/bg-header-static.jpg) 0 0 no-repeat;
}
.noads #header {
background-image:url(images/bg-header-static.jpg);
width:1000px;
}
/*
.noads #subscribe-icons #subscribe span {
background:url(images/bg-header-static.jpg) -10px -186px no-repeat;
}
.noads #subscribe-icons #email span {
background:url(images/bg-header-static.jpg) -50px -186px no-repeat;
}
.noads #subscribe-icons #fb span {
background:url(images/bg-header-static.jpg) -90px -186px no-repeat;
}
.noads #subscribe-icons #twitter span {
background:url(images/bg-header-static.jpg) -127px -186px no-repeat;
}
.noads #subscribe-icons #widget span {
background:url(images/bg-header-static.jpg) -170px -186px no-repeat;
}
.noads #subscribe-icons #movil span {
background:url(images/bg-header-static.jpg) -210px -186px no-repeat;
}
.noads #weblogssl span {
background:url(images/bg-header-static.jpg) 100% -120px no-repeat;
}
*/
.noads #roba-header {
display:none;
}
.noads #side {
margin-top:320px;
}

/* Layout for club pages: post and section */	
.club #logo span,.club #blog-name span {
background:url(${css.club.header.image}) 0 0 no-repeat;
}
.club #header {
background-image:url(${css.club.header.image});
width:1000px;
top:50px;
}
.club #subscribe-icons #rss span {
background:url(${css.club.header.image}) -46px -185px no-repeat;
}
.club #subscribe-icons #email span {
background:url(${css.club.header.image}) -84px -185px no-repeat;
}
.club #subscribe-icons #fb span {
background:url(${css.club.header.image}) -122px -185px no-repeat;
}
.club #subscribe-icons #twitter span {
background:url(${css.club.header.image}) -160px -185px no-repeat;
}
.club #subscribe-icons #widget span {
background:url(${css.club.header.image}) -198px -185px no-repeat;
}
.club #subscribe-icons #movil span {
background:url(${css.club.header.image}) -8px -186px no-repeat;
}
.club #weblogssl span {
background:url(${css.club.header.image}) 100% -120px no-repeat;
}
.club #tagline {
display:none;
}
#club-disclaimer {
width:1000px;
position:absolute;
top:30px;
left:10px;
color:#aaa;
font:10px Tahoma, Arial, Helvetica, sans-serif;
text-transform:uppercase;
border-bottom:1px solid #ccc;
padding:0 0 3px;
}

/* Tabbed pages club */
.tabbed .club #header {
top:25px;
}
.tabbed #club-disclaimer {
top:5px;
}
.tabbed .club #side {
margin-top:290px !important;
}

/* Recommended*/
#recommended {
background:#F7FFCF url(images/bg-recommended.png) 0 100% no-repeat;
clear:both;
margin:10px;
overflow:hidden;
padding:0 0 40px;
width:1000px;
}

#recommended h2 {
color:#B3DF41;
height:100px;
margin:0;
overflow:hidden;
position:relative;
width:1000px;
}

#recommended h2 span {
background:url(images/bg-recommended.png) 0 0 no-repeat;
display:block;
height:100px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:1000px;
}

#recommended .module-content {
background:url(images/bg-recommended-middle.png) 0 0 repeat-y;
overflow:hidden;
width:100%;
}

#recommended h3 {
color:#333;
font:bold 0.94em/1 Tahoma,Arial,Helvetica,sans-serif;
text-transform:uppercase;
}

#recommended .content-type {
display:inline;
float:left;
margin:0 14px 0 40px;
width:140px;
}

#recommended ul {
border-top:1px solid #333;
list-style:none;
margin:0;
}

#recommended li {
border-bottom:1px solid #D0DF8B;
padding:0;
}


#recommended a,#recommended a:visited {
background:url(images/icons.png) 6px -2825px no-repeat;
color:#83A32F;
display:block;
font-size:0.94em;
padding:7px 2px 6px 18px;
}

#recommended a:hover {
background:#fff url(images/icons.png) 6px -2825px no-repeat;
}

/* WSL module */
#module-wsl {
background:#ADE1E7 url(images/bg-module-wsl.png) 0 100% no-repeat;
clear:both;
margin:10px;
overflow:hidden;
padding:0 0 30px;
width:1000px;
}

#module-wsl h2 {
color:#fff;
height:90px;
margin:0;
overflow:hidden;
position:relative;
text-align:center;
width:1000px;
}

#module-wsl h2 span {
background:url(images/bg-module-wsl.png) 0 0 no-repeat;
color:#fff;
display:block;
height:90px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:1000px;
}

#module-wsl h2 a:link,#module-wsl h2 a:visited {
background:none;
border:none;
display:block;
height:45px;
}

#module-wsl .module-content {
background:url(images/bg-module-wsl-middle.png) 0 0 repeat-y;
overflow:hidden;
width:100%;
}

#module-wsl h3 {
color:#257882;
font:bold 1em/1 Tahoma,Arial,Helvetica,sans-serif;
margin:15px 0;
text-transform:uppercase;
}

#module-wsl .category {
display:inline;
float:left;
margin:0 10px 0 32px;
width:120px;
}

#module-wsl ul {
border-top:1px solid #8EC9CF;
list-style:none;
margin:0;
}

#module-wsl li {
border-bottom:1px solid #8EC9CF;
padding:0;
}

#module-wsl .category a:link,#module-wsl .category a:visited {
background:url(images/icons.png) 5px -3010px no-repeat;
color:#333;
display:block;
font-size:0.94em;
padding:7px 0 6px 18px;
}

#module-wsl .category a:hover {
background-color:#000;
background-position:5px -2960px;
color:#fff;
}

#module-wsl .nav {
margin:0 auto;
padding:5px 0;
text-align:right;
width:930px;
}

#module-wsl .nav a {
background:#5d8e94;
color:#fff;
display:inline;
font-size:0.94em;
padding:5px 7px;
}

#module-wsl .nav a:hover {
background:#000;
}

/* pie de página */
#footer {
clear:both;
color:#bbb;
background:#fff;
font-size:0.94em;
margin:0;
padding:10px 0;
text-align:center;
text-transform:uppercase;
}

#footer a, #footer a:visited {
color:#008ab3;
margin:0 10px;
}

/*
 * Favicons
 */
#favicons-list {
position:fixed;
width:100%;
height:25px;
margin:0;
padding:0;
background:#fff url(http://img.weblogssl.com/favicons-bis-bg.gif) 0 1px repeat-x;
text-align:center;
top:0;
left:0;
z-index:2000;
}
* html #favicons-list {
position:absolute;
}
#favicons-list ul{
position:relative;
width:860px;
height:25px;
margin:0 auto;
background:url(http://img.weblogssl.com/favicons38b.gif) 0 1px no-repeat;
text-align:left !important;
}
#favicons-list li { display:inline; }
#favicons-list a {
position:relative;
width:16px;
height:16px;
float:left;
display:inline;
margin:4px 0 0 4px;
padding:0 !important;
text-decoration:none;
background:none !important;
}
#favicons-list span {
display:block;
width:16px;	height:16px;
overflow:hidden;

background-color: #fff;
opacity: 0.8;                  	/* Firefox, Safari(WebKit), Opera */
filter: alpha(opacity=80);     	/* IE */
}
#favicons-list strong {visibility:hidden;}
#wsl a {
width:92px;	height:24px;
margin-top:0;
background:none;
}
#favicons-list a:hover {
background:none !important;
padding:0 !important;
cursor:pointer;
z-index:999;
text-decoration:none;
border:none !important;
}
#favicons-list a:hover span {background-color:transparent;}
#favicons-list em {display:none;}			
#favicons-list a:hover em {
display:block;
position:absolute;
top:7px;	left:20px;
width:210px;
overflow:hidden;
}
#wsl a:hover em {width:100px;}
#favicons-list .end a:hover em {
width:300px;
left:auto;	right:10px;
text-align:right;
}
#favicons-list .big a:hover em {width:300px;}
#favicons-list a:hover strong {
float:left;
padding:1px 3px;
color:#ccc;	background:#333;
font:9px Verdana, Arial, Helvetica, sans-serif;
}
#favicons-list .end a:hover strong {float:right;}
/*
 * Blog posts
 */
.post {
background:url(images/bg-top-post.png) top left no-repeat;
padding:35px 15px 35px 0;
position:relative;
}

.post h2,.post h1,.post-author,.post-body,.read-more,.post-gallery,.post-products {
margin:0 0 0 110px;
}

/* post author */
.post-author a,.post-author a:visited,.post-comments a,.post-comments a:visited {
color:#666;
}

.post-author a:hover,.post-comments a:hover {
color:#9DCF00;
}

.post-author {
font:normal 1em/1.1 Tahoma,Arial,Helvetica,sans-serif;
text-transform:uppercase;
margin-bottom:35px;
}

.post-author img {
border:1px solid #666;
float:left;
margin:0 10px 0 0;
}

.post-author a:hover img {
border-color:#9DCF00;
}

.post-author .fecha {
display:block;
margin:5px 0 0;
}

/* post comments */
.post-comments {
float:right;
font:normal 1em/2 Tahoma,Arial,Helvetica,sans-serif;
text-align:right;
text-transform:uppercase;
width:180px;
}

.post-comments span {
background:#7e9d2e url(images/icons.png) 0 -730px no-repeat;
color:#fff;
display:inline;
float:right;
font-weight:700;
height:25px;
line-height:20px;
margin:0 0 0 5px;
text-align:center;
width:32px;
}

/* post votes */
.post-votes {
font-size:0.94em;
left:30px;
position:absolute;
text-align:center;
text-transform:uppercase;
top:35px;
width:60px;
}

.post-votes .votes {
background:#7e9d2e url(images/bg-votes.png) 0 0 no-repeat;
color:#fff;
display:block;
height:60px;
line-height:25px;
margin:0 0 1px;
}

.post-votes strong {
display:block;
font-size:2.8em;
line-height:0.9;
}

.post-votes .button,.post-votes .button span {
display:block;
}
.post-votes .button {
padding-left:8px;
}
.post-votes .button span {
padding-right:8px;
}

/* post likes */
.post-likes {
font-size:0.94em;
position:absolute;
text-transform:uppercase;
top:35px;
left:12px;
height:90px;
width:82px;
overflow:hidden;
text-align:left;
}
.visible-likes {
overflow:visible;
width:98px;
}

.single .post-likes {
top:115px;
}

.post-likes .likes {
background:#7e9d2e url(images/bg-likes.png) 0 0 no-repeat;
color:#fff;
display:block;
height:60px;
line-height:25px;
margin:0 0 1px;
width:70px;
margin:0 2px 4px;
text-align:center;
}
.post-likes strong {
display:block;
font-size:3.5em;
line-height:60px;
font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
}

.post-likes .button,.post-votes .button span {
text-align:center;
}
.post-likes .button {
padding-left:8px;
}
.post-votes .button span {
padding-right:8px;
}

.fb-like {
width:450px;
position:absolute;
top:65px;
left:0;
text-align:left;
z-index:1;
}
.fb-hide  {
background:#fff;
height:20px;
right:0;
position:absolute;
top:64px;
width:24px;
height:25px;
z-index:1004;
}

/* post header */
.post h1,.post h2,.login-sign-up h1,#static h1 {
color:#000;
font:bold 2em/1.1 Arial,Helvetica,sans-serif;
margin-bottom:15px;
}

.post h2 a:link,.post h2 a:visited {
color:#000;
}

.post h2 a:hover {
text-decoration:underline;
}

.post h1 a.edit-link,.post h2 a.edit-link {
display:block;
font-size:10pt;
font-weight:400;
margin-top:10px;
text-align:right;
}

/* Post footer */
.post-footer {
background:#e1f8e6 url(images/bg-post-footer.png) no-repeat 0 100%;
font-size:0.94em;
line-height:1.4;
margin:0 0 0 110px;
overflow:hidden;
padding:0 0 12px;
width:665px;
}

.post-footer ul {
background:url(images/bg-post-footer-middle.png) repeat-y 0 0;
list-style:none;
margin:0;
padding:0;
}

.post-footer li {
margin:0;
padding:0;
}

.post-footer .noticias,.post-footer .inicio, .club #share {
background:url(images/bg-post-footer.png) no-repeat 0 0;
margin:0 0 5px;
padding:12px 0 0;
}

.post-footer .noticias strong {
background:url(images/icons.png) 15px -2414px no-repeat;
padding:0 0 2px 37px;
}

.post-footer .tags,.galleries .tags {
background:url(images/icons.png) 15px -2265px no-repeat;
padding:0 0 2px 37px;
}

.post-footer .inicio strong,.post-footer .volver {
background:url(images/icons.png) 15px -3582px no-repeat;
padding:0 0 2px 37px;
}

.post-footer .volver {
margin:0 0 5px;
}

.post-footer strong, .product-footer strong {
color:#333;
font-weight:700;
text-transform:uppercase;
}

.post-footer a:link,.post-footer a:visited {
color:#008ab3;
}

.post-footer a:hover {
color:#9DCF00;
text-decoration:underline;
}

/* post body */
.post-body,.body {
color:#333;
font-size:1.2em;
line-height:1.4;
}

.post-body a:hover,.body a:hover {
color:#9DCF00;
}

.post-body ul,.post-body ol,.body ul,.body ol {
list-style:none;
margin-bottom:0.5em;
margin-left:20px;
}

.post-body ul ul,.post-body ul ol,.post-body ol ol,.post-body ol ul,.body ul ul,.body ul ol,.body ol ol,.body ol ul {
margin-bottom:0.5em;
}

.post-body li,.body li, .body .archives ol li {
list-style-type:square;
margin-bottom:0.5em;
padding-left:5px;
}
.post-body ol li, .body ol li {
list-style-type:decimal;
}

.post-body ul p,.post-body ol p,.body ul p,.body ol p {
margin-bottom:0;
}

.post-body blockquote, .body blockquote, .vcard blockquote {
background:url(images/bg-quote.png) no-repeat;
color:#888;
margin:0 30px 1em;
text-indent:30px;
}

.post-body h2, .post-body h3, .body h2, .body h3 {
color:#83A32F;
font:bold 1.6em/1.0 Tahoma,Arial,Helvetica,sans-serif;
margin:1.2em 0 0.7em;
}

.post-body h3, .body h3 {
font-size:1.2em;
}

.post-body embed, .post-body object {
display:block;
margin:0 auto 1em;
text-align:center;
}

/* Images and objects */
.izquierda, .izquierda_sinmarco {
background-color:#FCFFDF;
border:1px solid #7DCADF;
clear:both;
float:left;
margin:3px 9px 9px 0;
padding:5px;
}

.derecha, .derecha_sinmarco {
background-color:#FCFFDF;
border:1px solid #7DCADF;
clear:both;
float:right;
margin:3px 0 9px 9px;
padding:5px;
}

.centro, .centro_sinmarco {
background-color:#FCFFDF;
border:1px solid #7DCADF;
clear:both;
display:block;
margin:3px auto 9px;
padding:5px;
}

#side .izquierda, #side .derecha, #side .centro, .izquierda_sinmarco,.derecha_sinmarco,.centro_sinmarco {
background:none;
border:none;
padding:0;
}

/* Read more */
.read-more {
margin-bottom:0.5em;
text-align:right;
}

.read-more a:link,.read-more a:visited {
color:#008ab3;
font:bold 1em/1 Tahoma,Arial,Helvetica,sans-serif;
text-align:right;
text-transform:uppercase;
}

.read-more a:hover {
text-decoration:underline;
}

/* Posts with products */
.post-products {
color:#666;
line-height:1.3;
font-size:1.2;
list-style:none;
padding-bottom:10px;
}

.post-products li {
background:none;
margin-top:12px;
overflow:hidden;
padding:0;
width:600px;
line-height:32px;
}

.post-products img {
border:1px solid #666;
margin-right:7px;
float:left;
width:32px;
height:32px;
display:inline;
}

.post-products a:hover img {
border-color:#9DCF00;
}

.post-products a:link,.post-products a:visited {
color:#333;
}

.post-products a:hover {
text-decoration:none;
}

.post-products a strong {
color:#008ab3;
}

.post-products a:hover strong {
color:#9DCF00;
text-decoration:underline;
}

.post-product {
width:665px;
overflow:hidden;
margin:20px 0 10px 110px;
}

	.post-product li.product {
	float:left;
	width:170px;
	height:220px;
	margin:0 10px 0 35px;
	display:inline;
	}
	.post-product .product {
	color:#999;
	font-size:0.85em;
	text-transform:uppercase;
	width:170px;
	margin:0 auto;
	}
	.post-product .product a {
	display:block;
	border:1px solid #ddd;
	padding:9px 9px 6px 9px;
	margin:3px 0 0 0;
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
	}
		.post-product .product a:hover {
		border-color:#f00;
		color:#f00;
		}
	.post-product .product span {
	display:block;
	height:120px;
	overflow:hidden;
	line-height:100px;
	margin:0 0 5px 0;
	}
		.post-product .product span img {
		display:block;
		margin:-12px 0 0 0;
		}
		.post-product .product em {
		width:72px;
		display:inline-block;
		color:#999;
		font-style:normal;
		font-weight:normal;
		}
  		.post-product .product em strong {
		display:block;
		font-size:1.5em;
		color:#333;
		}
		.post-product .product a:hover {
		text-decoration:none;
		}

#iwishihavesubscribe {
	padding:10px;
}
.post-product #iwishihavesubscribe, .post-product #iwishihavemessage {
	margin:0 50px 1em;
}

/* 
 * Meneame
 */
iframe.meneame {
left:30px;
position:absolute;
top:210px;
}

.news-shakeit {
background:#fff;
font-family:sans-serif;
font-size:8.2pt;
left:0;
overflow:hidden;
padding:0 0 10px;
position:right;
text-align:center;
top:20px;
width:60px;
}

.mnm-published a {
display:block;
font-size:16pt;
font-weight:400;
letter-spacing:-1px;
line-height:1.2;
text-decoration:none;
vertical-align:bottom;
}

.mnm-published {
background:#FF6400 url('images/elmnm-p03.png') top left no-repeat;
display:block;
padding:5px 0;
}

.mnm-published a:hover {
color:#03A;
}

.mnm-published,.mnm-published a {
color:#FFF;
}

/* vote box */
.menealo a,.menealo span {
color:#FF6400;
display:block;
padding:2px 0 3px;
}

.menealo a {
border:1px solid #FFBA8D;
}

.menealo span {
border:1px dotted;
border-color:#FFBA8D;
}

.menealo {
background-color:#fff;
margin-top:1px;
}

.menealo a:link,.menealo a:visited {
background:url(images/menealo-background.png) bottom left repeat-x;
border-color:#FFCBAA;
text-decoration:none;
}

.menealo a:hover {
text-decoration:underline;
}

.news-submitted {
font-size:85%;
margin:0;
min-height:25px;
white-space:nowrap;
}

/* Related posts */
#related-posts {
margin:40px 0 0 110px;
}

#related-posts h2 {
color:#333;
font-size:1.2em;
}

#related-posts ul {
color:#666;
line-height:1.3;
list-style:none;
margin:0;
}

#related-posts li {
margin-top:12px;
}

#related-posts img {
border:1px solid #666;
float:left;
margin-right:12px;
width:32px;
height:32px;
overflow:hidden;
display:inline;
}

.post-products a:hover img {
border-color:#9DCF00;
}

#related-posts a:link,#related-posts a:visited {
color:#008ab3;
}

#related-posts a:hover {
color:#9DCF00;
text-decoration:underline;
}

#related-posts .date {
display:block;
}

/* Single post different layout -SEO- */
.single #blog-nav {
position:absolute;
top:0;
margin:0;
padding-bottom:3em;
}
.single {
background:url(images/bg-top-post.png) no-repeat scroll 0 7em;
padding-top:120px;
}
.single h1 {
margin-top:0;
}
.single .post-votes {
top:115px;
} 

/* Social sharing and sending post and product */
.product-footer {
background:#e1f8e6 url(images/bg-product-footer.png) no-repeat 0 100%;
font-size:0.94em;
line-height:1.4;
margin:30px 0px 0px 0px;
overflow:hidden;
padding:0px;
width:400px;
}
	.product-footer ul {
	background:url(images/bg-product-footer-middle.png) repeat-y 0 0;
	list-style:none;
	margin:0;
	padding:0;
	}
	.product-footer #share {
	background:url(images/bg-product-footer.png) no-repeat 0 0;
	padding:12px 0 0;
	}

.post-footer .tags, .galleries .tags, .post-footer .noticias, .post-footer .inicio {
	padding-bottom:9px;
}
.post-footer .noticias {
	margin-bottom:0px;
	padding-top:17px;
}
.post-footer a:hover, .product-footer a:hover, .post-footer a:hover strong, .product-footer a:hover strong {
	color:#9DCF00;
}
.post-footer .button, .product-footer .button, .post-footer .button strong, .product-footer .button strong {
	color:#fff;
}

#share, #send {
	margin:0 0 9px 17px;
	width:645px;
	overflow:hidden;
}
	.club #share {
	width:auto;
	margin-left:0;
	padding-left:17px;
	}
	.product-footer #share, .product-footer #send {
		margin-left:0px;
		padding-left:12px;
		width:400px;
	}
#send-toggle {
	background:url(images/share.png) 0px 0px no-repeat;
	padding:0 0 5px 23px;
}
	#send-form, #send-form-success {
		margin:5px 40px 0px 23px;
	}
	#send-message {
		margin:10px 40px 0px 23px;
	}
		#send-message a {
			color:#9F7400;
			text-transform:none;
		}



#share strong {
	background:url(images/share.png) 0px -42px no-repeat;
	padding:3px 0 5px 20px;
	float:left;
}
#share-list {
	width:350px;
	overflow:hidden;
	margin:0px 0px 0px 10px;
	float:left;
}
	.product-footer #share-list {
		width:250px;
	}
	#share-list li {
		display:inline;
		float:left;
		font-size:0.85em;
		height:20px;
		line-height:24px;
		margin:0px 10px 0 0px;
		overflow:hidden;
		position:relative;
		text-transform:uppercase;
		width:20px;
	}
	#share-list a, #share-list span {
		color:#000;
		display:block;
		height:20px;
		top:0;
		left:0;
		width:20px;
		overflow:hidden;
		position:absolute;
		background:url(images/share.png) -20px -90px no-repeat;
	}
	#share-fb span {
		background-position:-20px -140px;
	}
	#share-li span {
		background-position:-20px -191px;
	}
	#share-mn span {
		background-position:-20px -239px;
	}
	#share-bt span {
		background-position:-20px -289px;
	}
	#share-tt span {
		background-position:-20px -350px;
	}
	#share-diu span {
		background-position:-20px -414px;
	}
	#share-act span {
		background-position:-20px -480px;
	}

	#share-list a:hover span {
		background-position:0px -90px;
	}
	#share-fb a:hover span {
		background-position:0px -140px;
	}
	#share-li a:hover span {
		background-position:0px -191px;
	}
	#share-mn a:hover span {
		background-position:0px -239px;
	}
	#share-bt a:hover span {
		background-position:0px -289px;
	}
	#share-tt a:hover span {
		background-position:0px -350px;
	}
	#share-diu a:hover span {
		background-position:0px -414px;
	}
	#share-act a:hover span {
		background-position:0px -480px;
	}

/* Retweets and meneos */
.post-retweets, .post-meneos {
font-family:Arial, Helvetica, sans-serif;
width:95px;
height:20px;
overflow:hidden;
position:absolute;
top:140px;
left:-7px;
font-size:0.94em;
line-height:16px;
}
.post-meneos a, .post-retweets .topsy_widget_data {
float:right;
}
.single .post-retweets {
top:220px;
}
.post-meneos {
top:172px;
}
.single .post-meneos {
top:252px;
}
.post-meneos span {
border-radius:3px;
-moz-border-radius:3px;
display:block;
float:left;
font:11px/16px Arial, Helvetica, sans-serif;
border:1px solid #e43300;
background:#ff6400;
color:#fff;
text-shadow:#e43300 1px 1px 0;
padding:0 3px;
}
.post-meneos a:hover {
text-decoration:none;
}
.post-meneos a:hover span {
background:#ff9933;
border-color:#ff6400;
}
.post-meneos strong {
border-radius:3px;
-moz-border-radius:3px;
display:block;
float:left;
margin-right:1px;
padding:0 3px;
font:bold 14px/16px Arial, Helvetica, sans-serif;
border:1px solid #E6E7E2;
background:#eee;
color:#333;
}
.post-meneos a:hover strong {
border-color:#a6a7a2;
color:#111;
}
#post-comments {
margin:40px 10px 0 110px;
position:relative;
}

#post-comments h2 {
color:#333;
font:bold 2em/1.0 Tahoma,Arial,Helvetica,sans-serif;
}

.add-comment {
color:#008ab3;
float:right;
font:bold 1.2em/1.3 Arial, Helvetica, sans-serif;
}

.add-comment:hover {
color:#9DCF00;
text-decoration:none;
}

.add-comment span {
background:#7e9d2e url(images/icons.png) 0 -730px no-repeat;
color:#fff;
display:inline;
float:left;
font-size:1.4em;
font-weight:700;
height:25px;
line-height:22px;
margin:0 5px 5px 0;
text-align:center;
width:32px;
}

/* Comment preview */
#comment_preview {
background:#F6F6F6 none repeat scroll 0 0;
border:1px solid #DDDDDD;
margin:0 0 1em;
padding:9px;
}

#post-comments ul.comments {
list-style:none;
margin:32px 0 0;
}

.comment {
margin-bottom:40px;
position:relative;
width:670px;
}

.comment .number {
color:#ddd;
font:bold 3.5em "Arial Narrow", Arial, Helvetica, sans-serif;
text-align:right;
position:absolute;
left:-100px;
top:0;
width:90px;
height:45px;
line-height:32px;
}

.avatar {
border:1px solid #666;
float:left;
height:32px;
margin-right:12px;
overflow:hidden;
width:32px;
}
.avatar:hover {
border-color:#9DCF00;
}

.comment-info {
color:#999;
display:inline;
float:left;
font-size:1.2em;
line-height:1.2;
margin:0px 0 10px;
}

.comment-info a:link,.comment-info a:visited {
color:#008ab3;
}

.comment-info a:hover {
color:#9DCF00;
text-decoration:underline;
}

.commentsv2 .user-url {
font-size:0.94em;
color:#999;
display:block;
}
	.commentsv2 .comment-info .user-url {
	font-size:0.8em;
	margin-top:5px;
	}
	.commentsv2 .comment-info .user-url:link, .commentsv2 .comment-info .user-url:visited {
	color:#999;
	}
	/* quitar color de coment info para author */
	.commentsv2 .user-url:hover, .commentsv2 .comment-info .user-url:hover {
	color:#9DCF00;
	}

/* Comment editing */
.commentsv2 .edit-comment {
display:inline;
float:right;
font:bold 0.9em Arial, Helvetica, sans-serif;
margin:0 10px 0 0;
background:url(images/icons.png) no-repeat scroll 0 -1313px;
padding-left:17px;
overflow:hidden;
color:#999;
cursor:pointer;
}
	.commentsv2 .edit-comment:hover {
	color:#9DCF00;
	}
.commentsv2 .edited {
font-size:0.75em;
font-style:italic;
text-align:right;
color:#000;
}

.expired {
text-align:right;
}
.expired .error {
font-size:0.94em !important;
}


.comment-body {
border-top:1px dashed #ccc;
color:#333;
font-size:1.2em;
line-height:1.5;
margin:0 0 0 46px;
overflow:hidden;
padding:10px 0 0 0;
width:600px;
clear:both;
}

.comment-body a:link,.comment-body a:visited {
background:url(images/icons.png) 100% -2553px no-repeat;
color:#008ab3;
padding:0 15px 0 0;
}

.comment-body a:hover {
color:#9DCF00;
}

.deletecomment {
background:#c00;
border:none;
color:#fff;
font:normal 0.94em/1.1 Arial, Helvetica, sans-serif;
font-weight:700;
}

/* Comment report button */
.abuse, .abuse-disabled {
display:inline;
float:right;
font:bold 1em Arial, Helvetica, sans-serif;
height:14px;
margin:0 10px 0 0;
overflow:hidden;
position:relative;
text-align:center;
width:14px;
}

.abuse {
color:#000;
}

.abuse-disabled {
color:#999;
}

.abuse:hover,.abuse-disabled:hover {
text-decoration:none;
}

.abuse span,.abuse-disabled span {
background:url(images/icons.png) 0 -886px no-repeat;
display:block;
height:14px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:14px;
}

.abuse-disabled span {
background:url(images/icons.png) 100% -886px no-repeat;
cursor:pointer;
}

/* Comment footer */
.comment-footer {
color:#333;
font-size:0.94em;
overflow:hidden;
padding:7px 0 5px;
position:relative;
width:100%;
}

.comment-footer .permlink {
background:url(images/icons.png) 0 -2122px no-repeat;
color:#666;
display:inline;
float:left;
font-weight:700;
margin:0 0 0 12px;
padding:0 0 0 20px;
}

.commentsv2 .comment-footer .permlink {
float:right;
margin:0 12px 0 0;
}
.commentsv2 .comment-vote {
float:left;
margin:0 0 0 12px;
}

/* Comment votes in footer */
.comment-vote {
display:inline;
float:right;
margin:0 12px 0 0;
}

.comment-status {
float:left;
font-weight:700;
margin:0 5px 0 0;
text-transform:lowercase;
}

.commentsv2 .comment-status {
margin-left:5px;
}

.comment-vote a {
cursor:pointer;
display:inline;
float:left;
height:14px;
line-height:14px;
margin:2px 0 0 5px;
overflow:hidden;
position:relative;
width:14px;
}

.comment-vote a:hover {
text-decoration:none;
}

.comment-vote img {
display:block;
}

/* Comment rating buttons */
.comment-vote a span {
display:block;
height:14px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:14px;
}

.comment-vote-up span {
background:url(images/icons.png) 0 -144px no-repeat;
}

.comment-vote-up-disabled span {
background:url(images/icons.png) 0 0 no-repeat;
}

.comment-vote-down span {
background:url(images/icons.png) 0 -432px no-repeat;
}

.comment-vote-down-disabled span {
background:url(images/icons.png) 0 -288px no-repeat;
}

.commentsv2 .comment-display {
clear:both;
padding:5px 0px;
margin:0 15px 0 45px;
}

/* Comment ratings */
.commentsv2 .hidden, .irrelevante .comment-body, .irrelevante .comment-reply, .irrelevante .comment-footer {
display:none;
}

.irrelevante .comment-info, .irrelevante .comment-info a:link, .irrelevante .comment-info a:visited, .irrelevante .comment-body, .irrelevante .comment-status {
color:#CCCCCC;
}

.commentsv2 .irrelevante .comment-footer {
background:#f9f9f9;
}

.normal .comment-footer, .comment-footer {
background:#f9ffdf;
}

.normal .comment-status, .comment-status {
color:#5A6F30;
}

.flojo .comment-info,.flojo .comment-info a:link,.flojo .comment-info a:visited,.flojo .comment-body {
color:#aaa;
}

.flojo .comment-footer {
background:#f3f3f3;
color:#aaa;
}

.flojo .comment-status {
color:#aaa;
}

.interesante .comment-footer {
background:#DFEFB3;
}

.interesante .comment-status {
color:#547F00;
}

.brillante .comment-footer {
background:#DEFB90;
}

.brillante .comment-status {
color:#629F00;
}

.author-comment {
background:#f9ffdf url(images/bg-comment-author.png) no-repeat;
background:#f9ffdf url(images/bg-comment-avatar.png) no-repeat -5px 12px;
}

.author-comment .comment-info,.author-comment .comment-info a:link,.author-comment .comment-info a:visited {
color:#008ab3;
}

.author-comment .comment-body {
color:#555;
}

.author-comment .comment-footer {
background:#f9ffdf;
}

/* Comment badges for new comment design */
.commentsv2 .brillante, .commentsv2 .author-comment {
padding-top:18px;
background:#DEFB90 url(images/bg-comment-avatar.png) no-repeat -5px 12px;
}
.commentsv2 .brillante .number, .commentsv2 .author-comment .number {
top:18px;
}
.commentsv2 .author-comment, .commentsv2 .author-comment .comment-footer {
background-color:#f9ffdf;
}
.status-badge {
width:135px;
height:21px;
overflow:hidden;
position:absolute;
top:65px;
left:-100px;
line-height:21px;
font-size:0.94em;
text-transform:uppercase;
text-align:right;
}
.status-badge span {
float:right;
height:21px;
line-height:21px;
padding:0 7px 0 20px;
background:#DFEFB3 url(images/icons-common.png) no-repeat 0px -176px;
color:#547F00;
font-weight:bold;
}
.brillante .status-badge {
top:70px;
left:-95px;
}
.brillante .status-badge span {
background:#629F00 url(images/icons-common.png) no-repeat 0px -176px;
color:#fff;
}
.commentsv2 .brillante .comment-info, .commentsv2 .author-comment .comment-info {
margin-left:10px;
}
.commentsv2 .brillante .comment-body, .commentsv2 .author-comment .comment-body {
margin-left:55px;
}
/* Comment replies */
.commentsv2 .reply {
width:80%;
margin:0px auto 10px auto;
}
	.reply textarea {
	width:100%;
	}
.commentsv2 .comment-reply {
text-align:right;
margin:0px 15px 10px 0px;
}
	.comment-reply a {
	font-size:0.94em;
	font-weight:bold;
	padding:0px 0px 5px 20px;
	background:url(images/icons.png) no-repeat scroll 0 -3995px;
	}
		.comment-reply a:hover {
		color:#9DCF00;
		}
.commentsv2 .reply-notify {
font-size:0.94em;
color:#999;
margin:0 0 7px 0;
padding:0;
}
	.reply-notify a:hover {
	color:#9DCF00;
	}
	.commentsv2 .reply-notify-2 {
	margin-left:75px;
	}
	.commentsv2 .reply-notify-3 {
	margin-left:150px;
	}

.commentsv2 .reply-1 {
margin-left:75px;
width:595px;
}
	.commentsv2 .reply-1 .number {
	font-size:3.2em;
	}
	.commentsv2 .reply-1 .comment-body {
	width:540px;
	}
.commentsv2 .reply-2 {
margin-left:150px;
width:520px;
}
	.commentsv2 .reply-2 .number {
	font-size:2.9em;
	}
	.commentsv2 .reply-2 .comment-body {
	width:450px;
	}
.commentsv2 .reply-3 {
margin-left:225px;
width:445px;
}
	.commentsv2 .reply-3 .number {
	font-size:2.6em;
	}
	.commentsv2 .reply-3 .comment-body {
	width:375px;
	}


/* Comments tabs */
.commentsv2 #comments-tabs {
border-bottom:1px solid #ccc;
height:41px;
margin:30px 0 30px -40px;
padding:0 0 0 40px;
}
#comments-tabs a {
background:#e9e9e9;
font-size:1.4em;
height:40px;
line-height:42px;
border:1px solid #ccc;
border-bottom:none;
padding:0px 15px;
margin:0px 5px 0px 0px;
color:#555;
}
#comments-tabs a:hover, #comments-tabs a:hover span {
background:#fff;
border-color:#f00;
color:#f00;
text-decoration:underline;
}
#comments-tabs .current, #comments-tabs a:hover {
background:#fff;
border-bottom-color:#fff;
height:41px;
color:#000 !important;
}

#post-comments #sub-tabs {
margin:30px 0 30px -40px;
}

/* Write comment */
#comment-write {
border:1px solid #ccc;
margin-top:30px;
padding:25px 20px 20px;
position:relative;
clear:right;
}

#comment-write h2 {
background:#fff;
font-size:1.8em;
font-weight:400;
left:40px;
padding:0 5px;
position:absolute;
top:-12px;
}

.notice {
background:#fc4141;
color:#fff;
margin-bottom:20px;
padding:10px;
}

.notice p {
margin:0;
}

#comment-write h3,#comment-write label {
color:#83A32F;
display:block;
font-size:1.2em;
font-weight:700;
line-height:1.0;
margin:0 0 0.7em;
}

#comment-write #ud_text {
border:1px solid #ccc;
padding:3px 2px;
width:615px;
}

#comment-write li a:link,#comment-write li a:visited {
color:#008ab3;
font-weight:700;
}

#comment-write a:hover {
color:#9DCF00
text-decoration:underline;
}

#comment-write .allowed-code code {
background:#f6f6f6;
color:#333;
display:block;
margin:0 1em 0.5em;
padding:7px 10px;
}

#ud_preview {
background:#f6f6f6;
border:1px solid #ddd;
margin:0 0 1em;
padding:9px;
}

#comment-write .submit-area {
margin:30px 0;
text-align:center;
}

.comment-tools {
list-style:none;
margin:0;
}

.subscribe {
background:url(images/icons.png) 0 -1171px no-repeat;
color:#555;
font-weight:700;
padding-left:14px;
}

/* Facebook Connect*/
#comments-login {
text-align:center;
}
#comments-login .submit-area {
margin-top:20px;
}
#comments-login p {
font-size:1.2em;
margin-bottom:10px;
}
#comments-login .register {
margin:30px auto 10px;
display:block;
font-size:0.94em;
}
#comments-login .register a:hover {
color:#f00;
}

/*
=Trackbacks*/
#trackback-links {
margin-top:40px;
}

#trackback-links ul.trackbacks {
list-style:none;
margin:0;
}

.trackbacks li {
color:#555;
font-size:1.2em;
line-height:1.4;
margin-bottom:20px;
padding-top:5px;
position:relative;
}

.trackbacks p {
margin-bottom:0;
}

.trackbacks .number {
color:#ddd;
display:block;
font:bold 1.5em/1.0 Tahoma,Arial,Helvetica,sans-serif;
left:-70px;
position:absolute;
text-align:right;
top:5px;
width:60px;
}

#trackback-links h3 {
background:url(images/icons.png) 3px -2687px no-repeat;
color:#333;
font:bold 1.3em/1.0 Tahoma,Arial,Helvetica,sans-serif;
padding-left:18px;
}

#trackback-links a:link,#trackback-links a:visited {
color:#008ab3;
}

#trackback-links a:hover {
color:#9DCF00;
text-decoration:underline;
}

.trackback-body {
padding-bottom:5px;
}

.trackback-link {
border-top:1px dashed #ccc;
padding:3px 0;
}

.trackback-date {
color:#999;
font-size:0.84em;
}


.side {
background:#F0D2A2 url(images/bg-side.png) 0 100% no-repeat;
font-size:0.94em;
margin:0 0 20px;
padding:0 0 20px;
color:#666;
}

.side .module,.side #destacado .module-content, .v2 .side #comunidad .module-content, .v3 .side #mas-valorado .module-content {
background:#F0D2A2 url(images/bg-side-middle.png) 0 0 repeat-y;
}

.side #destacado, .v2 .side #comunidad, .v3 .side #mas-valorado {
background:#F0D2A2 url(images/bg-side.png) 0 0 no-repeat;
}

.v3 .side #comunidad {
background:#F0D2A2 url(images/bg-side-middle.png) 0 0 repeat-y;
}

/* Post individual: mas-valorado sube encima de destacado, y comunidad queda primero del segundo bloque */
.v2 .single #mas-valorado, .v2 .single #comunidad {
background:#F0D2A2 url(images/bg-side.png) no-repeat scroll 0 0;
}

.v2 .single #mas-valorado .module-content, .v2 .single #comunidad .module-content, .v2 .single #destacado {
background:#F0D2A2 url(images/bg-side-middle.png) repeat-y scroll 0 0
}

/* new side */
.sidewrap {
	background:#F0D2A2 url(images/bg-side.png) no-repeat scroll 0 0;
	padding:10px 0px 0px 0px;
}
.side .sidewrap #destacado, .side .sidewrap #comunidad, .side .sidewrap #mas-valorado {
	background:#F0D2A2 url(images/bg-side-middle.png) repeat-y scroll 0 0;
}
.sidewrap .module h2 {
	padding:20px 0px 0px 0px;
}
.sidewrap .module {
	padding-bottom:10px;
}

.side a,.side a:visited {
color:#000;
}

.side .module h3 {
color:#333;
font:bold 1.3em/1 Tahoma,Arial,Helvetica,sans-serif;
padding:15px 0 0 15px;
}
.side .panes h3 {
display:none;
}

.side ul,.side ol {
margin:0;
padding:15px 10px 0 37px;
}

.side .nav {
padding:15px 0 0;
}

.side .module h2 {
color:#83a32f;
font:1.5em/1.0 Tahoma,Arial,Helvetica,sans-serif;
margin:0;
padding:30px 0 0;
text-transform:uppercase;
}

.side .module h2 span {
background:#fff url(images/bg-side-header.png) 100% 0 no-repeat;
display:inline-block;
height:35px;
line-height:35px;
padding:0 10px;
}

.side #lo-mejor h2 span,.side #comunidad h2 span {
background:#fff url(images/bg-side-header.png) 100% 100% no-repeat;
height:60px;
line-height:38px;
}

.side .module h2 em {
display:block;
font:0.65em Tahoma,Arial,Helvetica,sans-serif;
text-transform:none;
}

/* Módulo destacado */
#destacado a {
display:block;
margin:15px auto 0;
}

#destacado img {
border:none;
display:block;
margin:0 auto;
}

/* Módulos lo mejor y comentarios */
#lo-mejor ol,#comentarios ol {
background:url(images/bg-tab-content.png) 0 0 repeat-x;
list-style-type:decimal;
margin:0px 1px;
}

#lo-mejor li,#comentarios li {
line-height:1.5;
margin:0 0 10px;
}

/* Módulos editores y comunidad */
#editores ul,#comunidad ul {
padding-left:20px;
}

#editores li,#comunidad li {
list-style-type:none;
overflow:hidden;
padding:0 0 5px;
width:100%;
}

#editores li a.usuario,#comunidad li a.usuario, #mas-valorado a.usuario {
color:#02626C;
display:block;
font:normal 1em/1.1 Arial, Helvetica, sans-serif;
margin:5px 0 3px;
text-transform:uppercase;
}
#editores li .FB_name, #comunidad li .FB_name, #mas-valorado .FB_name {
display:inline;
}

#editores li a.usuario {
font-size:1.2em;
margin:10px 0 0;
}
#editores .avatar, #comunidad .avatar, #mas-valorado .avatar {
border:1px solid #02626C;
float:left;
margin:0 10px 0 0;
display:inline;
}
#editores li img,#comunidad a img, #mas-valorado a img {
display:block;
width:32px;
height:32px;
float:left;
margin:0 10px 0 0;
display:inline;
border:1px solid #02626C;
}
#editores .avatar img, #comunidad .avatar img, #mas-valorado .avatar img {
float:none;
margin:0;
display:block;
border:none;
}

#editores a:hover img,#comunidad a:hover img, #mas-valorado a:hover img {
border-color:#9DCF00;
}

/* Módulos secciones y blogroll */
#secciones .module-content li,#blogroll .module-content li {
background:url(images/icons.png) no-repeat scroll 0 -2832px;
list-style-type:none;
padding-left:12px;
}

#secciones h3, #blogroll h3 {
padding-top:25px;
}
#secciones ul, #blogroll ul {
padding-top:5px;
}

/* Módulo mejor comentario */
#mas-valorado .destacados, #mas-valorado .mas-valorado {
width:188px;
overflow:hidden;
margin:8px auto 0px auto;
padding:25px 0px 0px 0px;
background:url(images/bg-most-valued-comment.png) -612px 0px no-repeat;
}
#mas-valorado .destacados {
background:url(images/bg-most-valued-comment.png) 0px 0px no-repeat;
padding:13px 0px 0px 0px;
}
#mas-valorado p {
background:#f8e9d1 url(images/bg-most-valued-comment.png) -206px 100% no-repeat;
padding:0px 15px 33px 15px;
color:#666;
margin:0px;
}
#mas-valorado p a {
color:#000;
}
#mas-valorado blockquote {
height:1%;
display:block;
line-height:1.4;
padding:0 20px;
background:#fff;
color:#888;
margin:-5px 0px 0px 0px;
font:italic 1.5em Georgia, "Times New Roman", Times, serif;
}
#mas-valorado blockquote a {
display:block;
text-indent:30px;
background:url(images/bg-quote.png) no-repeat scroll 0px 0;
color:#888;
}
#mas-valorado cite {
display:block;
width:100%;
overflow:hidden;
background:#F0D2A2 url(images/bg-most-valued-comment.png) -412px 0px no-repeat;
padding:40px 0 0;
}

/* Módulo síguenos */
#newsletter h3 {
font:1.5em/1.0 Tahoma,Arial,Helvetica,sans-serif;
font-size:1.3em;
text-transform:uppercase;
color:#666;
background:url(images/bg-siguenos.png) 0 0 no-repeat;
padding:7px 0 7px 40px;
margin:15px 0 0 10px;
}
#newsletter form input {
vertical-align:middle;
}
#news-mail {
border:1px solid #bbb;
color:#ccc;
font-size:1.05em;
padding:3px;
width:145px;
margin-left:10px;
}
#news-mail:focus {
border-color:#333;
color:#333;
}

#channels ul {
width:100%;
height:110px;
overflow:hidden;
line-height: 45px;
margin:20px 0 0;
padding:0;
background:url(images/bg-siguenos.png) 2px -40px no-repeat;
}
#channels li {
position: relative;
display: inline;
float: left;
width:50px;
height: 40px;
overflow: hidden;
font-size: 0.85em;
line-height: 40px;
margin: 10px 0 2px 10px;
text-transform: uppercase;
}
#channels a, #channels span {
display: block;
width: 50px;
height: 40px;
position: absolute;
top: 0;
left: 0;
color: #fff;
overflow: hidden;
text-indent:-1000px;
}
li#channel-widget, #channel-widget a, #channel-widget span {
width:65px;
}
li#channel-twitter {
margin-left:20px;
}
li#channel-twitter, #channel-twitter a, #channel-twitter span {
width:70px;
}
li#channel-fb {
margin-left:15px;
}
li#channel-fb, #channel-fb a, #channel-fb span {
width:75px;
}



#archive h2,#tag-cloud h2 {
border-bottom:1px dashed #ccc;
color:#83A32F;
font:Tahoma,Arial,Helvetica,sans-serif;
margin:1.5em 0 ;
padding:0 0 7px;
}

/* By category */
#by-category {
clear:both;
margin:10px 0;
overflow:hidden;
padding:0;
width:960px;
}

#by-category h3 {
color:#333;
font:bold 0.94em/1 Tahoma,Arial,Helvetica,sans-serif;
text-transform:uppercase;
}

#by-category .category {
display:inline;
float:left;
margin:0 20px 0 15px;
width:120px;
}

#by-category .category ul {
border-top:1px solid #333;
list-style:none;
margin:0;
}

#by-category .category li {
border-bottom:1px solid #D0DF8B;
padding:0;
}

#by-category .category li a,#by-category .category li a:visited {
background:url(images/icons.png) 6px -2825px no-repeat;
color:#008ab3;
display:block;
font-size:0.94em;
padding:7px 2px 6px 18px;
}

#by-category .category li a:hover {
color:#9DCF00;
text-decoration:underline;
}

/* Tag cloud */
#tag-cloud {
margin:0 auto;
overflow:hidden;
padding:0 0 20px;
width:750px;
}

#archive #tag-cloud {
background:url(images/bg-tag-cloud.png) 0 100% no-repeat;
width:930px;
}

#archive #by-tag {
background:url(images/bg-tag-cloud.png) 0 0 no-repeat;
padding:20px 0 0;
}

#tag-cloud ul {
list-style:none;
margin:0;
padding:0 30px;
text-align:center;
}

#tag-cloud ul {
background:#3BA9BF url(images/bg-tag-cloud-middle.png) 0 0 repeat-y;
}

#tag-cloud li {
border:none;
display:inline;
line-height:30px;
padding:3px;
}

#tag-cloud .l-popular:link,#tag-cloud .l-popular:visited {
color:#666;
font-size:13px;
}

#tag-cloud .popular:link,#tag-cloud .popular:visited {
color:#000;
font-size:16px;
}

#tag-cloud .v-popular:link,#tag-cloud .v-popular:visited {
color:#008FBA;
font-size:18px;
font-weight:700;
}

#tag-cloud .vv-popular:link,#tag-cloud .vv-popular:visited {
color:#00AFDF;
font-size:20px;
font-weight:700;
}

#tag-cloud .vvv-popular:link,#tag-cloud .vvv-popular:visited {
color:#00B1EF;
font-size:24px;
font-weight:700;
}

#tag-cloud .cloud a:hover {
color:#9DCF00;
}

/* By date */
#by-date {
clear:both;
margin:10px 0;
overflow:hidden;
padding:0;
width:960px;
}

#by-date h3 {
color:#000;
font:bold 2em/1.1 Arial,Helvetica,sans-serif;
text-transform:uppercase;
}

.year {
display:inline;
float:left;
margin:0 20px 30px 15px;
width:195px;
}

.year ul {
border-top:1px solid #333;
list-style:none;
margin:0;
padding:5px 0 0;
}

.year li {
background:url(images/icons.png) 10px -2820px no-repeat;
font-size:1.2em;
padding:9px 0 0 25px;
}

#by-date a:hover {
color:#9DCF00;
text-decoration:underline;
}
/* Post gallery */
.gallery {
overflow:hidden;
width:100%;
}
	#big .gallery {
	width:auto;
	overflow:auto;
	}

.post-body .gallery,.body .gallery {
font-size:0.8em;
line-height:1;
margin:0.5em 0 1em;
}

.gallery h3 {
color:#000;
font-size:1.1em;
margin:0;
padding:10px 0 2px;
}

.gallery h3 span {
background:#3BA9BF url(images/icons.png) 100% -1016px no-repeat;
padding:10px 25px 2px 15px;
}

.gallery ul {
background:#3BA9BF;
margin:0 0 10px;
overflow:hidden;
padding:0 0 15px;
width:100%;
}

.gallery li {
background:none;
display:inline;
float:left;
height:110px;
line-height:100px;
margin:15px 0 0 20px;
padding:0;
text-align:center;
width:110px;
}

.gallery li a {
display:block;
height:110px;
line-height:110px;
}

.gallery li img {
border:1px solid #fff;
vertical-align:middle;
}

.gallery p.nav {
float:right;
text-align:right;
}

/* All galleries list 
 Gallery index */
.galleries {
margin:0 0 20px;
overflow:hidden;
width:100%;
}

.galleries li {
float:left;
height:150px;
margin:0 40px 0 60px;
display:inline;
overflow:hidden;
width:280px;
}

.galleries li img {
float:right;
margin: 10px 0px 10px 10px;
overflow:hidden;
}

.galleries li h2 {
border-bottom:1px dashed #ccc;
font:bold 1.6em/1.0 Tahoma,Arial,Helvetica,sans-serif;
margin:10px 110px 5px 0px;
padding:0 0 5px;
}

.galleries li h2 a:hover {
color:#9DCF00;
}
.galleries .tags {
background-position:0px -2265px;
font-size:0.94em;
padding-left:25px;
}

.galleries .tags a:hover {
color:#9DCF00;
}

/* Old galleries */
#gallery-nav {
background:#3BA9BF;
margin:35px 0;
overflow:hidden;
padding:18px 0 10px;
width:100%;
}

#gallery-nav #prev,#gallery-nav #next,#gallery-nav #act {
display:inline;
float:left;
margin:0 0 0 6px;
text-align:center;
}

#gallery-nav ul {
display:inline;
margin:0;
padding:0;
}

#gallery-nav li {
display:inline;
}

#gallery-nav li a {
background:#fff;
border:1px solid #3BA9BF;
display:inline;
float:left;
height:75px;
line-height:75px;
margin:0 2px;
overflow:hidden;
width:75px;
}

#gallery-nav a:hover {
border-color:#9DCF00;
}

#gallery-nav #act {
background:#fff url(images/bg-gallery-act.jpg) 50% 100% no-repeat;
border:1px solid #3BA9BF;
display:inline;
font-size:0.94em;
height:85px;
width:75px;
}

#gallery-nav #act span {
display:block;
margin-top:10px;
}

#gallery-nav #prev .prev,#gallery-nav #next .next {
color:#1a95ab;
display:inline;
float:left;
font-size:46px;
font-weight:700;
height:75px;
line-height:75px;
margin:0 10px 0 0;
width:26px;
}

#gallery-nav #next .next {
display:inline;
float:right;
margin:0 0 0 10px;
}

#gallery-nav #prev .prev a,#gallery-nav #next .next a {
color:#a9ffff;
text-decoration:none;
}

#gallery-nav #prev .prev a:hover,#gallery-nav #next .next a:hover {
color:#9DCF00;
}

#photo {
font-size:0.94em;
margin:0 0 30px;
text-align:center;
}

#photo img {
background:#fff;
border:none;
display:block;
margin:0 auto 10px;
padding:0;
}

#photo a {
color:#999;
}

#photo a:hover {
color:#9DCF00;
}

/* big photo view */
.big {
background:#fff;
}
.big #content {
margin-bottom:0;
width:980px;
}
.big .post {
background:none;
clear:both;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
.big .post-body,.big .post h1,.big .post-gallery {
margin-left:0;
}
.nav-photo-big {
margin:0 auto;
overflow:hidden;
width:500px;
}
.big #photo {
overflow:hidden;
padding:20px 0;
width:100%;
}
/* Tabs suppor for big view */
.big.tabbed {
background:#97B74B url(images/bg-body.png) repeat-x scroll left top;
}
.big-tabbed, .big-tabbed #body, .big-tabbed #footer, .big-tabbed #big {
background:#fff;
}

/* Older galleries */
.thumbs {
background:#3BA9BF;
text-align:center;
width:100%;
overflow:hidden;
margin:0px 0px 20px 0px;
padding:0px 0px 22px 0px;
font-size:0.75em;
}
.thumbs h3 {
background:#fff;
padding:0px 0px 10px 0px;
margin:0px 0px 10px 0px;
font-size:1.6em;
text-align:left;
}
.thumbs .float {
width:70px;
height:70px;
overflow:hidden;
float:left;
margin:22px 0px 0px 22px;
display:inline;
background:#fff;
}


.user-activity a:hover {
color:#9DCF00;
}

#profile {
clear:both;
display:inline;
float:left;
margin:0 0 60px;
position:relative;
width:500px;
}
.photo {
border:1px solid #666;
float:left;
margin:0 0 12px 5px;
width:48px;
height:48px;
overflow:hidden;
display:inline;
}
.url, .url:visited {
font-size:0.94em;
color:#999;
display:block;
}
.url:hover {
color:#9DCF00;
}
#profile .url {
float:right;
width:415px;
display:inline;
}
#profile .mensaje {
font-size:0.94em;
margin:12px 0 0;
}

.profile-data {
margin:10px 0;
}
#profile .profile-data {
float:right;
width:415px;
display:inline;
margin-left:5px;
border-top:1px dashed #ccc;
padding-top:10px;
}
.profile-data p {
font-size:0.94em;
color:#999;
padding-bottom:4px;
margin:0px;
}
.karma-level, .registered, .expert-of {
padding-left:17px;
background-image:url(images/icons-common.png);
background-repeat:no-repeat;
}
.karma-level {
background-position:1px 4px;
}
.karma-level strong {
color:#555;
margin:0 0 0 3px;
}
.registered {
background-position:3px -38px;
}
.expert-of {
background-position:1px -85px;
}
.vcard blockquote {
font-size:1.2em;
}

#profile h1,#profile label,#profile .karma,#profile blockquote, #profile .mensaje {
float:right;
margin:0 0 5px;
width:415px;
display:inline;
}
#profile blockquote {
margin:10px 0 0;
}
#profile a:hover {
color:#9DCF00;
}

#profile ul {
background:#fff;
float:right;
margin:20px 0 0;
width:415px;
display:inline;
}
#profile li {
display:inline;
}
#profile li a {
background:#f0f0f0;
border:1px solid #e0e0e0;
border-bottom-color:#d0d0d0;
border-right-color:#d0d0d0;
color:#777;
display:inline;
float:left;
font:0.9em Arial, Helvetica, sans-serif;
padding:5px 7px;
}
#profile .edit a {
margin-right:5px;
background:#f6f6f6 url(images/icons.png) 6px -1307px no-repeat;
padding-left:25px;
}
#profile .private a {
background:#f6f6f6 url(images/icons.png) 9px -1401px no-repeat;
padding-left:25px;
}

/* New profile menu */
.clearfix {
width:100%;
overflow:hidden;
}
.clearfix #breadcrumb {
float:left;
}

/* Profile menu */
#profile-menu {
float:right;
}
#profile-menu {
width:auto;
float:right;
margin:0 0 30px 0;
}
#profile-menu .msg_container {
clear:left;
float:left;
width:auto;
padding:7px 0;
}
#profile-menu ul {
margin-left:0;
}
#profile-menu li {
display:inline;
float:left;
font:0.9em Arial, Helvetica, sans-serif;
color:#999;
margin-bottom:10px;
}

#profile-menu li a {
background:#f0f0f0;
border:1px solid #e0e0e0;
border-bottom-color:#d0d0d0;
border-right-color:#d0d0d0;
color:#777;
display:inline-block;
padding:5px;
margin:0 0 0 5px;
}
#profile-menu .text {
padding:5px 0;
}
#profile-menu .edit a {
background:#f0f0f0 url(images/icons.png) 6px -1307px no-repeat;
padding-left:25px;
}
#profile-menu .private a {
background:#f0f0f0 url(images/icons.png) 9px -1401px no-repeat;
padding-left:25px;
}
#profile-menu .facebook a {
background:#f0f0f0 url(images/icons-common.png) no-repeat scroll 5px -231px;
padding-left:25px;
}
#profile-menu li a:hover {
background-color:#f9f9f9;
border-color:#d0d0d0;
border-bottom-color:#b0b0b0;
border-right-color:#b0b0b0;
color:#000;
}
#profile-menu .delete a {
background:url(images/icons-common.png) no-repeat scroll 7px -525px #F0F0F0;
padding-left:23px;
}
#profile-menu .facebook-quit a {
background:url(images/icons-common.png) no-repeat scroll 7px -591px #F0F0F0;
padding-left:28px;
}
#profile-menu .profile a {
background:url(images/icons-common.png) no-repeat scroll 7px -662px #F0F0F0;
padding-left:22px;
}
.facebook-disabled {
padding:5px 5px 5px 25px;
background:url(images/icons-common.png) 5px -280px no-repeat;
}

/* Add expert */
#addexpert {
background:#7e9d2e url(images/bg-votes.png) top center no-repeat;
color:#fff;
font:0.85em/1 Tahoma, Verdana, Arial, Helvetica, sans-serif;
height:60px;
line-height:14px;
margin:0;
overflow:hidden;
text-align:center;
text-transform:uppercase;
width:60px;
clear:left;
position:absolute;
top:65px;
left:0;
}

#addexpert a {
color:#fff;
display:block;
height:60px;
overflow:hidden;
width:60px;
}

#addexpert a:hover {
color:#000;
text-decoration:none;
}

#addexpert strong {
display:block;
font-size:30px;
line-height:26px;
}

.more {
background:#3BA9BF;
clear:both;
color:#333;
font-size:0.94em;
font-weight:700;
margin:0;
padding-bottom:10px;
text-align:right;
}

.more img {
vertical-align:middle;
}

.more span {
background:#D1EAEF;
padding:5px 12px 10px;
}

.more a {
color:#333;
}

.more a:hover {
color:#9DCF00;
}

#experts {
background:#D1EAEF;
display:inline;
float:right;
margin:0;
overflow:hidden;
width:400px;
}

#experts h2 {
background:#fff;
color:#333;
font-size:0.94em;
margin:0;
padding:10px 0 5px;
}

#experts h2 span {
background:#D1EAEF;
padding:10px 12px 5px;
}

#experts ul {
margin:0;
overflow:hidden;
padding:15px 0;
width:100%;
}

#experts li {
display:inline;
}

#experts li a {
display:block;
}

#experts .avatar {
height:32px;
margin:0 0 15px 14px;
width:32px;
}

#experts .more,#my-experts .more {
background:#fff;
}

#my-experts {
clear:both;
}

#my-experts h2 {
font-size:0.94em;
margin-bottom:0;
overflow:hidden;
width:100%;
}

#my-experts h2 span {
background:#D1EAEF url(images/icons.png) 100% -1012px no-repeat;
color:#000;
display:inline;
float:left;
height:32px;
line-height:32px;
margin:0;
padding:0 32px 0 10px;
text-align:center;
text-decoration:none;
top:1px;
}

#my-experts .panes {
background:#D1EAEF;
overflow:hidden;
width:100%;
}

#my-experts .experts {
margin:30px 0 30px 30px;
}

#my-experts #comment-nav {
clear:both;
}

.experts li {
background:#fff;
border:1px solid #bbb;
float:left;
list-style-type:none;
margin:0 15px 15px 0;
overflow:hidden;
padding:0;
width:280px;
height:100px;
}

.experts .avatar {
display:inline;
height:48px;
margin:10px;
width:48px;
}

.experts h3 {
font-size:0.94em;
margin:10px 0 5px 70px;
overflow:auto;
padding:0;
width:auto;
}

.experts h3 img {
display:block;
margin-top:5px;
}

.experts h3 a {
display:block;
font-size:1.2em;
margin-bottom:3px;
line-height:1.2;
}

.experts h3 a img {
display:block;
margin-top:5px;
width:32px;
height:32px;
}

.experts .addexpert {
margin-left:70px;
}

.addexpert a {
background:#7e9d2e;
color:#fff;
font:bold 11px Tahoma,Arial,Helvetica,sans-serif;
padding:1px 5px;
}
.addexpert a:hover {
color:#000;
}

/* user wishes/has */
#user-products {
clear:both;
margin:0 0 30px;
}
#user-products .related-products {
padding:15px 20px;
}
#user-products .jcarousel-prev-horizontal, #user-products .jcarousel-next-horizontal {
top:90px;
}
#user-products .related-products ul {
margin:0 0 0 60px;
overflow:hidden;
padding-bottom:25px;
width:755px;
}
#user-products .related-products li {
margin:25px 0 0 16px;
width:172px;
}
#user-products .jcarousel-list li, #user-products .jcarousel-item {
height:172px;
}
#user-products .jcarousel-list img {
padding:0px;
display:block;
width:150px;
height:150px;
}
#user-products .jcarousel-clip {
margin-left:65px;
}
#user-products .jcarousel-list a {
line-height:1.2;
}

/* activity */
#activity {
border-top:none;
clear:both;
margin:30px 0;
padding:0;
}

#activity h3 {
background:#3BA9BF;
clear:both;
color:#333;
font-size:1.4em;
margin:0 0 15px;
padding:10px 0 0;
}

#activity h3 span {
background:#D1EAEF;
padding:10px 12px 0;
}

#activity .panes {
background:#3BA9BF;
overflow:hidden;
padding:23px 0;
width:100%;
}

#activity .all #myact,#activity .all #expertsact {
margin:0 20px;
width:auto;
}

#activity .all #tabs p.more {
margin:0 20px 0 0;
}

.posts {
clear:both;
float:left;
margin:0 0 0 23px;
}

.convs {
float:right;
margin:0 23px 0 0;
}

.posts,.convs {
background:#D1EAEF;
display:inline;
overflow:hidden;
width:46%;
}

#activity .all .posts,#activity .all .convs {
clear:both;
display:block;
float:none;
margin:0 30px;
padding-top:15px;
width:auto;
}

.item {
background:#fff;
border:1px solid #bbb;
margin:0 12px 15px;
padding:10px 10px 0;
}
.item a:hover {
color:#9DCF00;
}

.all .item {
padding-bottom:10px;
}

.item h4 {
font-size:1em;
font-weight:400;
line-height:1.4;
margin-bottom:5px;
text-transform:none;
}

.item h4 a {
color:#333 !important;
font-weight:700;
}

.item h4 a:hover {
color:#9DCF00 !important;
}

.convs .item h4 span {
background:#6EA142;
font:bold 9px Verdana, Arial, Helvetica, sans-serif;
padding:1px 3px;
white-space:nowrap;
color:#fff;
}

.item p {
margin:0;
}

.item ul {
border-top:1px dotted #ddd;
font-size:0.94em;
margin:5px 0;
padding:5px 0;
}

.item li {
color:#999;
display:inline;
}

.item li a {
color:#999;
}

.item li a.email-subscribe {
background:url(images/icons.png) 1px -1505px no-repeat;
cursor:pointer;
padding:0 0 0 18px;
}

.item ul li a.email-unsubscribe {
background:url(images/icons.png) 0 -1605px no-repeat;
color:#900;
cursor:pointer;
padding:0 0 0 18px;
}

.item .karma {
color:#666;
border-right:1px dotted #ccc;
padding:1px 5px 1px 0;
margin:0 3px 0 0;
}
.item .karma strong {
color:#000;
}
.item .control {
float:right;
}

/* comment number in item */
.to-comments a {
font-size:0.94em;
color:#999;
float:right;
padding:6px 8px 6px 24px;
background:url(images/icons-common.png) 8px -122px no-repeat;
border:1px dashed #ccc;
margin:0 0 0 10px;
display:inline;
}
.to-comments a:hover {
border-color:#9DCF00;
}
#expertsact .to-comments a {
margin-top:12px;
}

.expert {
color:#999;
font-size:0.94em;
}

.item .expert img {
float:left;
margin-right:10px;
height:32px;
width:32px;
overflow:hidden;
display:inline;
}

#expertsact .item h4,#expertsact .item p {
margin-left:40px;
}
#expertsact .item p.aviso, #expertsact .item p.mensaje {
margin-left:0px;
}

#expertsact .item h4 {
border-top:1px dotted #ddd;
margin-top:5px;
padding-top:5px;
}

#activity .all .item h4,#activity .all .item p {
border:none;
display:inline;
margin:0 5px 0 0;
}

#activity .all #comment-nav a,#my-experts #comment-nav a {
border-color:#D1EAEF;
}

#activity .all #comment-nav a:hover,#my-experts #comment-nav a:hover {
background-color:#fff;
border-color:#ccc;
}

#activity .all #comment-nav .prev:hover,#activity .all #comment-nav .first:hover,#activity .all #comment-nav .next:hover,#activity .all #comment-nav .last:hover,#my-experts #comment-nav .prev:hover,#my-experts #comment-nav .first:hover,#my-experts #comment-nav .next:hover,#my-experts #comment-nav .last:hover {
background-color:#D1EAEF;
}

#avatar_img {
display:block;
background:#fff;
width:48px;
height:48px;
overflow:hidden;
}

/* Comments number per level */
#comment-activity {
margin:0 15px 15px 15px;
color:#000;
font-size:0.94em;
}
#comment-activity h4 {
text-transform:none;
margin:0 0 10px 0;
color:#83A32F;
}
#comment-activity h4 strong {
color:#000;
}
#comment-activity ul {
margin:0 0 5px 0;
padding:0;
text-align:center;
}
#comment-activity li {
display:inline;
margin:0;
padding:1px 5px;
border-right:1px dotted #83A32F;;
}
#comment-activity .last {
border-right:none;
padding-right:0;
}


.status, .exito, .aviso, .error {
font:8pt Arial, Helvetica, sans-serif !important;
line-height:1.6;
margin-bottom:10px !important;
padding:7px 7px 7px 22px !important;
}
.exito a,.aviso a,.error a {
text-decoration:underline;
}

.exito {
background:#EFFFEF url(images/icons.png) 6px -1712px no-repeat;
border:1px solid #D1EFD1 !important;
color:#248F23 !important;
}

.aviso {
background:#FFF9DF url(images/icons.png) 6px -1833px no-repeat;
border:1px solid #EFE9D1 !important;
color:#9F7400 !important;
}

.status {
padding:7px 12px !important;
background:#FFF9DF;
border:1px solid #EFE9D1 !important;
color:#9F7400 !important;
}

.error {
background:#FFE6DF url(images/icons.png) 5px -1974px no-repeat;
border:1px solid #EFD7D1 !important;
color:#CF2C00 !important;
}

input.error,select.error,textarea.error,input.Error,select.Error,textarea.Error {
border:2px solid #f00 !important;
}

.exito a {
color:#248F23 !important;
}
.aviso a, .status a, .ayuda a {
color:#9F7400 !important;
}
.error a {
color:#CF2C00 !important;
}
.errorbox {
border:2px solid #f00 !important;
}

.exito a:hover, .aviso a:hover, .status a:hover, .error a:hover {
color:#9DCF00 !important;
text-decoration:none;
}

.mleft span.error {
display:inline-block !important;
margin:7px 0 !important;
}

.mensaje {
background:#fff;
border:1px dashed #ddd !important;
color:#888;
margin-bottom:10px !important;
padding:10px;
}

.item p.mensaje, .commentvote_error .aviso {
margin:10px 0;
}

#experts p.mensaje,#experts p.aviso {
margin:10px;
}

.errorpage {
margin:0 100px;
}

/* Mensajes de ayuda en formularios */
.ayuda {
font:8pt Arial, Helvetica, sans-serif !important;
margin-bottom:10px !important;
background:#fff9df url(images/bg-msg-ayuda.png) 100% 100% no-repeat;
color:#9F7400 !important;
border-left:1px solid #e8e0c0;
border-top:1px solid #e8e0c0;
max-width:500px;
max-height:500px;
padding:10px 0 !important;
}
.mform .ayuda {
width:230px;
float:right;
}
.ayuda p, .ayuda ul, .ayuda ol {
line-height:1.5;
margin:0 15px 12px;
}
.ayuda li {
margin:0 0 5px 15px;
}

/* User login warning messages */
/* post voting */
#warn-login-post-vote, #warn-post-vote {
margin:0 0 10px 110px;
}
#warn-login-post-vote .aviso, #warn-post-vote .aviso {
display:inline-block;
}
/* facebook post voting */
#fc-fav-warn {
background-image:none;
padding:0 12px !important;
height:4em;
line-height:3.8em;
}
#fc-fav-warn p {
margin:0;
padding:10px 0;
}
#fc-fav-warn .button {
margin:0 0 0 7px;
}

/* userpage */
#warn-login-addexpert-userpage, #warn-addexpert-userpage {
display:inline;
float:right;
margin:0 0 5px;
width:415px;
}


.mform {
background:#eee none repeat scroll 0 0;
border:1px solid #aaa;
line-height:1.5;
padding:20px;
}

.mform h2,.mform h3 {
color:#83A32F;
font:bold 1.6em/1.0 Tahoma,Arial,Helvetica,sans-serif;
margin:0 0 20px;
text-transform:uppercase;
}

.mform input,.mform select {
vertical-align:middle;
}

.mform-fieldgroup {
margin:20px 0 30px 0;
border:1px solid #CBDFA7;
padding:20px 30px 10px 20px;
}

.mform fieldset {
border:none;
border-top:1px dotted #aaa;
margin:0;
padding:0 0 15px 30px;
}

.mform fieldset p {
margin:20px 0;
}

.mform legend {
background:#eee;
padding:0 5px;
font-size:0.94em;
font-weight:bold;
color:#333;
}
.mform legend em {
text-transform:uppercase;
}

.mform fieldset fieldset {
background:none;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}

.mform label {
margin-bottom:5px;
}

.mform label input.text,.mform label textarea,.mform select {
border:1px solid #ccc;
color:#333;
font-family:"Courier New", Courier, monospace;
padding:2px;
vertical-align:middle;
}

.mform p {
margin:5px 0 20px;
text-align:left;
}

.mform .mblock {
display:block;
}

.mform label.mblock {
margin-bottom:10px;
}

.mblock input, .mblock select, .mblock textarea {
display:block;
margin-top:5px;
}

.mform .mleft {
float:left;
margin:20px 30px 20px 0;
}

.mleft .mhelp {
float:left;
}

.mform .inline {
display:inline;
}

.mform .mclear {
clear:both;
}

.mform .submit-area {
text-align:center;
}

.mform .mhelp {
background:#f6f6f6;
color:#666;
display:block;
font-size:0.94em;
margin:7px 0;
padding:5px 10px;
text-transform:none;
}

.mform span.required {
color:#C03;
font-size:1.4em;
}

.mform input.required,.mform select.required,.mform label input.required,.mform label select.required {
border-color:#999;
}

.mform label.radio {
display:block;
font-size:1em;
margin:10px 0;
text-transform:none;
}

.mform .radio input {
display:inline;
margin:0;
vertical-align:text-bottom;
}

.mform .hidden {
display:none !important;
}

.mform #day {
width:65px;
}

.mform #year {
width:60px;
}

.mform #user_name {
width:205px;
}

.mform #postal_code {
width:160px;
}

.mform .avatar label span {
margin-left:60px;
}

.mform .avatar img {
float:left;
margin:0 10px 0 0;
}

.mform h1 {
color:#658F6D;
font:bold 1.6em/1 Arial,Helvetica,sans-serif;
margin:0 0 20px;
}

.mform .big-label {
font-size:1.6em;
color:#658F6D;
}
.mform .big-label .optional {
color:#a3bb9e;
}

.mform .pclear {
width:650px;
overflow:hidden;
}
.pclear textarea {
width:97%;
}

.mform .mleft {
margin-top:0;
display:inline;
}
.mform .mleft-last {
margin-right:0;
}

.mform hr {
display:block;
border:none;
background:#CBDFA7;
color:#CBDFA7;
height:1px;
margin-bottom:20px;
}

.fieldlist {
margin:0 0 30px 20px;
}
.fieldlist li {
margin:5px 0 20px;
list-style-type:square;
}
.fieldlist li .radio {
margin:0;
padding:3px 0 3px 15px;
border-left:1px solid #CBDFA7;
}
.fieldlist li .fl-first {
margin-top:10px;
}

/* form buttons */
.mform .button span, .mform .button strong {
background-image:url(images/bg-button-mform.png);
}
.mform .disabled span,.mform .disabled strong {
background-color:#999;
background-image:url(images/bg-button-disabled.png);
}
.mform .button-big span, .mform .button-big strong {
background-image:url(images/bg-button-big.png);
}
/* Discover experts block */
.discovered-experts {
display:none;
}
.discovered-experts ul {
margin:0;
}
.discovered-experts .expert {
color:#666;
float:left;
width:200px;
overflow:hidden;
margin:10px 5px 20px 0;
display:inline;
}
.discovered-experts .expert strong {
color:#000;
display:block;
margin-bottom:3px;
}
.discovered-experts .expert input {
margin:0 5px 0 0;
vertical-align:text-bottom;
}
.discovered-experts .expert img {
float:left;
margin:0 10px 0 0;
}
.remarked-link, .remarked-link:visited {
color:#fff;
background:#658F6D;
text-decoration:none;
font-weight:bold;
font-size:0.94em;
text-transform:uppercase;
padding:3px 7px;
}
.remarked-link:hover {
background:#DC052C;
text-decoration:underline;
}

/* Miniforms */
.miniform {
font-size:0.9em;
margin-bottom:10px;
padding:7px;
}
.miniform p {
margin:5px 0;
}
.miniform input, .miniform select {
vertical-align:text-bottom;
}

/* Tables in forms */
.mform table {
border:none;
border-collapse:collapse;
margin:30px 0 10px;
width:95%;
}
.mform td, .mform th {
border:none;
}
.mform table th {
font-size:0.9em;
font-weight:bold;
text-transform:uppercase;
color:#fff;
background:#658F6D;
padding:4px 15px;
}
.action {
width:250px;
text-align:center;
padding:4px 0;
}
.mform table td {
border-bottom:1px solid #CBDFA7;
padding:10px;
}
.mform table .avatar img {
float:left;
width:32px;
height:32px;
}
.mform table tr:hover td {
background-color:#fff;
}

.f-connect img {
vertical-align:text-bottom;
}

.account-standard {
background:url("images/icons-common.png") no-repeat scroll 0 -736px;
padding-left:22px;
font-size:0.9em;
}
.account-fb {
background:url("images/icons-common.png") no-repeat scroll 0 -236px;
padding-left:20px;
font-size:0.9em;
}
.account-openid {
background:url("images/icons-common.png") no-repeat scroll 0 -816px;
padding-left:22px;
font-size:0.9em;
}

#user-login {
display:inline;
float:right;
width:370px;
}

#user-sign-up {
display:inline;
float:left;
width:530px;
}

#user-sign-up h1 {
text-align:center;
}

.claim,#user-login h2 {
color:#333;
font-size:1.4em;
line-height:1.2;
margin-bottom:15px;
text-align:center;
}

.claim a {
display:block;
font-size:1.2em;
margin-top:10px;
color:#008ab3;
}

/* Register page */
.cambiar-pass {
float:right;
font-weight:700;
}

.cambiar-pass a:visited {
color:#008ab3;
}

.cambiar-pass a:hover, .claim a:hover {
color:#9DCF00;
}

/* Login with Facebook connect */
#user-login .fbc {
margin:10px 0;
font-size:0.94em;
}
#user-login .fbc a {
color:#999;
}
#user-login .fbc a:hover {
color:#9DCF00;
}
#user-login .fbc img {
vertical-align:middle;
}

#desc,#related-content {
display:inline;
float:left;
width:400px;
}

#gallery,#community-content {
display:inline;
float:right;
overflow:hidden;
width:500px;
}

#rel {
clear:both;
overflow:hidden;
padding:50px 0 0;
width:100%;
}

/* Product description */
#desc h1 {
color:#000;
font:bold 2em/1.1 Arial,Helvetica,sans-serif;
margin-bottom:15px;
}

#desc .read-more {
text-align:right;
}

.product-votes {
margin:20px auto 0;
text-align:center;
width:380px;
}

.product-votes h2 {
color:#000;
font:1.5em/1.0 Tahoma,Arial,Helvetica,sans-serif;
margin-bottom:12px;
text-transform:uppercase;
}

.product-votes .editors {
float:left;
}

.product-votes .community {
float:right;
}

.product-votes .community,.product-votes .editors {
color:#000;
font:normal 1em/1.1 Tahoma,Arial,Helvetica,sans-serif;
text-transform:uppercase;
width:80px;
}

.product-votes .community strong,.product-votes .editors strong {
color:#333;
display:block;
font-size:2em;
margin:5px 0 0;
}

.product-votes ul {
margin: 40px 0 0;
padding-left: 5px;
overflow:hidden;
width:200px;
}
.product-votes li {
display:inline;
}

.product-votes li a,.product-votes li a:visited {
background:#3ba9bf url(images/product-rating.png) 0 50% no-repeat;
color:#fff;
display:inline;
float:left;
font:16px Arial, Helvetica, sans-serif;
font-weight:700;
height:16px;
line-height:16px;
margin:0 2px;
width:16px;
text-align:center;
}

.product-votes .on a, .product-votes .on a:visited {
background:#999 url(images/product-rating.png) 0 50% no-repeat;
}

.product-votes .off a, .product-votes .off a:visited {
background:#999 url(images/product-rating.png) 0 0 no-repeat;
}

.product-votes li a:hover, .product-votes .over a {
background:#b3df41 url(images/product-rating.png) 0 100% no-repeat;
text-decoration:none;
}

#log_off_vote_message {
margin-top:25px;
}

/* Gallery */
#body .have-wish {
margin:15px auto;
overflow:hidden;
padding:0;
width:170px;
}

#body .have-wish li {
background:#3ba9bf;
color:#fff;
float:right;
height:45px;
margin:0;
padding:0;
position:relative;
width:71px;
}

#body .have-wish li a,#body .have-wish li span {
color:#fff;
display:block;
height:45px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:71px;
}

.have-wish li a span {
cursor:pointer;
}

#body .have-wish span {
background:url(images/have-wish.png) 0 0 no-repeat;
z-index:1000;
}

#body .have-wish .have,#body .have-wish .have-disabled {
float:left;
}

#body .have-wish .have span {
background-position:0 -55px;
}

#body .have-wish .have-disabled span {
background-color:#aaa;
background-position:0 -165px;
}

#body .have-wish .wish-disabled span {
background-color:#aaa;
background-position:0 -110px;
}

/* Product page galleries */
#product #gallery .tabs {
overflow:hidden;
width:500px;
}

.gallery .photo,.gallery .video {
background:#3BA9BF;
margin:0;
overflow:hidden;
padding:0 0 10px;
width:100%;
}

.gallery li {
background:none;
display:inline;
float:left;
height:75px;
line-height:75px;
margin:17px 0 0 17px;
padding:0;
text-align:center;
width:75px;
}

.gallery li a {
display:block;
height:75px;
line-height:75px;
overflow:hidden;
text-align:center;
width:75px;
}

.gallery li img {
vertical-align:middle;
}

.gallery .nav, .gallery .nav a {
width:28px;
}

.gallery .nav a {
border:none;
color:#648a69;
font-size:46px;
font-weight:700;
text-decoration:none;
}

.gallery .nav a:hover,.gallery .video .nav a:hover {
background:none;
}

.gallery .act {
background:#fff url(images/bg-gallery-act.jpg) 50% 100% no-repeat;
color:#333;
font-size:0.94em;
height:74px;
line-height:1.6;
width:75px;
}

.gallery .act a {
display:none;
}

/* Actual object */
.gallery .actual {
padding:15px 0;
text-align:center;
background:#fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

.gallery .actual p {
font-size:0.94em;
}

.gallery .actual a {
color:#999;
}

.gallery .actual a:hover {
color:#9DCF00;
}

#product .gallery h3 {
background:#3BA9BF;
margin:0;
padding:3px 5px;
}

.api {
background:#5fc9df;
font-size:0.94em;
margin:0;
padding:5px 7px;
}

.api span {
color:#333;
display:block;
}

.api img {
display:block;
margin:0 auto;
}

/* Related content */
#product h2 .rss {
float:right;
}

#rel .nav {
margin:15px 0 0;
text-align:right;
}
#rel .nav .button {
float:right;
}

#pow-by-bitacoras {
margin:15px 0px 0px 0px;
width:175px;
position:relative;
}
#pow-by-bitacoras a {
display:block;
width:175px;
position:absolute;
top:0px;
left:0px;
}

.related-group {
margin:0px 0px 50px 0px;
}

.related-group h2,.related-products h2,#users-activity h2 {
background:#fff;
border-bottom:2px solid #000;
color:#000;
font:1.5em Arial, Helvetica, sans-serif;
line-height:1.2;
margin:0 0 10px;
padding:0 0 7px;
}

#users-activity { clear: both; } 

#users-activity .avatar img {
display:block;
height:32px;
width:32px;
}

.related-group ul {
margin:0;
padding:0;
}

.related-group li {
border-bottom:1px dashed #c7cbc1;
color:#666;
list-style-type:none;
margin:0;
overflow:hidden;
padding:10px 0 5px;
width:100%;
}

.related-group li img,#have li a img,#wish li a img {
border:1px solid #666;
float:left;
height:32px;
margin:0 10px 0 0;
overflow:hidden;
width:32px;
}

.related-group li p,.related-group li h3 {
margin:0 0 3px;
}

.related-products {
background:#3BA9BF;
}

.related-products ul {
margin:0;
overflow:hidden;
padding:0;
width:100%;
}

.related-products li {
background:#fff;
display:inline;
float:left;
margin:15px 0 0 16px;
text-align:center;
width:112px;
}

.related-products li a {
border:1px solid #ccc;
display:block;
}

.related-products li a:hover {
border-color:#9DCF00;
}

.related-products li a img,.related-products li a span {
display:block;
margin:0 auto;
}

.related-products li a span {
background:#f6f6f6;
border-top:1px solid #e0e0e0;
font-size:0.94em;
font-weight:700;
text-align:center;
height:19px;
line-height:19px;
}

/* navigation */
.related-products .nav .button {
margin:0 15px 15px 0;
}

.related-products .button {
background:#58afb5 url(images/bg-button-side.png) 0 0 no-repeat;
}

.related-products .button span {
background:#58afb5 url(images/bg-button-side.png) 100% 0 no-repeat;
}

.related-products .prev {
background:#58afb5 url(images/bg-button-side-nav.png) 0 0 no-repeat;
}

.related-products .next span {
background:#58afb5 url(images/bg-button-side-nav.png) 100% 0 no-repeat;
}

/* Have/wish module */
#have,#wish {
width:235px;
margin-bottom:30px;
}

#have h2,#wish h2 {
background:#fff;
border-bottom:2px solid #000;
color:#000;
font:bold 1.2em Arial, Helvetica, sans-serif;
line-height:1.2;
margin:0 0 10px;
padding:5px 0 7px;
text-transform:uppercase;
}

#wish h2 {
border-color:#83A32F;
color:#83A32F;
}

#have {
float:left;
}

#wish {
float:right;
}

#just-experts {
overflow:hidden;
padding:0;
text-align:center;
width:498px;
}

#just-experts div {
margin:10px;
}

#have ul,#have .aviso,#wish ul,#wish .aviso {
margin:17px;
}

#have li,#wish li {
list-style-type:none;
margin:15px 0 0;
overflow:hidden;
width:215px;
}

#have li a,#wish li a {
color:#000;
display:block;
font:normal 1em/1.1 Tahoma,Arial,Helvetica,sans-serif;
text-transform:uppercase;
}

/* Activity */
#product-comment {
margin:17px 0;
padding:12px;
}

#product-comment textarea {
display:block;
margin:0 auto 7px;
width:460px;
}

.activity {
list-style:none;
margin:0;
padding:0;
}

.product-comment,.product-have-wish,.product-vote {
background:none;
border-bottom:1px dashed #ccc;
overflow:hidden;
padding:15px 0 10px 0;
position:relative;
width:100%;
}

.activity li .info,.activity li .body,.activity li .wish,.activity li .have,.activity li .score,.activity li .footer {
margin:0 0 0 40px;
overflow:hidden;
width:450px;
}

.activity li .info {
color:#999;
font-size:0.94em;
margin-bottom:5px;
width:430px;
line-height:1;
}

.activity li .have,.activity li .wish,.activity li .score {
color:#000;
font-size:1.4em;
font-weight:normal;
}

.activity li .have strong, .activity li .wish strong, .activity li .score strong {
font-weight:bold;
font-size:1.05em;
}

.activity li .score {
display:block;
font-size:1.6em;
}

.flojo .comment-status,.activity .flojo .body,.activity .flojo .info {
color:#aaa;
}

/* To enable when new comment system arrives
.activity .comment-vote {
margin:0px;
}
*/
.activity .comment-status {
font-size:0.94em;
font-weight:700;
margin:0 0 0 7px;
position:static;
text-transform:none;
}

.activity .comment-vote a {
float:left;
height:13px;
margin-right:0;
width:14px;
}

.activity .comment-vote img {
display:block;
}

.product-comment .footer .permlink {
float:right;
margin:0;
background:transparent url(images/icons.png) no-repeat scroll 12px -2122px;
color:#888888;
display:inline;
font-weight:bold;
padding:0 20px 0 0;
color:#fff !important;
}

/* Comment report button */
.activity .abuse,.activity .abuse-disabled {
display:inline;
float:right;
margin:0 10px 0 0;
text-align:center;
}

#desc .body a:hover,#product .activity a:hover,.related-group li a:hover,.related-products li a:hover,#gallery .tabs a:hover,.gallery .video li a:hover,.gallery .nav a:hover,.gallery .video .nav a:hover {
color:#9DCF00;
}

.jcarousel-container { position: relative; }
.jcarousel-clip {
z-index: 2;
overflow: hidden;
position: relative;
}
.jcarousel-list {
z-index: 1;
overflow: hidden;
position: relative;
top: 0;	left: 0;
margin: 0;	padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
float: left;
list-style: none;
/* We set the width/height explicitly. No width/height causes infinite loops. */
width: 80px;	height: 90px;
}

.jcarousel-list a {
display: block;
width: 75px;
height: 75px;
line-height:75px;
text-align:left;
}
.jcarousel-next, .jcarousel-prev {
z-index: 3;
display: none;
}
.jcarousel-container {
background:#3BA9BF;
width: 500px;
padding:0px 0 2px 0;
}

.jcarousel-clip { 
width:  418px;
height:105px; 
margin-left: 32px;
}
.jcarousel-list { width:  255px; height: 90px; }
.jcarousel-list li {
width: 75px; height: 75px;
overflow:hidden;
margin-right: 10px;
text-align:left;
}
.jcarousel-list img {
border: none;
}

.jcarousel-item-placeholder { background: #fff url(images/jcarousel_loading.gif) 50% 50% no-repeat; }

.jcarousel-list li.act, jcarousel-list a.act {
background:#fff url(images/bg-gallery-act.png) bottom no-repeat;
height:88px;
}
.actual .objeto {
min-width: 500px;
min-height: 300px;
line-height:300px;
background: #fff url(images/jcarousel_loading.gif) 50% 50% no-repeat; 
margin:20px 0px;
}
	.actual .objeto img {
	display:inline;
	vertical-align:middle;
	}

/**
*  Horizontal Buttons
*/
.jcarousel-next-horizontal {
position: absolute;
top: 38px;	right: 5px;
width: 32px;	height: 32px;
cursor: pointer;
background: transparent url(images/jcarousel_next.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover { background-position: -32px 0; }
.jcarousel-next-horizontal:active { background-position: -64px 0; }
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}

.jcarousel-prev-horizontal {
position: absolute;
top: 38px;	left: 5px;
width: 32px;	height: 32px;
cursor: pointer;
background: transparent url(images/jcarousel_prev.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal:hover { background-position: -32px 0; }
.jcarousel-prev-horizontal:active { background-position: -64px 0; }
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}

/* gallery carrousel */
.post-gallery .jcarousel-container {
width:650px;
margin:0px auto;
}
.post-gallery .jcarousel-clip { 
width:537px;
margin-left:50px;
}

.nav-photo-big {
width:1000px;
margin:0px auto;
}
.big .jcarousel-container {
width:1000px;
margin:0px auto;
}
.big .jcarousel-clip { 
width:860px;
margin-left:70px;
}
.big #tag-actual a {
cursor:default;
}

.gallery .jcarousel-clip li, .gallery .jcarousel-clip li a {
text-align:left;
}

/* Powered by bitacoras.com module */
#pow-by-bitacoras {
width:105px;
position:relative;
float:right;
margin:-5px 0px 0px 0px;
}
#pow-by-bitacoras a {
display:block;
width:105px;
position:absolute;
top:0px;
left:0px;
}

#bitacoras_links h2 {
padding-right:110px;
}

/* Product sharing and sending styles are located in 04-posts.css stylesheet */




/* Product index tabs */
#product-index .tabs {
border-bottom:1px solid #ccc;
height:41px;
margin:0;
padding:0 0 0 45px;
}
#product-index  .tabs a {
background:#e9e9e9;
font-size:1.4em;
height:40px;
line-height:42px;
border:1px solid #ccc;
border-bottom:none;
padding:0px 10px;
margin:0px 5px 0px 0px;
color:#666;
}
#product-index  .tabs a:hover, #product-index  .tabs a:hover span {
background:#fff;
border-color:#9DCF00;
color:#9DCF00;
text-decoration:underline;
}
#product-index  .tabs .current, #product-index  .tabs a:hover {
background:#fff;
border-bottom-color:#fff;
height:41px;
color:#222 !important;
}

/* Tabs content */
#product-index .panes {
margin:32px 0 0 0;
}
.index-list ol {
list-style:none;
margin:0;
padding:0;
}
.index-list .item {
border:none;
margin:0 0 50px;
padding:0;
width:780px;
min-height:120px;
overflow:hidden;
position:relative;
}

.index-list .stamp {
display:inline;
float:left;
margin:0;
text-align:right;
color:#ddd;
font:bold 4em/40px "Arial Narrow",Arial,Helvetica,sans-serif;
height:40px;
width:80px;
}
.index-list h2 {
margin:0 80px 15px 110px;
border-bottom:1px dashed #000;
padding:0 0 7px 0;
color:#000;
font:bold 2em/1.1 Arial,Helvetica,sans-serif;
font-size:1.5em;
}
.index-list h2 a {
color:#000;
}
.index-list h2 a:hover {
color:#9DCF00;
}

.product-widget {
width:82px;
height:82px;
overflow:hidden;
float:left;
margin:0 20px 0 110px;
display:inline;
}
.product-widget .product a {
display:block;
height:80px;
width:80px;
overflow:hidden;
line-height:100px;
margin:0 auto 5px auto;
border:1px solid #000;
}
.product-widget .product a:hover {
border-color:#9DCF00;
}
.product-widget .product img {
display:block;
height:80px;
width:90px;
margin:0 0 0 -5px;
}
#product-index .item ul {
border:none;
}
#product-index .have-wish {
width:60px;
height:28px;
position:absolute;
top:0;
right:0;
}
#product-index .have-wish li, #product-index .have-wish li a, #product-index .have-wish li span {
height:28px;
width:28px;
}
#product-index .have-wish span {
background:transparent url(images/have-wish.png) no-repeat scroll 50% 0px;
}
#product-index .have-wish .have span {
background-position:50% -55px;
}
#product-index .have-wish .wish-disabled span {
background-position:50% -110px;
}
#product-index .have-wish .have-disabled span {
background-position:50% -165px;
}

#product-index .product-votes {
width:214px;
overflow:hidden;
margin:0;
float:left;
background:#efefef;
}
#product-index .product-votes h3, .choose h3 {
background:#fff;
border-bottom:1px solid #ccc;
color:#999;
padding:0 0 5px 5px;
margin:0;
font-size:0.94em;
text-align:left;
text-transform:uppercase;
font-weight:normal;
}
#product-index .product-votes p {
background:#fff;
border:1px solid #e3e3e3;
width:90px;
margin:9px 0 9px 9px;
padding:4px 0;
display:inline;
color:#999;
}
#product-index .product-votes p.community {
margin:9px 9px 9px 0;
}
#product-index .product-votes strong {
color:#999;
font-size:1.5em;
height:22px;
line-height:22px;
}

.choose {
color:#999;
font-size:0.94em;
float:left;
display:inline;
margin:0 0 0 20px;
background:#efefef;
}
#product-index .choose ul {
margin:9px;
padding:4px 7px;
font-size:1.2em;
background:#fff;
border:1px solid #e3e3e3;
}
#product-index .choose li {
display:block;
list-style-type:none;
margin:0;
color:#999;
padding:0 0 0 22px;
background:url(images/icons.png) 0 -4152px no-repeat;
}
#product-index .choose .have {
background-position:0 -4182px;
}

/* Popular page */
#popular .product-votes {
margin:0 0 0 20px;
}
#popular .choose {
margin:0;
background:#F7FFCF;
}
#popular .choose h3 {
border-bottom-color:#83A32F;
color:#83A32F;
font-weight:bold;
}
#popular .choose ul {
border-color:#D0DF8B;
}
#popular .choose li {
color:#83A32F;
background-position:0 -4097px;
}
#popular .choose .have {
background-position:0 -4126px;
}
/* Recent page */
#recent .product-votes {
margin:0 0 0 20px;
}
#recent .choose {
margin:0;
}
#recent .item h2 span {
font:76%/1.5 Tahoma,Arial,Helvetica,sans-serif;
font-weight:normal;
color:#999;
border-left:1px solid #ccc;
margin:0 0 0 10px;
padding:0 0 0 15px;
font-size:0.9em;
}
#recent .item h2 strong {
color:#83A32F;
font-size:1.1em;
}
/* Community and editors choice page */
#user-sel .product-votes h3, #editor-sel .product-votes h3 {
border-bottom-color:#83A32F;
color:#83A32F;
font-weight:bold;
}
#product-index .sel {
width:107px;
overflow:hidden;
background:#F7FFCF;
}
#user-sel .sel {
float:right;
}
#editor-sel .sel {
float:left;
}
#product-index .product-votes .sel p {
border-color:#D0DF8B;
color:#333;
}
#product-index .product-votes .sel strong  {
color:#83A32F;
font-size:1.8em;
}

/* Special product page index: no voting widget */
.no-voting .choose {
width:490px;
}
#product-index .no-voting .choose li {
display:inline;
}
#popular .no-voting .choose li  {
background-position:0 -4100px;
margin-right:15px;
}
#popular .no-voting .choose .have {
background-position:0 -4128px;
}

/* Warning message */	
#product-index .item #iwishihavemessage {
margin:0px 80px 20px 110px !important;
}
 


#community-index .item {
width:880px;
}
#community-index .url {
position:absolute;
top:3px;
right:5px;
padding:0 0 0 20px;
background:url(images/icons.png) no-repeat scroll 0 -2122px;
}
#community-index .photo {
margin:0 0 12px 15px;
}
#community-index .item h2 {
margin:0 0 10px 160px;
}
#community-index .profile-data {
margin:0 0 10px 15px;
width:300px;
float:left;
display:inline;
}
#community-index .activity-data {
margin:0 0 10px;
width:400px;
float:right;
display:inline;
}
#community-index #addexpert {
top:60px;
left:99px;
display:none;
}

.activity-data p {
color:#999;
font-size:0.94em;
margin:0;
padding-bottom:4px;
}
.last-product-action, .last-comment, .last-favorite, .last-event, .last-event-v2 {
padding-left:17px;
}
.last-product-action {
background:url(images/icons-common.png) no-repeat scroll 0px -327px;
}
.last-product-action strong {
color:#555;
}
.last-comment {
background:url(images/icons-common.png) no-repeat scroll 0px -126px;
}
.last-favorite {
background:url(images/icons-common.png) no-repeat scroll 2px -370px !important;
}
.last-event {
background:url(images/icons-common.png) no-repeat scroll 1px -416px !important;
}
#thebest-index .item {
width:750px;
margin-left:30px;
overflow:hidden;
position:relative;
}
.post-image {
float:left;
text-align:center;
margin:0 0 12px 15px;
display:inline;
}
.post-image a {
display:block;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #000;
}
.post-image img {
display:block;
height:150px;
width:auto;
margin:0 auto;
}

#thebest-index .item h2, #thebest-index .post-body, #thebest-index .post-author, #thebest-index .post-best-comment {
margin:0 0 5px 185px;
}
#thebest-index .item h2 {
border-bottom:0;
padding:0;
margin-right:45px;
}

.item .post-author {
padding:3px 0 15px;
font:76%/1.5 Tahoma,Arial,Helvetica,sans-serif;
font-size:0.94em;
line-height:0.9em;
text-transform:none;
}
.item .post-author a {
color:#008ab3;
}
.item .post-author a:hover {
color:#9DCF00;
text-decoration:underline;
}
.item .post-author .avatar {
float:left;
height:24px;
width:24px;
margin:0 10px 10px 0;
}
.item .post-author .avatar img {
height:24px;
width:24px;
}
.item .post-author .fecha {
color:#999;
}

.item .post-comments {
width:40px;
position:absolute;
top:0;
right:0;
}

.item .read-more {
font-size:0.85em;
float:right;
margin-top:10px;
}

.post-best-comment {
padding:5px 0 0 16px;
font-size:0.94em;
background:url(images/icons-common.png) no-repeat scroll 0 -122px transparent
}
.post-best-comment cite {
color:#83A32F;
font-weight:bold;
font-style:normal;
}
.post-best-comment q {
color:#666;
font-family:Georgia, "Times New Roman", Times, serif;
}
.post-best-comment a:hover, .post-best-comment a:hover cite, .post-best-comment a:hover q {
color:#9DCF00;
}
/*
 * Tablas
 */
.index-table {
margin:40px 0;
border:none;
border-collapse:collapse;
color:#999;
}
.index-table p {
margin:0 0 3px;
}
.index-table caption {
padding:20px 0;
color:#000;
font:bold 2em/1.1 Arial,Helvetica,sans-serif;
}
.index-table th {
background:#eee;
color:#666;
text-transform:uppercase;
padding:10px;
line-height:1;
border:none;
border-right:3px solid #fff;
}
.index-table td {
padding:20px 5px 15px;
border:none;
border-bottom:1px dashed #ccc;
vertical-align:top;
}


/*
 * Foros/QA
 */
.meta, .index-table .meta {
width:250px;
padding-left:10px;
font-size:0.94em;
}
.question {
font-size:0.94em;
}
.question h2 {
margin-bottom:7px;
}
.question h2 a {
font-size:1.1em;
line-height:1.3em;
color:#83A32F;
}
.question-best-comment cite {
font-weight:bold;
font-style:normal;
}
.question-best-comment q {
color:#666;
font-family:Georgia, "Times New Roman", Times, serif;
}
.question-best-comment a:hover, .question-best-comment a:hover cite, .question-best-comment a:hover q {
color:#9DCF00;
}

.answer-number {
text-align:center;
color:#83A32F;
font-size:0.94em;
}
.answer-number strong {
display:block;
width:52px;
height:45px;
overflow:hidden;
color:#fff;
background:#83A32F url(images/bg-answer-number.png) 0 -52px no-repeat;
font:bold 2.7em/45px "Arial Narrow",Arial,Helvetica,sans-serif;
}
.hot-topic {
color:#7e9d2e;
}
.hot-topic strong {
background-position:0 0;
background-color:#7e9d2e;
}
.empty-topic {
color:#999;
}
.empty-topic strong {
background-position:0 -105px;
background-color:#aaa;
}
.meta a {
font-weight:bold;
}
.meta p {
margin-left:45px;
}
.meta .last-comment {
margin-left:0;
}

/* Forum item */
.forum-item {
padding:0 10px 0 15px;
position:relative;
}
.forum-item h1 {
color:#000;
font:bold 2em/1.1 Arial,Helvetica,sans-serif;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #aaa;
height:1%;
}
.forum-item .answer-number {
width:60px;
float:left;
}
.forum-item .abuse {
position:absolute;
top:0;
right:0;
}
.question-author {
float:right;
color:#999;
font-size:0.94em;
}
.question-author .fecha {
display:block;
}
.question-taxonomy {
color:#999;
font-size:0.94em;
margin:0;
}
.question-taxonomy li {
display:inline;
margin:0 15px 0 0;
padding:0 0 0 16px;
background:url(images/icons-common.png) no-repeat 2px -937px;
}
.question-taxonomy .category {
background-position:0 -879px;
}
.question-taxonomy a, .question-author a {
font-weight:bold;
}
.forum-item .body {
margin:40px 0 20px;
}
.question-actions {
float:right;
width:500px;
margin-top:5px;
display:inline;
}
.question-actions {
text-align:right;
}
.question-likes {
height:auto;
}
.question-actions .aviso {
clear:both;
display:block;
display:inline-block;
margin-top:5px;
}
#responder {
float:left;
}
.question-likes {
position:static;
float:right;
width:auto;
}
.question-likes .likes {
float:left;
height:22px;
width:auto;
padding:0 0 0 7px;
background:#7e9d2e url(images/bg-votes-small.png) 0 0 no-repeat;
vertical-align:middle;
line-height:22px;
}
.question-likes strong {
float:left;
height:22px;
overflow:hidden;
width:auto;
font:bold 1.5em Arial, Helvetica, sans-serif;
line-height:23px;
padding:0 7px 0 0;
background:url(images/bg-votes-small.png) 100% 0 no-repeat;
}
.question-meneos, .question-retweets {
position:static;
float:right;
margin:2px 0 0 5px;
width:95px;
display:inline;
}
.question-retweets div.topsy-sm {
float:right;
}
.forum-item h1, .forum-item .question-info, .forum-item .body, .forum-item .question-meta {
margin-left:75px;
width:690px;
overflow:hidden;
}

/* Respuestas */
#topic-answers {
clear:both;
margin:40px 10px 0 90px;
border-top:1px dashed #aaa;
padding:10px 0 0;
}
.sort-answers {
float:right;
font-size:0.94em;
color:#999;
margin:10px 0 0;
}
.sort-answers strong {
color:#000;
}
.sort-answers strong, .sort-answers a {
text-transform:uppercase;
font-weight:bold;
}

#topic-answers h2 {
color:#333;
font:bold 2em/1.0 Tahoma,Arial,Helvetica,sans-serif;
}

.answers {
padding:0 0 50px;
margin:0;
list-style:none;
}
.answer {
margin-top:50px;
position:relative;
height:1%;
}
.answer .status-badge {
top:20px;
width:115px;
}
.answer .status-badge span {
background:#629F00 url(images/icons-common.png) no-repeat 0 -176px;
color:#fff;
font-size:1.2em;
}
.lamejor .status-badge {
font-size:1.1em;
height:33px;
width:120px;
top:15px;
}
.lamejor .status-badge span {
background-position:0 -993px;
height:33px;
line-height:34px;
padding:0 7px 0 23px;
}

.answer .abuse {
position:absolute;
top:10px;
right:0;
}
.answer-body {
background:#f9ffdf;
padding:20px 15px 5px 25px;
color:#333;
font-size:1.2em;
line-height:1.5;
}
.answer-body a:link,.answer-body a:visited {
background:url(images/icons.png) 100% -2553px no-repeat;
color:#008ab3;
padding:0 15px 0 0;
}
.answer-reply {
text-align:right;
background:#f9ffdf;
padding:0 15px 7px;
margin:0 0 10px;
}
.answer-reply a {
font-size:0.94em;
font-weight:bold;
padding:0px 0px 5px 20px;
background:url(images/icons.png) no-repeat scroll 0 -3995px;
}
.brillante .answer-body, .lamejor .answer-body, .brillante .answer-reply, .lamejor .answer-reply {
background-color:#DEFB90;
padding-left:30px;
}

.answer-comment {
margin-top:10px;
margin-left:90px;
}
.answer-comment .answer-body {
background:#f3f3f3;
margin:0 0 10px;
}

.answer-meta {
width:100%;
overflow:hidden;
}

.answer-author {
float:right;
color:#999;
font-size:0.94em;
display:inline;
font-weight:bold;
}
.answer-author .avatar {
margin-bottom:12px;
}
.answer-author .permlink {
font-weight:normal;
color:#999;
background:url(images/icons.png) no-repeat 110% -2122px;
padding:1px 25px 1px 0;
}
.irrelevante .answer-author a {
color:#999;
}

.answer-vote {
color:#999;
font-size:0.94em;
}
.answer-vote p, .answer-vote a {
float:left;
margin:0 5px 0 0;
display:inline;
}
.answer-vote a {
background:#578952 url(images/bg-answer-vote.png) 0 100% no-repeat;
height:35px;
line-height:35px;
width:60px;
color:#fff;
}
.answer-vote strong {
display:block;
background:#578952 url(images/bg-answer-vote.png) 100% 100% no-repeat;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
height:35px;
line-height:35px;
padding:0 10px 0 0;
margin:0 0 0 30px;
color:#fff;
}
.answer-vote .no-util {
background-color:#c00;
background-position:0 0;
width:65px;
}
.answer-vote .no-util strong {
background-color:#c00;
background-position:100% 0;
}
#topic-answers .answer-vote a:hover {
color:#fff;
text-decoration:none;
}

/* Related questions */
#related-questions {
clear:both;
margin:60px 10px 0 90px;
}
#related-questions h2 {
color:#333;
font:bold 2em/1.0 Tahoma,Arial,Helvetica,sans-serif;
}
#related-questions ul {
border-top:1px dashed #aaa;
margin:30px 0 0;
}
.related-question {
border-bottom:1px dashed #aaa;
padding:10px 0;
list-style-type:none;
}
.related-question h3 {
display:inline;
font-size:1.45em;
}
.related-question h3 a {
color:#83A32F;
}
.related-question p {
display:inline;
margin:0 0 0 15px;
font-size:0.94em;
color:#999;
padding-top:2px;
}

#topic-answers a:hover, #related-questions a:hover {
color:#9DCF00;
}

/* Formularios de foros */
#ask-step1 #pregunta, #answer-step1 #respuesta {
width:99%;
}
#ask-step2 #categoria {
width:280px;
}
#ask-step2 #tags {
width:330px;
}
#qa-emailbox, #qa-emailbox #email {
width:170px;
}
#qa-passbox, #qa-passbox #password {
width:150px;
}
#qa-usernamebox {
width:250px;
}
#qa-usernamebox #username {
width:120px;
}
#ask-step2 #username-label {
width:240px;
display:inline;
}
#answer-step1 {
clear:both;
margin:0 10px 0 90px;
}
#answer-step1 h1 em {
font-weight:normal;
}

#igoogle {
width:100%;
height:320px;
margin:0;
font-size:0.94em;
background:#fff url(images/igoogle.png) top left no-repeat;
}
#igoogle hr {
display:none;
}
#igoogle .module-header {
height:70px;
width:100%;
overflow:hidden;
position:relative;
background:#B3DF41 url(images/igoogle.png) top left no-repeat;
}
#igoogle h1,
#igoogle h1 a,
#igoogle h1 span {
display:block;
height:50px;
width:140px;
overflow:hidden;
position:absolute;
top:0;
left:0;
font:bold 1.3em/1 Tahoma,Arial,Helvetica,sans-serif;
color:#000;
margin:0px;
padding:0px;
}
#igoogle h1 span {
background:url(images/igoogle.png) 0px 0px no-repeat;
}
#igoogle h2,
#igoogle h2 a,
#igoogle h2 span {
display:block;
height:35px;
width:110px;
overflow:hidden;
position:absolute;
top:0;
left:240px;
font:bold 1em/1 "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
margin:0px;
padding:0px;
}
#igoogle h2 a,
#igoogle h2 span {
left:0;
}
#igoogle h2 span {
background:url(images/igoogle.png) 100% 0px no-repeat;
}
#igoogle .module-tabs {
position:absolute;
bottom:2px;
left:50px;
text-align:right;
height:20px;
margin:0;
padding:0;
}
* html #igoogle .module-tabs {
bottom:-1px;
}
#igoogle .module-tabs li {
float:left;
margin:0px 2px 0px 0px;
display:inline;
}
#igoogle #first {
margin-left:0;
}
#igoogle .module-tabs a {
float:left;
height:20px;
line-height:20px;
padding:0 5px;
border:1px solid #83A32F;
font-weight:bold;
color:#83A32F;
background:#F7FFCF;
}
#igoogle .module-tabs a:hover {
background:#fff;
color:#9DCF00;
text-decoration:underline;
}
#igoogle .module-tabs .current, #igoogle .module-tabs .current:hover {
border-bottom-color:#fff;
background:#fff;
color:#333;
}
#igoogle .panes {
background:#fff;
padding:6px 0;
}
#igoogle .tab-label {
display:none;
}
#igoogle .module-content {
padding:0px;
}
#igoogle .tab-content div {
width:100%;
overflow:hidden;
padding:0 0 6px;
margin:0 0 6px;
border-bottom:1px solid #ccc;
text-align:left;
background:#fff;
}
#igoogle .tab-content img {
width:55px;
height:55px;
overflow:hidden;
background-color:#FCFFDF;
border:1px solid #7DCADF;
clear:both;
float:left;
padding:2px;
float:left;
margin:0 10px 0 6px;
display:inline;
}
#igoogle #comments img {
width:32px;
height:32px;
padding:0;
}
#igoogle .tab-content div a {
color:#83A32F;
font-weight:bold;
}
#igoogle .tab-content div a:hover {
color:#9DCF00;
text-decoration:underline;
}
#igoogle .tab-content .desc {
color:#777;
font-weight:normal;
}
#igoogle .tab-content .showdesc {
display:block;
float:right;
width:16px;
height:16px;
text-align:center;
font:bold 12pt Arial, Helvetica, sans-serif;
line-height:16px;
background:#83A32F;
color:#fff;
}
#igoogle .tab-content .showdesc:hover {
background:#58afb5;
color:#fff;
}
#igoogle #recent_posts, #igoogle #top_read, #igoogle #favorites, #igoogle #conversations1 {
border:none;
padding:0;
}
#igoogle .nav {
width:100%;
margin:0;
}
#igoogle .nav li {
margin:0 1%;
width:48%;
}
#igoogle .button span {
font-size:10px;
}
#igoogle .tab-content .aviso {
width:auto;
margin:10px 15px;
background:#FFF9DF url(images/icons.png) no-repeat 6px -1834px;
}

