/*
Theme Name: Cubadebate
Theme URI: http://www.cubadebate.cu/
Description: Tema relizado para los blogs de Cubadebate
Author: UCI
Version: 2.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
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;
}

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

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

#container {
	float: left;
	margin: 0 -345px 0 0;
	width: 100%;
}
#content {
	margin: 0 345px 15px 15px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 320px;
	margin-right: 15px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */

.entry-title,
.page-title span,
.comment-author .comment-entry-title,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
body,
input,
textarea,
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-tags,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
    font-family: Consolas,Monaco,"Courier New",Courier,monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: #fff;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 390px;
	height: 82px;
}
#footer-links {
	float: right;
	width: 325px;
	height: 103px;
}


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

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

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
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 {
    background: #F6ECD5;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    font-size: 0.9em;
    margin: 10px 0;
    padding: 10px 10px 0;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
    font-size: 12px;
    line-height: 18px;
}
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"],
textarea {
	background: #fff;
	border: 1px solid #999;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #c00;
}
a:visited {

}
a:active,
a:hover {

}

.clear {clear:both};

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


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 10px 0 0 0;
}
#site-title {
	float: left;
	height: 50px;
	margin: 0 20px 0 0;
	width: 140px;
	overflow: hidden;
}
#site-title a {
	display:block;
	height: 35px;
	text-indent:-1000px;
	width: 140px;
	overflow: hidden;
	background: #fff url(images/cubadebate.png) no-repeat; 
}

#datetime {
	border:1px solid #ccc;
	font-size:14px;
	padding: 6px 24px;
	float:left;
}
#header .rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}

#searchform {
	float: right;
	width: 250px;
	margin-top:7px;
}

#searchsubmit {
	background:#fff url(images/search.gif) no-repeat 50% 50%;
	border:0;
	width:30px;
	height: 20px;
	overflow: hidden;
	text-indent: -1000px;
}

#s {
	width: 200px;
}

#main #primary #menu-redes-sociales{
    background-color: #ECECEC;
    float: left;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 10px;	
}

#menu-redes-sociales li{
    float: left;
    list-style: none;
    margin: 0;
    height: 55px;
    padding:2px 2px 2px 3px;
    width: 55px;
}

#menu-redes-sociales a{
    display:block;
    height: 55px;
    overflow:hidden;
    text-indent:-1000px;
    width: 55px;
}

#menu-redes-sociales .youtube a {background-image: url("images/youtube.png");}
#menu-redes-sociales .facebook a {background-image: url("images/facebook.png");}
#menu-redes-sociales .twitter a {background-image: url("images/twitter.png");}
#menu-redes-sociales .picasa a {background-image: url("images/picasa.png");}
#menu-redes-sociales .rss a {background-image: url("images/rss.png");}

#primary li.social-widget{
	background-color:transparent;
    margin: 0;
    padding: 0 10px;
}
#banner-cabezal {
	display:block;
	width: 960px;
	height: 140px;
	margin-top:10px;
overflow: hidden;
text-indent:-1000px;
clear:both;
}



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

#access {
	background: #000;
	border-top:2px solid #fff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
	height: 30px;
	overflow: hidden;
}
#access .menu-header,
div.menu {
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	padding: 0 11px 0 14px;
	background: #000 url(images/menu-bullet.gif) no-repeat center left;
	height: 30px;
}

#access .menu-header li.first,
div.menu li.first {
	padding-left: 15px;
	background-image:none;
}

#access a {
	color: #fff;
	display: block;
	line-height: 20px;
	margin-top:5px;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#access ul li.current_page_item  a,
#access ul li.current-menu-item  a {
	color: #f00;
}



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

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	background-color: #ececec;
}
#container {
	background:#ececec;
	padding-top: 15px; 
}
#content {
	padding: 10px;
	background:#fff;
	overflow: hidden;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content hr {
	margin-bottom: 14px;
font-size: 14px;
    line-height: 1.6em;
}

#content .entry-summary p {
	font-size:12px;
	line-height: 1.5em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#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: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content h3 {
color: #c00;
}

#content a {
	color:#c00;	
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #666;
	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;
}
.hentry {
	padding: 0 10px 15px; 
	margin: 0 -10px 10px;
	border-bottom:2px solid #ececec;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	border-bottom-width: 8px;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #666;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #c00;
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #c00;
	text-decoration: none;
}

.entry-meta {
	color: #666;
	font-size: 12px;
	margin-top:5px;
}

#content .entry-tags * {
	color: #666;
	font-size: 12px;
	margin:10px 0;
	line-height:1.3em;
}

#content .entry-tags a, #content .entry-tags span.fn {
	color: #c00;
	text-decoration:none;
}

#content .comments-link a{
	background: transparent url(images/comment-icon.gif) no-repeat right top;
	padding:1px 7px 11px;
	line-height:17px;
	color:#fff;
	font-weight: bold;
	font-size:15px;
	text-decoration: none;
	vertical-align: top;
}

#content .comments-link a.comments2 { background-image: url(images/comment-icon2.gif) }
#content .comments-link a.comments3, #content .comments-link a.comments4 { background-image: url(images/comment-icon3.gif) }

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.imagelink {
	float:left;
	margin:15px 10px 0 0;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

#content .entry-content h1, #content .entry-content h2, #content .entry-content h3{
	font-weight: bold;
}
.image-summary{
	float:left;
	clear:right;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

#content .term-description p{
    font-size: 12px;
    font-style: italic;
    margin-top: -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: #666;
	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%;
}try-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	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: #ff4b33;
}
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: #000;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

#content .entry-utility .cat-links a {
	color: #000;
	text-decoration: none;
}

.entry-meta a,
.entry-utility a {
	color: #666;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =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
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0 0 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 0;
}
#content .wp-caption p.wp-caption-text {
	color: #666;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #666;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

#nav-below {
	background: #999;
	margin:-10px;
}

#nav-below .rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}

#comments #nav-below {
	margin: -25px -10px 0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -10px -10px 0;
}
h3#comments-title {
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
	background: #ccc url(images/arrow.gif) no-repeat 45px bottom;	
}

h3#comments-title span{
	background: transparent url(images/comment-icon-gray.gif) no-repeat right top;
	padding:1px 7px 11px;
	line-height:33px;
	color:#fff;
	font-weight: bold;
	font-size:15px;
	text-decoration: none;
	vertical-align: top;
}

h3#comments-title span.comments2 { background-image: url(images/comment-icon-gray2.gif) }
h3#comments-title span.comments3, h3#comments-title span.comments4 { background-image: url(images/comment-icon-gray3.gif) }

#make-comment {
	text-transform: uppercase;
	color: #000;
	text-align: right;
	float: right;
	margin-top:-35px;
	line-height: 35px;
}

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 2px solid #ececec;
	margin: 0 -10px;
	padding: 5px;
}

.commentlist li.comment div.comment {
	padding: 10px 5px;
}

#comments p {
	font-size:12px;
	line-height: 1.5em;
}

#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 {
	line-height: 20px;
    vertical-align: middle;
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-size:14px;
}
.comment-author .comment-entry-title {
	color:#c00;
	font-size:15px;
	font-weight: normal;
}
.comment-meta {
    font-size: 12px;
    line-height: 20px;
    margin: -20px 0 15px;
    text-align: right;
    vertical-align: middle;
    color:#333;
}

.comment-meta .time {
	font-weight: bold;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0;
}
.reply a,
a.comment-edit-link {
	color: #666;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}

/* Comments form */

#respond {
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
	font-size:12px;
	line-height: 1.5em;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0 0 10px;
	color: #c00;
}
#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: #c00;
	font-weight: bold;
}
#respond label {
	color: #333;
	font-size: 12px;
}
#respond input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    display: block;
    margin: 0 0 9px;
    width: 275px;
    color:#333;
}
#respond textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    display: block;
    color:#333;	
	width: 98%;
}
#respond .form-allowed-tags {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond #submit {
	font-size: 11px;
	width: auto;
	border:none;
	background-color: #000;
border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
	color: #fff;
	height: 21px;
    width: auto;
    text-transform: uppercase;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.3em;
	color:#999;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
#searchform label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
	padding: 10px;
}
.widget-title {
	color: #fff;
	font-weight: bold;
	background: #666;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-transform: uppercase;
	padding-left:10px;
	margin: -10px -10px 10px;
font-size: 13px;	
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color:#c00;
}
.widget-area a:active,
.widget-area a:hover {
	
}
.widget-area .entry-meta {
	font-size: 11px;
}

#main .widget_subcategories_twocolumns .subcat-list{
	list-style:none;
	float:left;
	padding-left:0;
	margin:5px -10px;
	width: 320px;
	background: url(images/gray-line.gif) repeat-y 159px 0;
}

.widget_subcategories_twocolumns .subcat-list li{
	list-style:none;
	width:133px;
	padding-left:24px;
	padding-right:2px;
	margin:0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom:1px solid #ececec;
	line-height: 20px;
	background: transparent url(images/gray-bullet.gif) no-repeat 11px 8px;
}
.widget_subcategories_twocolumns .subcat-list li.left{
	border-right:1px solid #ececec;
}
.widget_subcategories_twocolumns .subcat-list li.right{

	padding-left:25px;	
}
.widget_subcategories_twocolumns .subcat-list li.double{
	padding-top: 5px;
	padding-bottom: 4px;
	background-position: 11px 12px;
}

.widget_subcategories_twocolumns .subcat-list li.last{
	border-bottom-width:0;
}

.widget_subcategories_widget .subcat-dropdown {
    background-color: #CCC;
    margin: 0 -10px -10px;
    padding: 5px 10px;
}
.widget_subcategories_widget .subcat-dropdown label {
    color:#333;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_subcategories_widget .subcat-dropdown select {
    width: 150px;
    color:#666;
    text-transform: none;
    font-weight: normal;
}

.widget_catpost_widget .nobullet{
    list-style: none outside none;
    margin-left: -1.3em;	
}

.widget_catpost_widget .date {
	color:#333;
}

.widget_catpost_widget .date span {
	font-weight: bold;
}

#primary .widget_color_green {
	background-color: #e7f0de;
	border-bottom:2px solid #78965a;
}

#primary .widget_color_green ul li, #primary .widget_color_green ul .date, #primary .widget_color_green .date span {
	color:#360;
	font-weight: normal;
}

#primary .widget_color_green ul a {
	color:#333;
	font-weight: bold;
}

#primary .widget_color_blue {
	background-color: #e1edf3;
	border-bottom:2px solid #70a3bd;
}

#primary .widget_color_blue ul li, #primary .widget_color_blue ul .date, #primary .widget_color_blue .date span {
	color:#069;
	font-weight: normal;
}

#primary .widget_color_blue ul a {
	color:#333;
	font-weight: bold;
}

#primary .widget_color_red {
	background-color: #efe6e3;
	border-bottom:2px solid #a76464;
}

#primary .widget_color_red ul li, #primary .widget_color_red ul .date, #primary .widget_color_red .date span {
	color:#900;
	font-weight: normal;
}

#primary .widget_color_red ul a {
	color:#333;
	font-weight: bold;
}

.widget_catpost_widget .catpost_img {
	width: 320px;
	margin: -10px -10px 0;
	display:block;
}

.widget_catpost_widget .catpost_img img {
	width: 320px;
	display:block;
}

#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: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	margin-top:15px;
}

#primary .widget-container{
	background:#fff;
	margin-bottom:10px;
	width: 300px;
}

#primary .widget_nav_menu {
	background-color:transparent;
	padding:0;
    clear: both;
    float: left;
    margin-bottom: 0;
    padding: 0;
    width: 320px;
}
.widget-container li{
	margin: 10px 0;
}
.widget_most_popular_posts .widget-title {
	background: #666 url(images/popular-icon.gif) no-repeat;
	padding-left: 36px;
}

.widget_most_popular_posts .comments-count {
	color:#333;
}

.widget_most_popular_posts .comments-count span {
	font-weight: bold;
}

.twtr-widget h3, .twtr-widget h4{
	clear:none;
}

#primary .menu-idiomas-container{
	background-color: #999;
	padding:0 15px;
	float:left;
clear:both;
}
#main #primary #menu-idiomas{
	margin:0;
	list-style: none;
float:left;
clear:both;
}

#main #primary #menu-idiomas li{
	list-style: none;
	float:left;
	width: 20px;
	padding:0 0 0 25px;
	background: transparent url(images/langbullet.gif) no-repeat 11px 7px ;
}

#main #primary #menu-idiomas li.first{
	padding-left:0;
	background-image: none;
}

#main #primary #menu-idiomas a{
	font-size:18px;
	color:#fff;
}

#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#site-info {
	font-weight: normal;
	padding-left:230px;
	font-size: 12px;	
	background: #000 url(images/logo-footer.png) no-repeat 11px 27px;
	color: #ccc;
	padding-top:33px;	
}
#site-info a {
	color: #ccc;
	text-decoration: none;
}
#footer-links {
	padding:12px 0 0 15px;
	background:#c00;
}

#footer-links ul, #footer-links li{
	list-style:none;
	padding:0;
	margin:0;
}
#footer-links a {
	color: #fff;
	text-decoration: none;
}

/* =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;
}

.addthis_button_facebook_like iframe {
    width: 110px !important;
}

.addthis_button_facebook_like span.fb_iframe_widget iframe {
    width: 401px !important;
}

.addthis_toolbox {
    margin-top: 15px;
}

