/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@charset "utf-8";
/* CSS Document */

/*--- Clear ---*/
html, body, div, span, form, label, h1, h2, h3, h4, h5, h6, p, em, font, fieldset, strong, dl, dt, dd, ol, ul, li, applet, object, iframe, caption {
	padding:0;
	margin:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height:1em;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	list-style-position:inside;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
:focus {
	outline:0;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -257px 0 0;
	width: 100%;
}
#content {
	margin: 0 272px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 255px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
#primary ul,
#secondary ul {
	list-style:none;
	margin:0;
}


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:-0.02em;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
input[type=submit] {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#branding,
#main {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	background:#fff url(images/main-bg.jpg) repeat-x;
	padding: 0;
	min-height:800px;
}

/* Structure the footer area */



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #000;
	line-height:1.4em;
}
body,
input,
textarea {
	color: #292929;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style-type:disc;
	margin: 0 0 18px 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #d4d4d4;
	box-shadow: inset 3px 3px 10px rgba(186,186,186,0.1);
	-moz-box-shadow: inset 3px 3px 10px rgba(186,186,186,0.1);
	-webkit-box-shadow: inset 3px 3px 10px rgba(186,186,186,0.1);
	padding: 2px;
}
a {
	color: #e05100;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */
#wrap-header {
	background:url(images/header-bg-rep.jpg) repeat-x 0 0;
}
#wrap-header-aux {
	background:url(images/header-bg.jpg) no-repeat 50% 0;
}
#header {
	height:180px;
	width:976px;
	margin:0 auto;
	padding:0;
}
#header li {
	list-style-type:none;
}
#header #searchform * {
	vertical-align:middle; 
}
#header #searchform div {
	background:#1f0707; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; 
	padding:11px 18px;
}
#header .header-right {
	position:absolute;
	right:0;
	top:0;
}
#header .item { clear:both; }
#header .infoBox { position:relative; float:right; padding:15px 18px 13px; text-align:right; margin:0 0 8px; display:inline-block; background:#1f0707; -moz-border-radius:0 0 6px 6px; -webkit-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px;  }
#header .infoBox .separator { color:#e05100; margin:0 15px; }
#header .infoBox a.opt { font-size:11px; color:#e05100; line-height:1em; }
#loginPopup { width:222px; display:none; background:#fff; z-index:2; position:absolute; top:10px; right:10px; z-index:3px; padding:11px 15px 10px; border:4px solid #810d0c; -webkit-border-radius:20px; -moz-border-radius:20px; color:#4d4d4d; border-radius:20px; -webkit-box-shadow:0 0 40px #000; -moz-box-shadow:0 0 40px #000; box-shadow:0 0 40px #000; text-align:left; } 
#loginPopup * { font-size:11px; vertical-align:middle; }
#loginPopup label { font-size:12px; display:block; margin:0 0 3px 3px; }
#loginPopup .input-text { padding:6px 5px 7px; border:1px solid #c4c4c4; width:210px; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px; font-size:11px; }
#loginPopup ul, #loginPopup li { margin:0; } 
#loginPopup li { margin:0 0 5px 0!important; width:220px; }
#loginPopup .checkLine { padding-top:5px; overflow:hidden; }
#loginPopup .checkLine .rg { float:right; padding-top:2px; }
#header .rg label { font-size:11px; display:inline; }
#loginPopup .checkLine .button { float:left; font-weight:normal; }
#loginPopup .close_button {	position:absolute; top:-15px; right:-15px; background:url(images/small_close_button.png) no-repeat; width:38px; height:38px; cursor:pointer; z-index:1000; }
#header .top #loginPopup a { color:#2C2C2C; }

#header #searchsubmit {
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
	height:30px;
	padding:0 12px;
	margin-left:15px;
	border:none;
	cursor:pointer;
	background: #dddddd;
    background-image: -moz-linear-gradient(top, #f6f6f6, #bebebe);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#bebebe));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#f6f6f6, endColorstr=#bebebe, GradientType=0);

}
#header #s {
	width:213px;
	padding:5px 10px;
	color:#ece3e3;
	font-size:17px;
	border:none;
	background:#5e4d4d;
    background-image: -moz-linear-gradient(top, #4c3c3c, #604d4d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c3c3c), to(#604d4d));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#4c3c3c, endColorstr=#604d4d, GradientType=0);
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
}
#header .top {
	position:relative;
	height:146px;
}
#header .top, #header .top a {
	color:#fff;
}
#header .top #logo {
	width:150px;
	height:150px;
	position:absolute;
	top:10px;
	left:-5px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
}

/* Estilos logo navidad */
#wrap-header.christmas #wrap-header-aux {
	background:url(images/header-christmas-bg.jpg) no-repeat 50% 0;
}
#wrap-header.christmas #header .top #logo {
	background:none;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	position:absolute;
	top:-100px;
	
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	width:100%;
	display: block;
	float: left;
	margin: 1px auto;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	display:block;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	float:right;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	font-size:12px;
	display: block;
	line-height: 31px;
	padding: 0 20px;
	margin-right:6px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:#474747;
	/*background: rgb(0, 0, 0);*/ /* The Fallback */
	/*background: rgba(0, 0, 0, 0.7);*/
	line-height: 1em;
	padding:10px 20px;
	width: 160px;
	margin-left:0;
	height: auto;
}
#access ul ul a:hover {
	background: rgba(0, 0, 0, 0.9);
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
}
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-menu-ancestor ul li.current-menu-item > a {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a {
	color: #fff;
	background:url(images/menu-active.jpg) repeat-x;
}
#access .register {
	float:right;
}
#access .register a {
	color:#e05100;
}
#access .register a:hover {
	text-decoration:underline;	
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding:25px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #191919;
	margin: 0 0 0.1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content .banner {
	padding-top:25px;
}
.hentry {
	margin-bottom:65px;
}
.home .hentry {
	margin-bottom:20px;
}

/* Home Page */
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.home .entry-content {
	padding:0;
}
.home .columns {
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
}
.home #content .news {
	padding:13px;
}
.home #content .news h3 {
	margin-bottom:4px;
}
.continue-reading, .home #content .last-interview p.view-all a, .last-interview-section p.view-all a  {
	color:#fff;
	font-size:10px;
	margin-top:10px;
	display:inline-block;
	background:#393939;
	padding:2px 8px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.continue-reading:hover, .home #content .last-interview p.view-all a:hover, .last-interview-section p.view-all a:hover {
	text-decoration:none;
}
.home .news h3 a {
	display:block;
	font-weight:bold;
}
.home .news .post-date {
	margin-bottom:5px;
	color:#b85e2b;
}
.home .columns .col {
	float:left;
	background:#f7f7f7;
	width:230px;
	margin-right:18px;
    margin-bottom: -32767px !important; padding-bottom: 32767px !important;
}
.home .columns .col.last {
	margin-right:0;
}
.home #content .columns h2 {
	font-size:14px;
	font-weight:bold;
	line-height:1.1em;
	padding:0 0 10px 2px;
	margin-bottom:0;
	background:#fff;
	border-bottom:1px solid #e05100;
}
.home #content .columns h2 .highlight {
	color:#e35f15;
	font-weight:normal;
}
.home .bannerTop {
	margin-bottom:10px;
}
.home .bannerBottom {
	margin-Top:10px;
}
#featured_slider * {
	margin:0;
	padding:0;
}
#featured_slider .img_right img {
	border:2px solid #522307;
}
.home .slider-home {
	margin-bottom:30px;
}
.home .slider-home a {
	color:#fff;
}
.home .last-interview {
	width:100%;
	overflow:hidden;
	margin-bottom:10px; 
}
.home .last-interview .box {
	float:left;
	width:354px;
}
.home .last-interview .box .content {
	overflow:hidden;
	padding:20px 15px;
	background: #f3f3f3;
    background-image: -moz-linear-gradient(top, #f1f1f1, #f7f7f7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f7f7f7));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#f1f1f1, endColorstr=#f7f7f7, GradientType=0);
}
.home .last-interview .box.last {
	float:right;
}
.home #content .last-interview .box h3,
h3.title-section,
.page-title,
.page h1.entry-title,
.textwidget .comments h3 {
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
	padding-bottom:8px;
	margin:0;
	border-bottom: 2px solid #E37130;
	padding-left:2px;
	font-weight:bold;
}
.home #content .last-interview .box h3 .highlight,
h3.title-section .highlight {
	color:#e37130;
	font-weight:normal;
}
.home .last-interview .box .lf {
	float:left;
	width:190px;
}
.home .last-interview .box .rg {
	float:right;
	width:120px;
}
.home .last-interview p {
	display:none;
}
.home .last-interview p.title {
	font-weight:bold;
	padding-bottom:5px;
}
.home .last-interview p.details {
	color:#5e594e;
	font-size:12px;
	font-weight:bold;
	font-weight:normal;
}
.home #content .last-interview p.title,
.home #content .last-interview p.details,
.home #content .last-interview p.view-all {
	display:block;
	margin-bottom:0;
}
.home .type-post {
	display:none;
}

/* Right Panel */
/* Ultimos Post */
.foro-ultimos-posts .items {
	color:#636363;
	padding:7px 7px 3px;
}
.foro-ultimos-posts .item {
	background:url(images/programaff-bg.jpg) repeat-y;
	padding:6px 8px;
	margin-bottom:4px;
	line-height:1.2em;
	font-size:11px;
}
.foro-ultimos-posts .item .info {
	padding:3px 0;
}
.foro-ultimos-posts .item .view-post {
	display:none;
}
/* Programas destacados */
#primary .widget-container,
#secondary .widget-container, 
.progdest {
	margin-bottom:15px!important;
}
.progdest a {
	background:url(images/programaff-bg.jpg) repeat-y;
}
.progdest .bd {
	padding:7px;
}
.progdest .bd a {
	display:block;
	padding:8px 0 8px 10px;
	background:url(images/programaff-bg.jpg) repeat-y;
}

/* Programa de afiliados */
.progaf .bd, .progdest .bd, .foro-ultimos-posts .items, .textwidget .comments ul {
	background:#f1f1f1;
}
.progaf ul, .textwidget .comments ul {
	padding:7px;
	margin:0;
}
.progaf li, .textwidget .comments li {
	list-style-type:none;
	margin-bottom:4px;
	background:url(images/programaff-bg.jpg) repeat-y;
}
.progaf li a {
	padding:6px 0 6px 12px;
	display:block;
}
.progaf li a img {
	vertical-align:middle;
	opacity:0.7; filter:alpha(opacity=80); 
	background-repeat:no-repeat;
	background-position:0 0;
}
.progaf li a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}
/* Logos Programas de afiliados */
.progaf .affclub img { background-image:url(images/logos-programas/affclub-logo-small.png); width:70px; height:34px; }
.progaf .affclub:hover img { background-position:0 -34px; }

.progaf .affiliates-united img { background-image:url(images/logos-programas/affiliates-united-logo-small.png); width:92px; height:32px; }
.progaf .affiliates-united:hover img { background-position:0 -32px; }

.progaf .afiliadosmiapuesta img { background-image:url(images/logos-programas/afiliadosmiapuesta-logo-small.png); width:105px; height:26px; }
.progaf .afiliadosmiapuesta:hover img { background-position:0 -26px; }

.progaf .colossus img { background-image:url(images/logos-programas/colossus-logo-small.png); width:101px; height:34px; }
.progaf .colossus:hover img { background-position:0 -34px; }

.progaf .eldiegobingo img { background-image:url(images/logos-programas/eldiegobingo-logo-small.png); width:121px; height:16px; }
.progaf .eldiegobingo:hover img { background-position:0 -16px; }

.progaf .empire-money img { background-image:url(images/logos-programas/empire-money-logo-small.png); width:129px; height:25px; }
.progaf .empire-money:hover img { background-position:0 -25px; }

.progaf .exclusivegamblingcom img { background-image:url(images/logos-programas/exclusivegamblingcom-logo-small.png); width:153px; height:28px; }
.progaf .exclusivegamblingcom:hover img { background-position:0 -28px; }

.progaf .fortune-affiliates img { background-image:url(images/logos-programas/fortune-affiliates-logo-small.png); width:114px; height:39px; }
.progaf .fortune-affiliates:hover img { background-position:0 -39px; }

.progaf .neteller-affiliate-program img { background-image:url(images/logos-programas/neteller-affiliate-program-logo-small.png); width:81px; height:20px; }
.progaf .neteller-affiliate-program:hover img { background-position:0 -20px; }

.progaf .uffiliatescom img { background-image:url(images/logos-programas/uffiliatescom-logo-small.png); width:105px; height:32px; }
.progaf .uffiliatescom:hover img { background-position:0 -32px; }

.progaf .victor-chandler-affiliates img { background-image:url(images/logos-programas/victor-chandler-affiliates-logo-small.png); width:93px; height:16px; }
.progaf .victor-chandler-affiliates:hover img { background-position:0 -16px; }

.progaf .blink-marketing img { background-image:url(images/logos-programas/blink-marketing-logo-small.png); width:101px; height:36px; }
.progaf .blink-marketing:hover img { background-position:0 -36px; }

.progaf .lotterymaster img { background-image:url(images/logos-programas/lotterymaster-logo-small.png); width:160px; height:36px; }
.progaf .lotterymaster:hover img { background-position:0 -36px; }

.textwidget .comments li {
	font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 4px;
    padding: 10px 8px 9px;
}
.textwidget .comments cite {
	display:block;
	margin-bottom:5px;
	color:#636363;
}
.textwidget .comments strong {
	display:block;
	text-align:right;
}

/* Post Info Bar */
.postInfoBar {
	width:100%;
	overflow:hidden;
	height:37px;
	margin-top:25px;
	border-top:2px solid #e05100;
	background: #f7f6f6;
    background-image: -moz-linear-gradient(top, #fefcfc, #f2f2f2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefcfc), to(#f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#fefcfc, endColorstr=#f2f2f2, GradientType=0);
}
.postInfoBar .left {
	float:left;
	font-size:10px;
	padding:7px 0 0 10px;
	width:287px;
	line-height:1.1em;
}
.postInfoBar .ellipsis  {
	width:287px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	/* required for Opera */
    -ms-text-overflow: ellipsis;	/* required for IE8, allegedly */
    -moz-binding: url(ellipsis.xml#ellipsis);    /* for Firefox; */
}
.postInfoBar .left .title {
	font-weight:bold;
}

/* AddThis Bar */
.addthis_toolbox.addthis_pill_combo {
	float:right;
	width:409px;
	display:inline;
	padding:7px 10px 0 0;
}
.addthis_toolbox.addthis_pill_combo a {
	float: right;
}
.addthis_button_compact .at15t_compact {
	margin-right: 4px;
	float: left;
}
.addthis_toolbox.addthis_pill_combo .addthis_button_facebook_like iframe {
	width:133px!important;
}

.addthis_toolbox.addthis_pill_combo .addthis_button_google_plusone #___plusone_0 {
	width:77px!important;
}

/* Programs */
.programs .line {
	width:100%;
	overflow:hidden;
	margin:10px 0 40px;
}
.programs .item {
	float:left;
	width:212px;
	margin:0 15px;
}
.programs .item ul {
	color:#E05100;
	background:#f7f7f7;
	margin:0;
	padding:15px 15px 15px 0;
	margin-bottom: -32767px !important; padding-bottom: 32767px !important;
}
.programs .item ul li {
	margin-left:15px;
}
.programs .item h2 {
	border-bottom: 2px solid #E37130;
    font-size: 14px;
    font-weight: bold;
    margin:0!important;
    padding:0 0 8px 2px;
    text-transform: uppercase;
}

.slideshowlink, .piclenselink {
	display:none; 
}
.post .entry-date {
	font-size:11px; color:#933f0f;
}
.post h1.entry-title {
	font-size:30px;;
}
.post h2.entry-title {
	font-size:23px;;
}
.single .hentry {
	margin: 0 0 30px 0;
}
.post-gallery {
	padding-top:15px;
}
.post-gallery .post {
	margin-bottom:35px;
	border-bottom:1px solid #dfdfdf;
}
.post-gallery .post .postInfoBar {
	visibility:hidden;
	margin-top: 16px;
}
.post-gallery .post:hover {
	border-bottom-color:transparent;
}
.post-gallery .post:hover .postInfoBar {
	visibility:visible;
}
.page-title span {
	color: #333;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #A9000F;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration:underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	width:100%;
	overflow:hidden;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content img.size-medium {
	float:right;
	margin:0 0 15px 20px;
	-webkit-box-shadow:0 0 12px #adadad;
	-moz-box-shadow:0 0 12px #adadad;
	box-shadow:0 0 12px #adadad;
}
.entry-content img.alignleft,
.entry-content img.aligncenter,
.entry-content img.alignright {
	-webkit-box-shadow:0 0 12px #adadad; -moz-box-shadow:0 0 12px #adadad; box-shadow:0 0 12px #adadad;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #A9000F;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #A9000F;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #A9000F;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #A9000F;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #A9000F;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
.wpcf7 p { 
	margin:0!important;
	color:#888;
	font-size:12px;
}
.wpcf7-validates-as-required, .wpcf7-form-control-wrap, #ff textarea {
	width:98%;
	margin:0 0 9px!important;
}
.wpcf7-captcha-captcha-formulario {
	position:relative;
	top:7px;
	margin-right:13px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area select {
	max-width: 100%;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #A9000F;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* Footer
-------------------------------------------------------------- */
#wrap-footer {
	border-top:3px solid #190202;
	background: #3e0d0d;
    background-image: -moz-linear-gradient(top, #521515, #250404);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#521515), to(#250404));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#521515, endColorstr=#250404, GradientType=0);
}
#wrap-footer #footer, #wrap-subfooter .sub-footer {
	width:976px;
	margin:0 auto;
}
#wrap-footer #footer {
	color:#b7a0a0;
}
#wrap-footer #footer .footer_content {
	line-height:1.2em;
	padding-bottom:20px;
	width:100%;
	overflow:hidden;
}
#wrap-footer #footer .logo {
	float:left;
	width:124px;
	height:115px;
	text-align:center;
	margin-right:65px;
	background:#1f0707;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px; 
}
#wrap-footer #footer .logo img {
	margin-top:15px;
}
#wrap-footer #footer .footer-left {
	float: left;
	width:600px;
	padding-top:25px;
}
#wrap-footer #footer .footer-right {
	float:right;
	text-align:right;
	width:178px;
	padding-top:20px;
}
#wrap-footer #footer .footer-right h3 {
	font-size:11px;
}
#wrap-footer #footer .col {
	float:left;
	width:200px;
}
#wrap-footer #footer li {
	list-style-type:none;
	line-height:1em;
	padding-bottom:9px;
	font-size:11px;
}
#wrap-footer #footer .logos {
	padding-top:10px;
}
#wrap-footer #footer .logos img {
	margin-right:5px;
}
#wrap-subfooter {
	background:#000;
	padding:5px 0;
}
#wrap-footer #footer a {
	color:#db6828;
}
#wrap-subfooter, #wrap-subfooter a {
	color:#606060;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* Future Slider */
#featured_slider {
float: left;
margin: 0;
position: relative;
background:#020202 url(images/news-bg.jpg);
width: 728px;
height:284px;
overflow:hidden;
margin-bottom:20px;
}
#featured_slider .continue-reading {
	color:#e05100;
	margin-top:5px;
	display:inline-block;
}
#featured_slider ul, #featured_slider ul li {
list-style: none !important;
border: none !important;
float: left;
margin: 10px;
width: 728px;
height: 265px;
}
#featured_slider .img_right {
float: left;
width: 340px;
height: 240px;
margin-left: 17px;
}
#featured_slider .img_right img {
width: 340px;
height: 240px;
}
#featured_slider .content_left {
float: left;
color: #FFF;
width: 330px;
}
#featured_slider .content_left p {
line-height: 18px !important;
color: #FFF;
}
#featured_slider .content_left h2 {
font-size: 24px !important;
font-weight:bold;
line-height:1.2em;
margin-bottom: 5px;
}
#featured_slider .content_left .post-date {
	color:#e05100;
	margin-bottom:5px;
}
#featured_slider .feat_prev {
background: transparent url(../../plugins/wp-featured-content-slider/images/sprite.png) no-repeat;
background-position: 0px 0px;
width: 20px;
z-index: 10;
height: 20px;
position: absolute;
left: 20px;
cursor: pointer;
bottom: 17px;
float: left;
}
#featured_slider .feat_prev:hover {
background-position: 0px -19px;
}
#featured_slider .feat_next {
background: transparent url(../../plugins/wp-featured-content-slider/images/sprite.png) no-repeat;
background-position: -20px 0px;
width: 20px;
z-index: 10;
height: 20px;
position: absolute;
left: 46px;
bottom: 17px;
cursor: pointer;
}
#featured_slider .feat_next:hover {
background-position: -20px -19px;
}
.feat_link {
	display:none;
	float: right;
	position: relative;
	top: -5px;
}
.feat_link a {
float: left;
font-size: 9px;
color: #CCC;
}
#featured_slider .continue-reading {
	background:none;
	font-size:11px;
}

/* Seccion Programas */
.programa-afiliado .lf {
	float:left;
	width:220px;
	font-size:10px;
}
.programa-afiliado .lf .screen {
	margin-bottom:30px;
	width:205px;
	height:125px;
	position:relative;
	
}
.programa-afiliado .lf .screen img {
	position:absolute;
	top:0;
	left:0;
	-webkit-box-shadow:0 0 12px #adadad; -moz-box-shadow:0 0 12px #adadad; box-shadow:0 0 12px #adadad;
}
.programa-afiliado .rg {
	float:right;
	width:490px;
}
.programa-afiliado h3 {
	text-transform: uppercase;
	font-weight:bold;
}
.programa-afiliado .lf .block {
	padding-bottom:10px;
}
.programa-afiliado .lf .item {
	padding-bottom:5px;
}
.programa-afiliado .lf .item.last {
	padding-bottom:20px;
}
.programa-afiliado .rg .block {
	padding-bottom:30px;
}
.programa-afiliado .rg .logo {
	padding-bottom:12px;
}
.programa-afiliado .info-programa {
	font-size:11px;
	padding-bottom:30px;
}
.programa-afiliado .rg li {
	margin-bottom:20px;
}
.programa-afiliado h3.title-section {
	padding-bottom:5px;
}
.programa-afiliado h3.title-section.nomargin {
	margin:0!important;
}
.programa-afiliado .evaluacion {
	width:100%;
	overflow:hidden;
	margin:10px 0 40px;
}
.programa-afiliado .evaluacion .content {
}
.programa-afiliado .evaluacion .item {
	float:left;
	width:238px;
}
.programa-afiliado .evaluacion .item.last {
	float:right;
}
.programa-afiliado .evaluacion .item ul {
	background:#f7f7f7;
	margin:0;
	padding:15px 15px 15px 30px;
	margin-bottom: -32767px !important; padding-bottom: 32767px !important;
}
.programa-afiliado .evaluacion .item ul li {
	margin-bottom:5px;
	list-style-position:outside;
}
.page-title .arrow-left {
	vertical-align:middle;
	margin:0 7px 1px;
}
.ngg-galleryoverview {
	padding-bottom:30px;
}
.last-interview-section {
	margin-top:20px;
}
.last-interview-section .affiliate-manager {
	margin-bottom:55px;
}
.last-interview-section .box {
	border-bottom: 1px solid #DFDFDF;
    margin-bottom: 6px;
}
.last-interview-section .box .content {
    overflow: hidden;
    padding:15px 0;
}
.last-interview-section .box .content p {
	margin-bottom:10px;
}
.last-interview-section .box .content p.view-all a {
	margin:0;
}
.last-interview-section .box .lf {
    float: left;
    width: 135px;
}
.last-interview-section .box .rg {
    float: left;
    width: 550px;
}
.last-interview-section h2 {
	font-size:20px;
}
.last-interview-section .highlight {
	color: #E37130;
    font-weight: normal;
}
.last-interview-section .box .title {
	font-size:18px;
}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}