/*
Theme Name: Finanzas Carbono mod ITDT
Theme URI: http://
Description: Finanzas Carbono Wordpress Theme 2 modified by ITDT
Author: Keetup Development
Version: 2.0
Tags: -
*/


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

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;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
#content .entry-content h1 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 8px 0;
}
#content .entry-content h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 8px 0;
}
#content .entry-content h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 8px 0;
}
#content .entry-content h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 8px 0;
}
#content .entry-content h5 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 8px 0;
}
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 {
	margin: 0 0 30px 0;
	min-height: 666px;
}
#content {

}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
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 grande", tahoma, verdana, arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#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,
input[type=submit] {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
pre {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
code {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}


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

/* The main theme structure */
div.menu,
#colophon,
#main,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#wrapper {
	background: #fff;
	padding: 20px 20px 25px 20px;
	margin-bottom: 20px;
}

/* =Rounded borders
-------------------------------------------------------------- */

/* 3px */
#searchsubmit.btnSrchTop,
#sidebar .ulSB,
#sidebar .ulSB a,
#sidebar .ulSB li,
.blockRigWide2 .ulSB,
.blockRigWide2 .ulSB a,
.blockRigWide2 .ulSB li,
.rowElggBlocksHome .block h2,
.rowElggBlocksHome .txt p a.verMas,
.blockRigWide2 .text p.verMas a,
.rowElggBlocksHome .block ul.ulBWhite,
.wideBlocks .block h2,
.wideBlocks .txt p a.verMas,
.wideBlocks .block ul.ulBWhite,
ul.ulGrayTopMn,
.imgMn .mnSB2,
.imgMn .mnSB2 li,
.imgMn .mnSB2 li a,
.blockSm h2,
#content .entry-title,
.blockSmBlueBg,
.blockSmBlueBg .innerBlockSm,
ul.ulAbece,
ul.ulAbece a span,
.contGlosarioFAQ,
.blockRescAct {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://finanzascarbono.org/PIE.php);
	position: relative;
}
/* 5px */
#wrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://finanzascarbono.org/PIE.php);
}


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

body {
	background: url(img/fon-body.png) 0 0 repeat-x #aaa;
	padding: 0 0 50px 0;
}
body,
input,
textarea {
	color: #000;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 12px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	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 {
	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,
sub { /* IE7 */
	zoom: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	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: #0080a0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

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


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

#header {
	position: relative;
	width: 950px;
	height: 74px;
	margin: 0 0 24px 0;
}
#header h1 {
	position: absolute;
	width: 512px;
	height: 74px;
	top: 0;
	left: 0;
}
#header h1 a {
	display: block;
	background: url(img/logo.png) 0 0 no-repeat;
	width: 512px;
	height: 74px;
}
#header .beta {
	position: absolute;
	width: 26px;
	height: 13px;
	top: 15px;
	left: 520px;
	background: url(img/img-beta.png) 0 0 no-repeat;
}
#header .headRig {
	position: absolute;
	width: 390px;
	height: 70px;
	top: 4px;
	right: 0;
}
.headRig .srchTop {
	float: right;
	height: 21px;
}
.rSrch {
	float: left;
	border: 1px solid #cfcfcf;
	padding: 1px 19px 1px 1px;
	width: 168px;
	height: 17px;
	margin: 0 10px 0 0;
	background: url(img/ico-lupa.png) 99% 1px no-repeat;
}
.rSrch input {
	border: none;
	background: url("../../../cse/intl/es/images/google_custom_search_watermark.gif") no-repeat left center #fff;
	width: 164px;
	height: 17px;
	padding: 0;
	color: #666;
	font-size: 11px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#searchsubmit.btnSrchTop {
	border: none;
	cursor: pointer;
	background: #0080a0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	float: left;
}
#searchsubmit.btnSrchTop:hover {
	background-color: #005369;
}
#header ul.mnTop {
	list-style: none;
	padding: 23px 0 0 0;
	margin: 0;
	text-align: right;
}
#header ul.mnTop li {
	display: inline;
}
#header ul.mnTop li.sep {
	margin: 0 5px;
}
#header ul.mnTop li,
#header ul.mnTop li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#header ul.mnTop li a:hover {
	color: #0080a0;
	text-decoration: underline;
}

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

div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
div.menu ul {
	list-style: none;
	margin: 0;
}
div.menu li {
	float: left;
	position: relative;
}

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

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#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 table {
	border: 1px solid #D4D4D4;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

}
#content table { /* IE7 */
	*zoom: 1;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border: 1px solid #D4D4D4;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.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: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 2px 0;
}
.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: 2px 0 0 0;
}
.template-10 .entry-content {
	padding-top: 4px;
}
.entry-content p,
.entry-summary p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 18px 0;
}
#content .blockCenter .entry-content img {
	height: auto;
	max-width: 470px;
}
#content .blockRigWide .entry-content img {
	height: auto;
	max-width: 710px;
}
#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 {
	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%;
}
.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: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	text-decoration: none;
	color: #7f7f7f;
}
.entry-meta a:hover,
.entry-utility a:hover {
	text-decoration: underline;
}
#content .video-player {
	padding: 0;
}

/*=
-------------------------------------------------------------- */
ul.ulAbece {
	padding: 8px 18px;
	margin: 0 0 12px 0;
	list-style: none;
	overflow: hidden;
	border: 1px solid #edebeb;
}
ul.ulAbece li {
	float: left;
	height: 33px;
	margin: 0 0px 0 0;
	width: 33px;
	text-align: center;
	display: inline;
}
ul.ulAbece a {
	width: 33px;
	/*width: 24px;*/
	/*height: 24px;*/
	display: block;
	line-height: 33px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #c1c1c1;
	cursor: pointer;
	background: #fff; /* para IE7 */
}
ul.ulAbece a:hover span {
	display: block;
	width:  33px;
	height: 33px;
}
ul.ulAbece a:hover span {
	color: #fff;
	background-color: #0080A0;
	width: 33px;
	display:block;
}

/* =Glosario / FAQ
-------------------------------------------------------------- */
.contGlosarioFAQ {
	padding: 0;
	border: 1px solid #edebeb;
	width: auto;
	height: auto;
}
.contGlosarioFAQ #contTxtFAQGlosario {
	height: auto;
	width: auto;
}
.contGlosarioFAQ .contInt {
	padding: 20px 0 0 0;
	width: auto;
}
.contGlosarioFAQ h2 {
	line-height: 26px;
	font-size: 24px;
	color: #000;
	margin: 0 0 8px 0;
	padding: 0 0 0 36px;
	overflow: hidden;
}
.contGlosarioFAQ h2 a {
	color: #000;
	text-decoration: none;
	line-height: 26px;
	float: left;
}
.contGlosarioFAQ h2 a.aVolver {
	font-size: 11px;
	float: right;
	font-weight: normal;
	line-height: 13px;
	color: #0080a0;
	text-decoration: none;
	margin: 10px 15px 0 0;
}
.contGlosarioFAQ h2 a.aVolver:hover {
	text-decoration: underline;
}
.contGlosarioFAQ ul.ulCLetra {
	padding: 0;
	list-style: none;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #edebeb;
}
.contGlosarioFAQ ul.ulCLetra li {
	margin: 0;
	padding: 8px 0 8px 38px;
}
.contGlosarioFAQ.glosario ul.ulCLetra li {
	padding-right: 38px;
}
.contGlosarioFAQ ul.ulCLetra li.odd {
	background: #f4f4f4;
}
.contGlosarioFAQ ul.ulCLetra li .txt {
	display: none;
	margin: 15px 0 0 0;
}
.contGlosarioFAQ h3 {
	line-height: 15px;
	font-size: 13px;
	color: #000;
	margin: 0;
}
.contGlosarioFAQ h3 a {
	color: #000;
	text-decoration: none;
	padding: 0 0 0 18px;
	background: url(img/bul-4-my-valentine.png) 0 -92px no-repeat;
}
.template-4b .contGlosarioFAQ h3 a {
	background-position: 25px -72px;
}
.contGlosarioFAQ h3 a:hover {
	color: #0080a0;
	background-position: 0 4px;
	text-decoration: underline;
}
.template-4b .contGlosarioFAQ h3 a:hover {
	background: url(img/bul-4-my-valentine.png) 25px 24px no-repeat!important;
}
.contGlosarioFAQ p {
	line-height: 16px;
	font-size: 12px;
	color: #000;
	margin: 0 0 14px 0;
}
.contGlosarioFAQ.np {
	width: auto;
	padding: 0;
	height: auto;
}
ul.ulFAQ {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ulFAQ li {
	border-bottom: 1px solid #edebeb;
}
ul.ulFAQ li h3 {
	margin: 0;
}
ul.ulFAQ li h3 a {
	display: block;
	padding: 19px 29px;
	cursor: pointer;
}
.template-4b ul.ulFAQ li h3 a {
	padding-left: 42px;
}
ul.ulFAQ li h3 a:hover,
ul.ulFAQ li.on h3 a {
	background: #f8f8f8;
}
ul.ulFAQ li .txt {
	background: #edebeb;
	padding: 19px 29px 19px 29px;
	display: none;
}

/* =Posts, páginas simples (xe: noticias)
-------------------------------------------------------------- */
.postsCont #content {
	float: left;
	width: 710px;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #edebeb;
}
.postsCont .sidebarPosts {
	float: right;
	width: 228px;
}
.postsCont #content h1 {
	margin-bottom: 18px;
}
.postsCont #content .titlePost {
	font-size: 13px;
	font-weight: bold;
	color: #0080a0;
	line-height: 15px;
	margin: 0;
}
.postsCont #content .titlePost a {
	text-decoration: none;
	color: #0080a0;
}
.postsCont #content .titlePost a:hover {
	text-decoration: underline;
}
.postsCont #content .entry-content img ,
.postsCont #content .entry-summary img {
	max-width: 660px!important;
	height: auto!important;
}
.postsCont .postAuthor {
	font-size: 12px;
	color: #0080a0;
	line-height: 14px;
	font-weight: bold;
}
.postDestacado {
	margin: 0 0 30px 0;
}
.postsList .postExcerpt {
	border-bottom: 1px solid #edebeb;
	padding: 0 3px 15px 3px;
	margin: 0 0 15px 0;
}
.postExcerpt p {
	margin: 0;
	line-height: 16px;
}
.postExcerpt p.postInfo,
.postExcerpt p.postInfo a.gray {
	color: #7f7f7f;
	text-decoration: none;
}
.postExcerpt p.postInfo a.gray:hover {
	text-decoration: underline;
}

/* =Sidebar Posts
-------------------------------------------------------------- */
.blockSm .txtBol {
	padding: 18px 4px 0 4px;
}
.blockSm .txtBol p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px 0;
}
.blockSm .txtBol p a {
	text-decoration: underline;
	font-weight: bold;
}
.blockSm .txtBol p a:hover {
	text-decoration: none;
}
.blockSm ul.ulEventos {
	padding: 18px 3px 0 3px;
	margin: 0;
	list-style: none;
}
.blockSm ul.ulEventos li {
	border-bottom: 1px solid #edebeb;
	padding: 0 5px 12px 5px;
	margin: 0 0 12px 0;
}
.blockSm ul.ulEventos h3 {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.blockSm ul.ulEventos h3 a {
	color: #000;
	text-decoration: none;
	line-height: 14px;
}
.blockSm ul.ulEventos h3 a:hover {
	text-decoration: underline;
}
.blockSm ul.ulEventos p {
	margin: 0;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 15px;
}
.bannerCalEv {
	width: 228px;
	height: 81px;
}
.bannerCalEv a,
.bannerCalEv img {
	display: block;
}
.blockSm h2.h2RSS {
	background-image: url(img/ico-rss.png);
	background-repeat: no-repeat;
	background-position: 192px 3px;
}

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

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


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

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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
-------------------------------------------------------------- */

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	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: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	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: #888;
	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
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.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: #ff4b33;
}
.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: #ff4b33;
}
.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: #ff4b33;
	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;
}

/* =Slideshow home
-------------------------------------------------------------- */
.slideSidebar {
	margin: 0 0 22px 0;
}
.slideSidebar .slideshow {
	width: 950px;
	height: 296px;
	position: relative;
	overflow: hidden;
}
.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	height: 296px;
	width: 3032px;
	z-index: 1;
}
.slideshow .slides .img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
.slideshow .slides .img img {
	display: block;
	width: auto;
	height: auto;
}
.slideshow .slides .txt {
	position: absolute;
	top: 170px;
	left: 35px;
	height: 170px;
	width: 550px;
	z-index: 12;
}
.slideshow .slides .fonTxt {
	background: url(img/fon-txt-ss.png) 0 0 repeat;
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 5;
	left: 1px;
	bottom: 0;
}
.slideshow .slides .txt h2 {
	font-size: 23px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 12px 0;
	color: #fff;
}
.slideshow .slides .txt p {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: normal;
}
.slideshow .slides .txt p strong {
	font-weight: bold;
}
.slideshow .slides .txt p.pVerMas {
	font-size: 13px;
	line-height: 15px;
	margin: 0;
}
.slideshow .slides .txt p.pVerMas a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.slideshow .slides .slide {
	float: left;
	height: 296px;
	width: 950px;
	position: relative;
}
.slideshow ul.ulSelector {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 123;
	left: 815px;
	top: 265px;
	height: 20px;
	width: 116px;
}
.slideshow ul.ulSelector li {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
}
.slideshow ul.ulSelector li a {
	background: url(img/fon-nro-slideshow.png) 0 0 repeat;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 20px;
	height: 100%;
	font-size: 14px;
	text-decoration: none;
}
.slideshow ul.ulSelector li.on a {
	background: url(img/fon-nro-slideshow-on.png) 0 0 repeat;
	color: #000;
}
.slideshow ul.ulSelector li#btnPlayPause {
	background: url(img/btn-play-pause.png) 0 0 repeat;
	cursor: pointer;
}
.slideshow ul.ulSelector li#btnPlayPause.off {
	background-position: 0 -100%;
}

/* =breadcrumbs
-------------------------------------------------------------- */
.blocksRow.brmBot12 {
	margin-bottom: 12px;
}
.ulBreadCrumb {
	list-style: none;
	padding: 0 0 0 2px;
	margin: 0 0 12px 0;
	font-size: 11px;
	line-height: 13px;
}
.ulBreadCrumb.moreMargin {
	margin-bottom: 16px;
}
.ulBreadCrumb li {
	display: inline;
	color: #0080a0;
}
.ulBreadCrumb li a,
.ulBreadCrumb li.sep {
	color: #7f7f7f;
	text-decoration: none;
}
.ulBreadCrumb li a:hover {
	text-decoration: underline;
}

/* =Sitemap
-------------------------------------------------------------- */
.ddsg-wrapper {
	padding: 0 0 0 5px;
}
.ddsg-wrapper h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}
.ddsg-wrapper ul {
	margin-left: 24px;
	font-size: 11px;
	list-style-type: disc;
}
.ddsg-wrapper ul a {
	color: #000;
	text-decoration: none;
}
.ddsg-wrapper ul a:hover {
	text-decoration: underline;
}

/* =columns
-------------------------------------------------------------- */
.blockLef {
	float: left;
	margin: 0 15px 0 0;
}
.blockRig {
	float: right;
}
.blockCenter {
	float: left;
	width: 500px;
	padding-bottom: 20px;
	border-bottom: 1px solid #edebeb;
}
.blockLef,
.blockRig {
	width: 211px;
}
.blockRigWide {
	float: right;
	width: 710px;
}

/* =small blocks
-------------------------------------------------------------- */
.blockSm,
.blockSmBlueBg {
	margin: 0 0 20px 0;
}
.blockSmBlueBg {
	background: #0080a0;
	padding: 8px 15px 13px 15px;
}
.blckComTop .blockSmBlueBg {
	float: right;
	width: 206px;
	height: 164px;
	padding: 6px 11px 9px 11px;
	margin: 0;
}
.blockSmBlueBg .innerBlockSm {
	background: #fff;
}
.blockSmBlueBg .innerBlockSm ul {
	padding: 6px 10px;
	margin: 0;
	list-style: none;
}
.blckComTop .blockSmBlueBg .innerBlockSm ul {
	padding: 2px 8px;
}
.blockSmBlueBg .innerBlockSm ul { /* IE7 */
	*overflow: hidden;
}
.blockSmBlueBg .innerBlockSm li {
	padding: 9px 3px;
	border-bottom: 1px solid #edebeb;
}
.blckComTop .blockSmBlueBg .innerBlockSm li {
	padding: 3px 3px;
}
.blockSmBlueBg .innerBlockSm li { /* IE7 */
	*float: left;
	*width: 172px;
	*clear: both;
}
.blockSmBlueBg .innerBlockSm li .img {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 11px 0 0;
}
.blockSmBlueBg .innerBlockSm li .img a,
.blockSmBlueBg .innerBlockSm li .img img {
	display: block;
}
.blockSmBlueBg .innerBlockSm li .txt {
	float: left;
	width: 120px;
	margin: 6px 0 0 0;
}
.blockSmBlueBg .innerBlockSm li .txt h3,
.ibsGraf h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 1px 0;
	color: #000;
}
.blockSmBlueBg .innerBlockSm li .txt h3 a {
	color: #000;
	text-decoration: none;
}
.blockSmBlueBg .innerBlockSm li .txt h3 a:hover {
	text-decoration: underline;
}
.blockSmBlueBg .innerBlockSm li .txt p {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 14px;
	margin: 0;
}
.blockSmBlueBg h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
.blckComTop .blockSmBlueBg h2 {
	margin-bottom: 6px;
}
.ibsGraf {
	background: url(img/img-graphics.jpg) 0 10px no-repeat;
	height: 192px;
	margin: 10px 0 0 0;
}
.ibsGraf .txt {
	padding: 15px 0 0 3px;
	width: 128px;
}
.ibsGraf p {
	margin: 0;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
ul.ulLinksBlock {
	padding: 8px 0 0 0;
	margin: 0;
	list-style: none;
}
ul.ulLinksBlock li {
	color: #0080a0;
	font-size: 12px;
	line-height: 14px;
	padding: 0 18px 15px 18px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #edebeb;
}
ul.ulLinksBlock li a {
	color: #0080a0;
	text-decoration: none;
}
ul.ulLinksBlock li a:hover {
	text-decoration: underline;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	float: right;
	width: 180px;
}
#sidebar .ulSB,
.blockRigWide2 .ulSB,
.imgMn .mnSB2,
ul.blockMnAzul {
	background: url(img/fon-mn-violeta.png) 0 0 repeat-y;
	border-top: 1px solid #abcae2;
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}
ul.blockMnAzul ul.ulSubMn {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(img/fon-submn-violeta.png) 0 0 repeat-y;
	border-top: 1px solid #abcae2;
	display: none;
}
ul.blockMnAzul ul.ulSubSubMn {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(img/fon-submn-violeta.png) 0 0 repeat-y;
	border-top: 1px solid #abcae2;
	display: none;
}
ul.blockMnAzul .on ul.ulSubMn {
	display: block;
}
ul.blockMnAzul .on2 ul.ulSubSubMn {
	display: block;
}
#sidebar .ulSB.fs13 {
	height: 82px;
}
#sidebar .ulSB.fs12 {
	height: 200px;
}
#sidebar .ulSB a,
.blockRigWide2 .ulSB a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 0 12px 0 14px;
	display: block;
}
#sidebar .ulSB li,
.blockRigWide2 .ulSB li,
.imgMn .mnSB2 li,
ul.blockMnAzul li {
	border-bottom: 1px solid #abcae2;
}
#sidebar .ulSB li.first,
.blockRigWide2 .ulSB li.first,
.imgMn .mnSB2 li.first,
ul.blockMnAzul li.first {
	background: url(img/fon-first-li-mn-violeta.png) 50% 0 no-repeat;
}
#sidebar .ulSB li.title,
.blockRigWide2 .ulSB li.title,
.imgMn .mnSB2 li.title,
ul.blockMnAzul li.title {
	background: #0080a0;
	color: #fff;
	padding: 9px 19px 11px 19px;
	font-size: 12px;
	line-height: 14px;
}
ul.blockMnAzul .on a {
	font-weight: bold;
}
ul.blockMnAzul ul.ulSubMn li a {
	font-weight: normal;
	padding-left: 44px;
	padding-right: 19px;
}
ul.blockMnAzul ul.ulSubMn ul.ulSubSubMn li {
	background: url(img/fon-subsubmn-violeta.png) 0 0 repeat-y;
}
ul.blockMnAzul ul.ulSubMn ul.ulSubSubMn li a {
	padding-left: 60px;
}
ul.blockMnAzul ul.ulSubMn ul.ulSubSubMn li a:hover,
ul.blockMnAzul ul.ulSubMn li a:hover {
	font-weight: bold;
}
ul.blockMnAzul ul.ulSubMn li.last {
	border: none;
}
#sidebar .ulSB.fs12 a,
.blockRigWide2 .ulSB.fs12 a {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}
.blockRigWide2 .ulSB.fs12 a {
	height: 43px;
}
#sidebar .ulSB.fs13 a {
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 30px;
	background: url(img/ico-fl-mn-rig.png) 14px 14px no-repeat;
	height: 41px;
	line-height: 41px;
}
ul.blockMnAzul a:hover {
	background: url(img/fon-hover-mn-azul.png) 100% 50% no-repeat;
	font-weight: bold;
}
/* =Gray Top Menu
-------------------------------------------------------------- */
ul.ulGrayTopMn {
	list-style: none;
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 12px;
	height: 37px;
}
ul.ulGrayTopMn li {
	float: left;
	height: 37px;
	background: #edebeb url(img/sep-mn-gray-top.png) 100% 0 no-repeat;
}
ul.ulGrayTopMn li a {
	display: block;
	text-align: center;
	line-height: 37px;
	text-decoration: none;
	color: #000;
}
ul.ulGrayTopMn li.a1 a {
	width: 152px;
}
ul.ulGrayTopMn li.a2 a {
	width: 158px;
}
ul.ulGrayTopMn li.a3 a {
	width: 153px;
}
ul.ulGrayTopMn li.a4 a {
	width: 170px;
}
ul.ulGrayTopMn li.a5 a {
	width: 144px;
}
ul.ulGrayTopMn li.a6 a {
	width: 173px;
}
ul.ulGrayTopMn li.a1 a:hover {
	background-color: #ff5300;
}
ul.ulGrayTopMn li.a2 a:hover {
	background-color: #00809f;
}
ul.ulGrayTopMn li.a3 a:hover {
	background-color: #809c1f;
}
ul.ulGrayTopMn li.a4 a:hover {
	background-color: #31b1d0;
}
ul.ulGrayTopMn li.a5 a:hover {
	background-color: #ffa100;
}
ul.ulGrayTopMn li a:hover {
	color: #fff;
	background: #767e82;
}
ul.ulGrayTopMn li.last {
	background: #edebeb;
}
ul.ulGrayTopMn li.first,
ul.ulGrayTopMn li.first a {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
ul.ulGrayTopMn li.last,
ul.ulGrayTopMn li.last a {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	behavior: url(http://finanzascarbono.org/PIE.php);
}

/* =Color Blocks Row Home
-------------------------------------------------------------- */

.blocksRow {
	margin: 0 0 23px 0;
}
.templateHome .blocksRow a {
	width: 181px;
	height: 86px;
	display: block;
	float: left;
	margin: 0 11px 0 0;
}
.blocksRow div.a {
	width: 181px;
	height: 86px;
	float: left;
	margin: 0 11px 0 0;
}
#content .blocksRow table.tableSp {
	padding: 0;
	margin: 0;
	width: 181px;
	height: 86px;
	border: none;
	border-collapse: collapse;
	cursor: pointer;
}
#content .blocksRow td,
#content .blocksRow tr {
	width: 161px;
	height: 66px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: none;
}
#content .blocksRow td {
	padding: 10px;
}
.blocksRow a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}
.blocksRow a:hover,
.blocksRow div.a:hover {
	background-position: 0 100%;
	text-decoration: none;
}
.blocksRow a.a1 {
	background-image: url(img/img-block-1.png);
}
.blocksRow a.a2 {
	background-image: url(img/img-block-2.png);
}
.blocksRow a.a3 {
	background-image: url(img/img-block-3.png);
}
.blocksRow a.a4 {
	background-image: url(img/img-block-4.png);
}
.blocksRow a.a5 {
	background-image: url(img/img-block-5.png);
}
.blocksRow div.a.tmpA1 {
	background-image: url(http://finanzascarbono.org/wp-content/themes/finanzas-carbono-mod-itdt/img/_tmp/img-box-1-tmp.png);
}
.blocksRow div.a.tmpA2 {
	background-image: url(http://finanzascarbono.org/wp-content/themes/finanzas-carbono-mod-itdt/img/_tmp/img-box-2-tmp.png);
}
.blocksRow div.a.tmpA3 {
	background-image: url(http://finanzascarbono.org/wp-content/themes/finanzas-carbono-mod-itdt/img/_tmp/img-box-3-tmp.png);
}
.blocksRow div.a.tmpA4 {
	background-image: url(http://finanzascarbono.org/wp-content/themes/finanzas-carbono-mod-itdt/img/_tmp/img-box-4-tmp.png);
}
.blocksRow div.a.tmpA5 {
	background-image: url(http://finanzascarbono.org/wp-content/themes/finanzas-carbono-mod-itdt/img/_tmp/img-box-5-tmp.png);
}

/* =Image and menu
-------------------------------------------------------------- */
.imgMn {
	margin: 0 0 15px 0;
}
.template-2a .imgMn {
	margin: 0 0 12px 0;
}
.imgMn .img {
	float: left;
	position: relative;
	width: 710px;
	height: 179px;
}
.imgMn .img .imgInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.imgMn .img .imgInner img {
	display: block;
}
.imgMn .img .txt {
	position: absolute;
	top: 50px;
	left: 32px;
	width: 420px;
	height: 95px;
	z-index: 12;
}
.imgMn .img .txt h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	margin: 0 0 8px 0;
}
.imgMn .img .txt p {
	font-size: 13px;
	color: #fff;
	line-height: 15px;
	margin: 0;
}
.imgMn .mnSB2,
ul.blockMnAzul {
	float: right;
	width: 225px;
	height: 179px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
ul.blockMnAzul {
	float: none;
	height: auto;
	width: auto;
	margin-bottom: 20px;
}
.imgMn .mnSB2 li.last,
ul.blockMnAzul li.last,
ul.blockMnAzul li.last {
	background-image: none;
}
.imgMn .mnSB2 a,
ul.blockMnAzul a {
	padding: 15px 52px 15px 19px;
	display: block;
	line-height: 14px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
.imgMn .mnSB2 li.last a {
	height: 61px;
}
ul.blockMnAzul.mnDesplegable a {
	height: auto;
	line-height: 14px;
}
ul.blockMnAzul.mnDesplegable a.level1 {
	padding-bottom: 24px;
	padding-top: 24px;
}
ul.blockMnAzul.mnDesplegable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.blockMnAzul.mnDesplegable ul.subMn {
	width: 228px;
}
ul.blockMnAzul.mnDesplegable ul.subMn li {
	position: relative;
	width: 228px;
}
ul.blockMnAzul.mnDesplegable ul.subMn,
ul.blockMnAzul.mnDesplegable ul.subSubMn {
	display: none;
}
ul.blockMnAzul.mnDesplegable ul.subMn a {
	background: url(img/sep-smn.png) repeat-x 0 100% #006a84;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
ul.blockMnAzul.mnDesplegable ul.subMn a.level2:hover {
	color: #ccc;
}
ul.blockMnAzul.mnDesplegable ul.subSubMn {
	background: none;
}
ul.blockMnAzul.mnDesplegable ul.subSubMn li {
	background: none;
}
ul.blockMnAzul.mnDesplegable ul.subSubMn a {
	background: url(img/sep-ssmn.png) repeat-x 0 100% #edebeb;
	color: #0080a0;
}
ul.blockMnAzul.mnDesplegable ul.subSubMn a:hover {
	background: url(img/sep-ssmn.png) repeat-x 0 100% #dbdbdb;
}

/* =Title
-------------------------------------------------------------- */
h2.bigTitle {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #edebeb;
	padding: 8px 0 14px 2px;
	margin: 0 0 10px 0;
}

/* =Logos Bottom
-------------------------------------------------------------- */
ul.ulLogosBot {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 75px;
	width: 650px;
}
ul.ulLogosBot li {
	float: left;
	margin: 0 20px 0 0;
}
ul.ulLogosBot li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
ul.ulLogosBot li#liBID {
	width: 80px;
	height: 34px;
	margin-top: 23px;
}
ul.ulLogosBot li#liUNEP {
	width: 48px;
	height: 56px;
	margin-top: 10px;
}
ul.ulLogosBot li#liWBI {
	width: 130px;
	height: 42px;
	margin-top: 23px;
}
ul.ulLogosBot li#liRISO {
	height: 70px;
	margin-top: 14px;
	width: 80px;
}

ul.ulLogosBot li#liPNUD {
	height: 70px;
	margin-top: 6px;
	width: 40px;
}
ul.ulLogosBot li#liITDT {
	margin-top: 27px;
	width: 150px;
	height: 48px;
}

ul.ulLogosBot li#liBID a {
	background: url(img/logo-bid.png) 0 0 no-repeat;
}
ul.ulLogosBot li#liUNEP a {
	background: url(img/logo-unep.png) 0 0 no-repeat;
}
ul.ulLogosBot li#liWBI a {
	background: url(img/logo-world-bank.png) 0 0 no-repeat;
}

ul.ulLogosBot li#liRISO a {
	background: url(img/logo-unep-risoe.png) no-repeat 0 0;
}
ul.ulLogosBot li#liPNUD a {
	background: url(img/logo-pnud.png) no-repeat 0 0;
}
ul.ulLogosBot li#liITDT a{
	background: url(img/logo-itdt.png) no-repeat 0 0;
}

/* =Elgg blocks home
-------------------------------------------------------------- */
.rowElggBlocksHome {
	margin: 0 0 22px 0;
}
.rowElggBlocksHome .block,
.wideBlocks .block {
	float: left;
	width: 305px;
	margin: 0 17px 0 0;
}
.rowElggBlocksHome .block h2,
.wideBlocks .block h2,
.blockSm h2,
#content .entry-title {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	line-height: 30px;
}
.innerBlock.ibBoletin {
	padding: 12px 2px 0 2px;
	margin: 0 0 13px 0;
}
.innerBlock.ibBoletin p {
	margin: 0 0 18px 0;
	line-height: 14px;
	font-size: 12px;
}
.innerBlock.ibBoletin input.txtFrm {
	width: 180px;
	height: 19px;
	padding: 1px 4px;
	color: #7f7f7f;
	font-size: 12px;
	border: 1px solid #EDEBEB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	float: left;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
.innerBlock.ibBoletin input.btnSubmit {
	width: 100px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	border: none;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0080a0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 2px 0 0 0;
	float: right;
	cursor: pointer;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
.innerBlock.ibBoletin input.btnSubmit:hover {
	background: #005369;
}
#content .entry-title.etFl {
	height: 30px;
}
#content .entry-title.etFl .lef {
	float: left;
}
#content .entry-title.etFl a.rig {
	float: right;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#content .entry-title.etFl a.rig:hover {
	text-decoration: underline;
}
.template-2a #content .entry-title {
	color: #000;
	text-transform: uppercase;
	padding: 0 3px;
	line-height: 14px;
}
#content h2.entry-title {
	color: #0080a0;
	font-size: 13px;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	padding: 0;
	line-height: 15px;
	margin: 0 0 2px 0;
	background: none!important;
}
#content h2.entry-title a {
	color: #0080a0;
	text-decoration: none;
}
#content h2.entry-title a:hover {
	text-decoration: underline;
}
.rowElggBlocksHome .block h2.h2NbBot {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
.rowElggBlocksHome .ibAzulClaro {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	background: #0080a0;
	padding: 11px;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
.rowElggBlocksHome .ibMap,
.wideBlocks .ibMap {
	text-align: center;
	padding: 14px 0 0 0;
	border-top: 1px solid #edebeb;
}
.rowElggBlocksHome .bAzulOscuro h2,
.wideBlocks .bAzulOscuro h2,
.blockSm h2,
#content .entry-title {
	background: #005369;
}
.template-2a #content .entry-title {
	background: none;
}
.rowElggBlocksHome .bAzulClaro h2,
.wideBlocks .bAzulClaro h2 {
	background: #0080a0;
}
.rowElggBlocksHome .block ul.ulBlock,
.wideBlocks .block ul.ulBlock {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rowElggBlocksHome .block ul.ulBlock.lessPad2.lessPad3 {
	padding: 12px 0 0 0;
}
.rowElggBlocksHome .block ul.ulBWhite,
.wideBlocks .block ul.ulBWhite {
	background: #fff;
	padding: 5px 8px;
}
.rowElggBlocksHome .block ul.ulBWhite,
.wideBlocks .block ul.ulBWhite { /* IE7 */
	*height: 204px;
}
.rowElggBlocksHome .block ul.ulBlock li,
.wideBlocks .block ul.ulBlock li {
	padding: 17px 3px;
	border-bottom: 1px solid #edebeb;
}
.rowElggBlocksHome .block ul.ulBlock li,
.wideBlocks .block ul.ulBlock li { /* IE7 */
	*float: left;
	*width: 299px:
}
.rowElggBlocksHome .block ul.ulBlock.lessPad li,
.wideBlocks .block ul.ulBlock.lessPad li {
	padding-bottom: 13px;
	padding-top: 13px;
}
.blockRigWide2 .block ul.ulBlock.lessPad li {
	padding-bottom: 0;
	padding-top: 1px;
}
.rowElggBlocksHome .block ul.ulBlock.lessPad2 li {
	padding-bottom: 11px;
	padding-top: 18px;
}
.rowElggBlocksHome .block ul.ulBlock.lessPad3 li,
.wideBlocks .block ul.ulBlock.lessPad3 li {
	padding: 12px 1px 9px 1px;
}
.rowElggBlocksHome .block ul.ulBlock.lessPad4 li,
.wideBlocks .block ul.ulBlock.lessPad4 li {
	padding-bottom: 7px;
	padding-top: 7px;
}
.rowElggBlocksHome .block ul.ulBlock.lessPad4 li,
.wideBlocks .block ul.ulBlock.lessPad4 li { /* IE7 */
	*float: left;
	*width: 260px;
	*clear: both;
}
.rowElggBlocksHome .img,
.wideBlocks .img {
	float: left;
	width: 60px;
	margin: 0 12px 0 0;
	text-align: center;
}
.rowElggBlocksHome .img2,
.wideBlocks .img2 {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin: 0 8px 0 0;
}
.rowElggBlocksHome .img3,
.wideBlocks .img3 {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin: 0 8px 0 0;
}
.rowElggBlocksHome .img2 img,
.wideBlocks .img2 img {
	display: block;
}
.rowElggBlocksHome .txtFl,
.wideBlocks .txtFl {
	float: left;
	width: 220px;
}
.rowElggBlocksHome .txtFl2,
.wideBlocks .txtFl2 {
	float: left;
	width: 247px;
	margin-top: -3px;
}
.rowElggBlocksHome .txtFl3,
.wideBlocks .txtFl3 {
	float: left;
	width: 164px;
	padding: 8px 11px 0 11px;
}
.verTodasComunidades {
	text-align: right;
	padding: 11px 0 1px 0;
}
.verTodasComunidades a {
	color: #fff;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
}
.verTodasComunidades a:hover {
	text-decoration: underline;
}
.rowElggBlocksHome .txt1,
.wideBlocks .txt1 {
	margin-top: 4px;
}
.rowElggBlocksHome .txt h3,
.wideBlocks .txt h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.rowElggBlocksHome .txt h3 a,
.wideBlocks .txt h3 a {
	color: #000;
	text-decoration: none;
}
.rowElggBlocksHome .txt h3 a:hover,
.wideBlocks .txt h3 a:hover {
	text-decoration: underline;
}
.rowElggBlocksHome .txt p,
.wideBlocks .txt p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #000;
}
.rowElggBlocksHome .lh16 .txt p,
.wideBlocks .lh16 .txt p {
	line-height: 16px;
}
.rowElggBlocksHome .lh14 .txt p,
.wideBlocks .lh14 .txt p {
	line-height: 14px;
}
.rowElggBlocksHome .txt p a,
.wideBlocks .txt p a {
	color: #0080a0;
	text-decoration: none;
}
.rowElggBlocksHome .txt p a:hover,
.wideBlocks .txt p a:hover {
	text-decoration: underline;
}
.rowElggBlocksHome .txt p a.verMas,
.wideBlocks .txt p a.verMas,
.blockRigWide2 .text p.verMas a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #0080a0;
	padding: 0 3px;
	line-height: 13px;
}
.rowElggBlocksHome .txt p a.verMas:hover,
.wideBlocks .txt p a.verMas:hover,
.blockRigWide2 .text p.verMas a:hover {
	background: #005369;
}
.rowElggBlocksHome .txt p span.gray,
.wideBlocks .txt p span.gray {
	color: #7f7f7f;
}

/* =Actores
-------------------------------------------------------------- */
h1.entry-title-clean {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	text-transform: uppercase;
}
.template-3 .entry-content {
	padding-top: 0;
}
.template-9 .entry-content {
	padding: 15px 0 0 0;
}
.blockRescAct {
	border: 1px solid #edebeb;
	padding: 16px 16px 16px 158px;
	min-height: 95px;
	margin: 0 0 10px 0;
}
.blockRescAct h3 {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0 0 12px 0;
	font-weight: bold;
}
.blockRescAct ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blockRescAct ul li {
	line-height: 16px;
	font-size: 12px;
}
.blockRescAct ul h4,
.blockRescAct ul p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	font-weight: normal;
}
.blockRescAct ul p {
	padding: 0 0 0 12px;
}
.blockRescAct ul a {
	color: #000;
	text-decoration: none;
}
.blockRescAct ul a:hover {
	text-decoration: underline;
}
.blockRescAct.imgRes {
	background: url(img/img-rec.png) 16px 16px no-repeat;
}
.blockRescAct.imgCal {
	background: url(img/img-cal.png) 16px 16px no-repeat;
}

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

#footer {
	width: 990px;
	margin: 0 auto;
}
#footer ul.ulFooter,
#footer p.pFooter {
	text-align: center;
}
#footer ul.ulFooter {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul.ulFooter li {
	display: inline;
}
#footer ul.ulFooter li,
#footer ul.ulFooter li a,
#footer p.pFooter,
#footer p.pFooter a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#footer ul.ulFooter li a:hover,
#footer p.pFooter a:hover {
	text-decoration: underline;
}

/* colores */
.color-1 ul.ulGrayTopMn li.a1 a {
	background-color: #f55203;
	color: #fff;
}
.color-2 ul.ulGrayTopMn li.a4 a {
	background-color: #31b1d0;
	color: #fff;
}
.imgMn.imgMnNM {
	margin-bottom: 10px;
	width: 950px;
	height: 178px;
	position: relative;
}
.color-1 .imgMn.imgMnNM {
	background: url(http://finanzascarbono.org/wp-content/themes/finanzas-carbono-mod-itdt/img/img-top/img-color-1.jpg) 0 0 no-repeat;
}
.color-2 .imgMn.imgMnNM {
	background: url(img/img-top/img-color-2.jpg) 0 0 no-repeat;
}
.imgMn.imgMnNM p {
    color: #FFFFFF;
    font-size: 13px;
    left: 115px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 2px #666666;
    top: 80px;
    width: 590px;
}

.h2Positioned {
	text-shadow: 0 2px 2px #666666;
	position: absolute;
	top: 35px;
	left: 115px;
	font-size: 22px;
	color: #fff;
	line-height: 24px;
}
.icoTopBanners {
	position: absolute;
	width: 44px;
	height: 44px;
	left: 55px;
	top: 35px;
}
.icoTB1 {
	background: url(img/ico-finanzas-carbono.png) 0 0 no-repeat;
}
.icoTB2 {
	background: url(img/ico-mecanismos-de-desarrollo-limpio.png) 0 0 no-repeat;
}
.icoTB3 {
	background: url(img/ico-mercado-voluntario.png) 0 0 no-repeat;
}
.icoTB4 {
	background: url(img/ico-centro-de-conocimiento.png) 0 0 no-repeat;
}
.icoTB5 {
	background: url(img/ico-comunidades.png) 0 0 no-repeat;
}
.ulBreadCrumb.ubcMb {
	margin-bottom: 25px;
}
h1.h1PlusSep {
	line-height: 26px;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
	border-bottom: #edebeb solid 4px;
}
h1.h1PlusSep.moreMargin {
	margin-bottom: 25px;
}

/* centro de conocimiento */
.color-2 .rowElggBlocksHome .block {
	width: 308px;
	margin-right: 13px;
}
.color-2 .rowElggBlocksHome .block .imgTopity {
	margin: 0 0 20px 0;
}
.color-2 .rowElggBlocksHome .block ul.ulKc {
	list-style: none;
	padding: 0;
	margin: 0;
}
.color-2 .rowElggBlocksHome .block ul.ulKc li {
	background: url(img/bul-kc.png) 0 4px no-repeat;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 0 36px;
	margin: 0 0 13px 0;
}
.color-2 .rowElggBlocksHome .block ul.ulKc li a {
	color: #000;
	text-decoration: none;
}
.color-2 .rowElggBlocksHome .block ul.ulKc li a:hover {
	text-decoration: underline;
}
.color-2 .rowElggBlocksHome .block .contBlckKc {
	height: 133px;
	border-bottom: 1px solid #EDEBEB;
}
.color-2 .rowElggBlocksHome .block ul.ulBlock.ubPlin li {
	margin-bottom: 14px;
}
.color-2 .rowElggBlocksHome .block ul.ulBlock.uvaUVA li {
    margin-bottom: 9px;
    padding-bottom: 9px;
}
ul.blueA {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.blueA li {
	margin: 0 0 12px 0;
}
ul.blueA li a {
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #005369;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 38px;
	font-size: 12px;
	line-height: 38px;
	text-decoration: none;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
ul.blueA li a:hover {
	text-decoration: underline;
}

/* =Social Icons
-------------------------------------------------------------- */
ul.ulSocial {
	margin: 0 auto;
	padding: 0;
	width: 130px;
	list-style: none;
	height: 30px;
}
ul.ulSocial li {
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 20px 0 0;
}
ul.ulSocial li a {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(img/ico-social.png);
	background-repeat: no-repeat;
}
ul.ulSocial li#liTwitter a {
	background-position: 0 0;
}
ul.ulSocial li#liFacebook a {
	background-position: -50px 0;
}
ul.ulSocial li#liLinkedIn a {
	background-position: -101px 0;
}
ul.ulSocial li#liRSS a {
	background-position: -151px 0;
}

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

.menuTopCont {
	margin: 0 auto 12px auto;
	width: 990px;
}
.menuTopCont ul {
	text-align: right;
	margin: 0;
	padding: 20px 20px 11px 20px;
	height: 12px;
	list-style: none;
	float: right;
	background: #0080a0;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	behavior: url(http://finanzascarbono.org/PIE.php);
}
.menuTopCont li {
	display: inline;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
}
.menuTopCont li.sep {
	margin: 0 8px;
}
.menuTopCont a {
	color: #fff;
	text-decoration: none;
	line-height: 15px;
}
.menuTopCont a:hover {
	text-decoration: underline;
}
.menuTopCont ul.mnLogin a {
	text-transform: capitalize;
}

/* 404 */
.ec404 {
	height: 400px;
}

/* template 10 */
.wideBlocks .blockLefWide {
	float: left;
	width: 630px;
}
.wideBlocks .blockRigWide2 {
	float: right;
	width: 305px;
}
.wideBlocks .blockLefWide .col {
	float: left;
	width: 305px;
}
.wideBlocks .blockLefWide .col2 {
	float: right;
}
#content table.imgTitle {
	border: none;
	padding: 0;
	height: 120px;
	margin: 0 0 5px 0;
}
#content table.imgTitle tr,
#content table.imgTitle td {
	height: 100%;
	vertical-align: middle;
	border: none;
	padding: 0;
}
#content table.imgTitle td.tdImg {
	text-align: center;
	width: 108px;
}
#content table.imgTitle td.tdTxt {
	width: 191px;
}
#content table.imgTitle td.tdTxt h3 {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 2px 0;
}
#content table.imgTitle td.tdTxt p.gray {
	font-size: 12px;
	line-height: 14px;
	color: #7f7f7f;
}
#content table.imgTitle td.tdTxt h3,
#content table.imgTitle td.tdTxt p.gray {
	width: 110px;
}
.blockRigWide2 .text {
	padding: 0 10px;
}
.blockRigWide2 .text p {
	line-height: 16px;
	font-size: 12px;
	margin: 0 0 10px 0;
}
/* */
.viewAllBot {
	border-bottom: 1px solid #EDEBEB;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 0;
    text-align: right;
}
.viewAllBot a {
	text-decoration: none;
	color: #0080a0;
}
.viewAllBot a:hover {
	text-decoration: underline;
}
/* =Helpers
-------------------------------------------------------------- */
.cThis {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
/* margins */
.nm {
	margin: 0 !important;
}
.nmRig {
	margin-right: 0 !important;
}
.nmLef {
	margin-left: 0 !important;
}
.nmTop {
	margin-top: 0 !important;
}
.nmBot {
	margin-bottom: 0 !important;
}
/* borders */
.nb {
	border: none !important;
}
.nbRig {
	border-right: none !important;
}
.nbLef {
	border-left: none !important;
}
.nbTop {
	border-top: none !important;
}
.nbBot {
	border-bottom: none !important;
}
/* paddings */
.np {
	padding: 0 !important;
}
.npRig {
	padding-right: 0 !important;
}
.npLef {
	padding-left: 0 !important;
}
.npTop {
	padding-top: 0 !important;
}
.npBot {
	padding-bottom: 0 !important;
}
/* background */
.nBg {
	background: none !important;
}
/* floats */
.flRig {
	float: right !important;
}
.flLef {
	float: left !important;
}
.flN {
	float: none !important;
}
/* font style */
.fsI {
	font-style: italic;
}
.fsU {
	text-decoration: underline;
}
.fsB {
	font-weight: bold;
}
/* do not show */
.no,
hr {
	display: none !important;
}

.ibMap img{
	display: none !important; visibility:hidden!important
}