/* @group Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,input { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
legend { display:none; }
a { outline:none; }
/* @end reset CSS */

/* @group Elementos principales */
body { font-size:12px; line-height:18px; font-family:Arial, Helvetica, sans-serif; }
img[align='left'] { margin-right:10px; }
img[align='right'] { margin-left:10px; }
img[style~='float:'] { margin:0 10px; }
p { margin:18px 0; }
h1, h2, h3, li { position:relative; }
h1 { font-family:"Trebuchet MS", Arial, sans-serif; font-size:22px; line-height:36px; }
h1 a { text-decoration:none; }
h2 { font-size:18px; line-height:18px; padding:9px 0; }
h3 { font-size:14px; line-height:18px; padding:9px 0; }
.archives_list h2 { cursor:pointer; }
#firstbar h2 { font-size:14px; text-transform:uppercase; padding:2px 16px; text-align:left; margin-bottom:9px; }
#firstbar h2 a { color:inherit; }
#mainbar h2 { border-top:1px solid; margin-top:18px; }
input.text, textarea.text { border:1px solid #ababab; background:url(bg_inputs.png) 0 0 repeat-x #fff; font: 12px Arial, sans-serif; padding: 3px 4px; }
input.submit, input[type='submit'] {  font: 12px Arial, sans-serif; background: #f0f0f0; border: 1px solid #bbbbbb; height: 23px; padding: 0 2px; color: #444; }
.fotobonita, a .fotobonita { border:2px solid; }
/* @end */

#user_box { position:absolute; background:url(light_bg.png); padding:10px 10px 10px 60px; margin-top:-62px; right:0; width:248px; color:#777; -webkit-border-top-left-radius:7px; -moz-border-radius-topleft:7px; }
#user_box li { display:inline; border-left:1px solid #777; padding-left:0.5em; margin-left:0.3em; }
#user_box li:first-child, #user_box li.logout { border:none; padding: 0; }
#user_box li.logout { border:none; position: absolute; top: 4px; right: 10px; }
#user_box li.logout a { color: red; }
#user_box img { position:absolute; left:10px; border:1px solid #ccc; }
#user_box strong { display:block; font-size:18px; margin-bottom:6px; text-shadow: #fff 1px 1px 1px; }
#user_box li strong { display:inline; font-size:12px; text-shadow: none; }
#user_box a { color:#3a66d7; text-decoration:none; }
#user_box li a { text-decoration:underline; }

/* @group Main containers */
#wrapper { width: 970px; min-width:770px; max-width:970px; margin:10px auto 0; position:relative; overflow: hidden; padding-top: 9px; }
#topbar { position: absolute; top: 0px; background: url(topbar.png) 0 0 no-repeat; width: 100%; height: 23px; }
* html #topbar { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/cobrandings/nexoblogs/topbar.png"); }
#topbar a { position: relative; z-index:2; display: block; width: 130px; height: 20px; margin-left: 60px; text-indent: -1000em; }
#header { background:url(header.png) 0 0 repeat-x transparent; }
#title a { display:block; text-indent:-1000em; margin-left:20px; height:82px; width:492px; }
#subtitle { display:none; }

#sections { position: absolute; top: 9px; width: 100%; text-transform: uppercase; font-weight: bold; }
#sections ul {
	background: url(dark_bg.png);
	padding: 1px 0;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
}
* html #sections ul { background-image:none; }
#sections li { display: inline; padding: 5px; }
#sections a { color: #333; text-decoration: none; text-shadow: #eee 1px 1px 1px; }
#sections a:hover { color: #fff; }

#searchbox { margin:18px 0; background:#EFEFEF; padding:9px; }
#searchbox input.text { padding-left:16px; background:url(/img/icons/magnifier.png) 0 2px no-repeat #fff; }
#searchbox label { font-weight:bold; }

#mainbar, #firstbar { position:relative; float:left; }
#body { padding:0 354px 0 0; background: #fff; }
#mainbar { width:100%; padding:18px; }
#firstbar { width:300px; margin-right:-354px; }
#footer { text-align:center; padding-bottom:9px; position: relative; -moz-border-radius:7px; }
#footer ul { font-size:15px; padding:2px 0; }
#footer li { display:inline; }
#footer li a { text-decoration:none; font-weight:bold; }
#footer img { vertical-align: middle; }

#nexoblogs {
	background:url(nexoblogs_badge.png) 99% 5% no-repeat #fff; padding: 1px 18px 9px; -webkit-border-radius:7px; -moz-border-radius:7px;
	border: 1px solid #eee;
}

#nexoblogs ul {
}

#nexoblogs li {
	float: left;
	width: 32%;
	color: #999;
	white-space: nowrap;
}

#nexoblogs a { color:#3a66d7; text-decoration:none; font-size: 14px;
	font-weight: bold;
	line-height: 25px; }
#nexoblogs h2 {
	font-size: 14px; color: #666;
}
/* @end */

/* @group Inside posts */
#post_navigation { -webkit-border-radius:7px; -moz-border-radius:7px; font-family: Verdana; position:relative; margin-bottom: 9px; padding: 9px; font-size: 10px; }
#post_navigation .prev { float:left; }
#post_navigation .next { float:right; }
#post_navigation .home a { display: block; position: absolute; left: 50%; margin-left:-8px; width:16px; height: 15px; text-indent: -1000em; background: 0 0 no-repeat;}
#post_navigation .prev a { padding-left: 20px; background: 0 1px no-repeat;}
#post_navigation .next a { padding-right: 20px; background: 100% 1px no-repeat;}

.post { margin:0 0 18px; padding-top:18px; position:relative; }
.post + .post { padding-top:36px; border-top:1px solid; }
.post .date { position:absolute; top:0; text-transform:uppercase; font-size: 11px; font-weight:bold; }
.post + .post .date { top:18px; }
.post .author { border-top:1px solid; padding:3px 0 0 50px; }
.post .author a { font-weight: bold; }
.post .author img { position: absolute; left: 1px; }
.post .num_comments { position:absolute; margin-top:-20px; right:5px; font-weight:bold; }
.post .tags { margin-top:10px; font-size:10px; padding:0 0 2px 50px; }
.post_body { position:relative; font-size: 13px; line-height: 20px;; overflow: hidden; }
* html .post_body { overflow: visible; }
.post_body blockquote { padding-left: 9px; border-left: 2px solid #777; color: #777; }
.post_body ul { margin:18px 0; }
.post_body ul li, #related_posts li { padding-left:20px; background:0 0 no-repeat; }
.post_body ol { padding-left:27px; list-style-type:decimal; }

.minipost .info { font-size:10px; margin:-9px 0 9px; position:relative; }
.minipost p { margin:0; }

.thumbnail { padding:1%; margin:1%; width:21%; text-align:center; float:left; height:120px; border-top:1px solid; border-bottom:1px solid; overflow:hidden; }
.fotoalbum, .album_complete .thumbnail { width:43%; float:left; height:200px; text-align:center; margin:2%; padding:1%; }
.fotoalbum img, .thumbnail img { border:3px solid; margin:5px; }
.users_list { margin:18px 36px; }
/* @end */

/* @group Pagination */
.pagination { margin:18px 0 0; padding:10px; position:relative; border-top:1px solid #ededeb; border-bottom:1px solid #ededeb; }
.pagination .total_results { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; position:absolute; right:5px; }
.pagination a.page, .pagination a.selected_page { margin:0 3px 0; padding:2px 5px; border:1px solid #d94fb3; text-decoration:none; }
.pagination a.selected_page, a.page:hover { background:#d94fb3; border-color:#d94fb3; color:white; text-decoration:none; }
/* @end */

/* @group Comments */
.comment { margin:36px 0; position: relative; font-size: 12px; margin-left: 50px; }
.comment_body { margin-top: 9px; padding:9px 18px; border-bottom:1px solid; }
.comment .author img { position: absolute; left: -50px; top: 4px; }
.comment .date { position: absolute; top: 0; right: 0; font-size:11px; }
#comments_form, #contact_form { border-bottom:1px solid; padding:0 18px 18px; margin:18px 0 0; }
#comments_form h2 { margin:0 -18px 0; padding:9px 9px 0; }
#comments_form .fieldrow { margin:9px 0; }
#comments_form .fieldrow label { font-size:14px; font-weight:bold; padding-left:9px; }

#comments_form .fieldrow input, #comments_form .fieldrow label { vertical-align: middle; }
#comments_form .fieldrow label.reset { padding:0; font-weight: normal; text-transform: none; }
/* @end */

/* @group Modules */
.module { font-size: 12px; margin:18px 0; padding:0 10px 10px; clear:both; background: 0 100% repeat-x; overflow:hidden; }
.module h2 { margin:0 -10px; }
#subscription { padding:9px; }
#subscription h2 { display: none; }
#subscription img { vertical-align: middle; }
#subscription li { line-height:23px; }
#subscription a.feed, #subscription a.email, #subscription a.twitter { padding:2px 0 2px 20px; background: url(/img/icons/feed.png) 0 50% no-repeat; text-transform: uppercase; font-weight: bold; margin-right: 25px; }
#subscription a.email {background-image: url(/img/icons/email.png);  }
#subscription a.twitter {background-image: url(/img/icons/social/twitter.gif);  }
#archives { width:110px; float:right; clear:none; }
#loginbox { margin:0; }
#contact_form { border-top:1px solid; padding-top:18px; }
#contact_form p { margin:0 0 18px; }
#loginbox .fieldrow, #contact_form .fieldrow { padding:2px 0; }
#loginbox .fieldrow label, #contact_form .fieldrow label { display:block; width:80px; float:left; font-weight:bold; text-align:right; padding-right:5px; margin-right:5px; }
#loginbox .submitrow, #contact_form .submitrow { padding:2px 0 2px 90px; }
.module dt a { font-weight:bold; }
.module dd { font-size:11px; line-height:12px; margin-bottom:12px; }
.module .author { display:inline; font-size:10px; }
.module .date { display:inline; }
#blogroll li { padding-left:20px; background:0 0 no-repeat; }
#languages li a { padding-left:23px; margin-left:8px; }
#languages li.catalan a { background:url(/img/icons/flags/catalonia.gif) 0 50% no-repeat; }
#languages li.english a { background:url(/img/icons/flags/gb.gif) 0 50% no-repeat; }
#languages li.french a { background:url(/img/icons/flags/fr.gif) 0 50% no-repeat; }
#tagcloud ul, #hot_tags ul { text-align:center; overflow:hidden; }
#tagcloud li, #hot_tags li { display:inline; line-height:23px; }
#readers p { font-size:11px; line-height:normal; text-align:center; clear:both; }
#readers ul { margin:0 -5px; }
#readers li { float:left; margin:2px 0 2px 2px; width:46px; height:43px; text-align:center; }
#readers li img { border-width:1px; }

#tops { height: 189px; padding-top: 40px; position: relative; overflow:visible; -moz-border-radius-bottomleft:7px; -moz-border-radius-bottomright:7px; -webkit-border-bottom-left-radius:7px; -webkit-border-bottom-right-radius:7px; }
#tops h2 { position: absolute; top: 0; text-transform: none; font-size: 13px; cursor:pointer; font-weight: normal; padding: 2px 0; margin: 0; text-align: center;}
#tops h2.selected { font-weight: bold; padding: 8px 0 5px; margin-top: -8px;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
}
#tops h2.voted { left:-1px; width: 96px; }
#tops h2.commented { left:95px; width: 124px; }
#tops h2.reads { right:-1px; width: 80px }
#tops ol { list-style-type: decimal; margin-left: 30px;}
#tops ol li strong { font-size: 15px; font-weight: bold; }
#tops ol.commented, #tops ol.reads { display: none; }
/* @end */

/* @group Advertising */
.ad_jumbo_banner { background: #EEEEEE; border-bottom: 1px solid #ddd; overflow:hidden; text-align:center; }
.ad_jumbo_banner iframe { position:relative; display:block; margin:0 auto; }
.ad_albums { margin:18px 0; text-align:center; }
.ad_albums iframe { position:relative; display:block; margin:0 auto; }
#firstbar #sponsors { background: none; border: 1px solid #ccc; padding: 9px 0 0; }
#firstbar #sponsors h2 { background: none; position: absolute; right: 0; margin-top: -26px; color: #ddd; }
#sponsors .sponsor { float:left; width:125px; height:125px; overflow:hidden; margin:0 0 9px 16px; display:inline; }
* html #firstbar #sponsors { height:136px; }
.ad_horlinks { padding-top:2px; height:17px; text-align: left; padding-left:14px; }
.ad_right_square { text-align:center; margin:18px 0; }
.ad_right_square iframe { display:block; margin:0 auto; }
.ad_skyscrapper { width:160px; margin:0 auto; }
.ad_sponsored_links { background: none; }
.ad_sponsored_links h2 { margin:0 -3px; }
.ad_post_content { margin:18px 0; padding:9px 0; border-top:1px solid; border-bottom:1px solid; text-align:center; }
.ad_post_content iframe { display:block; margin:0 auto; }
.post_body .ad_post_content { margin:0; padding:0; background:none; border:0; }
.ad_banner_nexoblogs { background: #fff; text-align:center; padding-bottom:18px; }
#firstbar .ad_related_links { background: none !important; border: 1px solid #ccc; padding: 9px; }
.ad_post_text { border-top:1px solid #ccc; font-weight:bold; font-size:14px; }
.ad_post_text a { padding-left:20px; background:url(/img/icons/bullet_go.png) 0 50% no-repeat;  }
/* @end */

/* @group News promotion */
.post_promotion { border:1px solid #ded5ab; background:#fffdf4; padding:9px; font-size:11px; color:#777777; margin:18px auto; font-family:Arial, sans-serif; position:relative; -webkit-border-radius:7px; -moz-border-radius:7px; border-bottom-width:2px; }
.post_promotion a { color:#777777 !important; }
.post_promotion strong a, .post_promotion li li a { color:#4c83c7 !important; }
.post_promotion strong a { font-size:13px; }
.post_promotion li { margin-left:18px; padding-left:20px; background-position:0 50%; background-repeat:no-repeat; position:relative; line-height:20px; float: left; }
.post_promotion > ul > li:first-child { margin-left:0; padding:0; }
.post_promotion li.vote { background-image:url(/img/icons/star.png); }
.post_promotion li.share { background-image:url(/img/icons/share.png); }
.post_promotion li.bookmark { background-image:url(/img/icons/heart_add.png); }

.promotion_actions { display:none; position:absolute; top:-30px; left:180px; border:2px solid #535353; border-left:0; background:#fefdf9; padding:5px 9px; z-index:5001; }
.promotion_actions p { font-size:13px; color:#777; margin:0; }
.promotion_actions a { color:#4c83c7; }
.promotion_actions ul { position:relative; background:url(bg_promotion.png) 0 0 no-repeat; margin-top:-25px; margin-left:-32px; margin-bottom:-5px; padding-top:25px; padding-bottom:5px; padding-left:50px; width:200px; font-size:12px; }
.promotion_actions li { width:35%; padding-left:20px; margin:0; float:left; background-position:0 0; background-repeat:none; }
.promotion_actions li.sendby_mail { float:none; width:100%; clear:both; font-weight:bold; top:10px; margin-bottom:10px; background-image:url(/img/icons/email_go.png); }
.promotion_actions li.meneame { background-image:url(/img/icons/social/meneame.png); }
.promotion_actions li.delicious { background-image:url(/img/icons/social/delicious.png); }
.promotion_actions li.fresqui { background-image:url(/img/icons/social/fresqui.png); }
.promotion_actions li.mrwing { background-image:url(/img/icons/social/mr-wong.png); }
.promotion_actions li.digg { background-image:url(/img/icons/social/digg.png); }
.promotion_actions li.technorati { background-image:url(/img/icons/social/rechnorati.png); }
.promotion_actions li.facebook { background-image:url(/img/icons/social/facebook.gif); }
.promotion_actions li.negociame { background-image:url(/img/icons/social/negociame.gif); }
.promotion_actions li.oxyzeit { background-image:url(/img/icons/social/oxyze.png); }
.promotion_actions li.viajame { background-image:url(/img/icons/social/viajame.png); }
.promotion_actions li.topverde { background-image:url(/img/icons/social/topverde.png); }
/* @end */

/* @group Generic message boxes */
.msg_info, .msg_ok, .msg_ko, .msg_warning, .msg_tip { padding:9px 5px 9px 40px; margin:15px 0; color:#444; font-size:12px; font-family:Arial, sans-serif; }
.msg_info p, .msg_ok p, .msg_ko p, .msg_warning p, .msg_tip p { margin:9px 0; }
.msg_info { background:url(/img/icons/information.png) 15px 18px no-repeat #eaf5fc; border:1px solid #afcaea; }
.msg_ok { background:url(/img/icons/tick.png) 15px 18px no-repeat #ecfcea; border:1px solid #b6eaaf; }
.msg_ko { background:url(/img/icons/exclamation.png) 15px 18px no-repeat #fceaea; border:1px solid #eaafaf; }
.msg_warning { background:url(/img/icons/error.png) 15px 18px no-repeat #fefbe4; border:1px solid #eadaaf; }
.msg_tip { background:url(/img/icons/lightbulb.png) 15px 18px no-repeat #fefbe4; border:1px solid #eadaaf; }
/* @end Generic message boxes */

/* @group Tricks */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height:1px; }
.clearfix {*display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */
/* @end */


/* @group Lightbox */
html, body { height:100%; }
div#fancy_overlay { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#666; display:none; z-index:30; }
* html div#fancy_overlay { position:absolute; height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px'); }
div#fancy_wrap { text-align:left; }
div#fancy_loading { position:absolute; height:40px; width:40px; cursor:pointer; display:none; overflow:hidden; background:transparent; z-index:100; }
div#fancy_loading div { position:absolute; top:0; left:0; width:40px; height:480px; background:transparent url(/img/lightbox/fancy_progress.png) no-repeat; }
div#fancy_loading_overlay { position:absolute; background-color:#FFF; z-index:30; }
div#fancy_loading_icon { position:absolute; background:url(/img/lightbox/fancy_loading.gif) no-repeat; z-index:35; width:16px; height:16px; }
div#fancy_outer { position:absolute; top:0; left:0; z-index:90; padding:18px 18px 33px 18px; margin:0; overflow:hidden; background:transparent; display:none; }
div#fancy_inner { position:relative; width:100%; height:100%; border:1px solid #BBB; background:#FFF; }
div#fancy_content { margin:0; z-index:100; position:absolute; }
div#fancy_div { background:#000; color:#FFF; height:100%; width:100%; z-index:100; }
img#fancy_img { position:absolute; top:0; left:0; border:0; padding:0; margin:0; z-index:100; width:100%; height:100%; }
div#fancy_close { position:absolute; top:-12px; right:-15px; height:30px; width:30px; background:url(/img/lightbox/fancy_closebox.png) top left no-repeat; cursor:pointer; z-index:181; display:none; }
#fancy_frame { position:relative; width:100%; height:100%; display:none; }
#fancy_ajax { width:100%; height:100%; overflow:auto; }
a#fancy_left, a#fancy_right { position:absolute; bottom:0px; height:100%; width:35%; cursor:pointer; z-index:111; display:none; background-image:url(/img/lightbox/data:image/gif;base64,AAAA); outline:none; }
a#fancy_left { left:0px; }
a#fancy_right { right:0px; }
span.fancy_ico { position:absolute; top:50%; margin-top:-15px; width:30px; height:30px; z-index:112; cursor:pointer; display:block; }
span#fancy_left_ico { left:-9999px; background:transparent url(/img/lightbox/fancy_left.png) no-repeat; }
span#fancy_right_ico { right:-9999px; background:transparent url(/img/lightbox/fancy_right.png) no-repeat; }
a#fancy_left:hover { visibility:visible; }
a#fancy_right:hover { visibility:visible; }
a#fancy_left:hover span { left:20px; }
a#fancy_right:hover span { right:20px; }
.fancy_bigIframe { position:absolute; top:0; left:0; width:100%; height:100%; background:transparent; }
div#fancy_bg { position:absolute; top:0; left:0; width:100%; height:100%; z-index:70; border:0; padding:0; margin:0; }
div.fancy_bg { position:absolute; display:block; z-index:70; border:0; padding:0; margin:0; }
div.fancy_bg_n { top:-18px; width:100%; height:18px; background:transparent url(/img/lightbox/fancy_shadow_n.png) repeat-x; }
div.fancy_bg_ne { top:-18px; right:-13px; width:13px; height:18px; background:transparent url(/img/lightbox/fancy_shadow_ne.png) no-repeat; }
div.fancy_bg_e { right:-13px; height:100%; width:13px; background:transparent url(/img/lightbox/fancy_shadow_e.png) repeat-y; }
div.fancy_bg_se { bottom:-18px; right:-13px; width:13px; height:18px; background:transparent url(/img/lightbox/fancy_shadow_se.png) no-repeat; }
div.fancy_bg_s { bottom:-18px; width:100%; height:18px; background:transparent url(/img/lightbox/fancy_shadow_s.png) repeat-x; }
div.fancy_bg_sw { bottom:-18px; left:-13px; width:13px; height:18px; background:transparent url(/img/lightbox/fancy_shadow_sw.png) no-repeat; }
div.fancy_bg_w { left:-13px; height:100%; width:13px; background:transparent url(/img/lightbox/fancy_shadow_w.png) repeat-y; }
div.fancy_bg_nw { top:-18px; left:-13px; width:13px; height:18px; background:transparent url(/img/lightbox/fancy_shadow_nw.png) no-repeat; }
div#fancy_title { position:absolute; bottom:-33px; left:0; width:100%; z-index:100; display:none; }
div#fancy_title div { color:#FFF; font:bold 12px Arial; padding-bottom:3px; }
div#fancy_title table { margin:0 auto; }
div#fancy_title table td { padding:0; vertical-align:middle; }
td#fancy_title_left { height:32px; width:15px; background:transparent url(/img/lightbox/fancy_title_left.png) repeat-x; }
td#fancy_title_main { height:32px; background:transparent url(/img/lightbox/fancy_title_main.png) repeat-x; }
td#fancy_title_right { height:32px; width:15px; background:transparent url(/img/lightbox/fancy_title_right.png) repeat-x; }
/* @end */