    body {
	padding: 0;
	text-align: left;
	color: #35383d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #445651;
    margin-top: 0px;
}
.clear {
	clear:both;
	display:block;
	width:100%;
}
.clear_right {
	clear:right;
	float:left;
}
div.left	{	float:left; clear:right;	}
div.right	{	float:right; clear:right;	}
div.clean	{	float:left; clear:both;		}
div.center	{	text-align:center;		}
legend { display: none; }
fieldset { border: none; }

ul, ol , li { list-style-type: none; }

blockquote {
	color: #333;
	text-decoration: none;
	text-align: justify;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
}
blockquote p {
	padding: 0;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-position: left;
	text-align: justify;
}
blockquote p a{
	font-size: 12px;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #445651;
}
blockquote p a:hover{
	font-size: 12px;
	color: #445651;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
/* LINKS AND HEADINGS STYLING */

a {
	color: #999;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88C881;
	background: inherit;
}
h1 {
	font-size: 2em;
	color: #445651;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 35px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 29px;
	line-height: normal;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #88C881;
	display: block;
	padding-bottom: 10px;
	line-height: 2em;
	text-transform: uppercase;
}
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #445651;
	display: block;
	line-height: normal;
}

/* CONTENT WRAPPER */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #445651;
}
#main {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #445651;
	vertical-align: top;
	}
/* TOP LEFT LOGO */
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #445651;
	vertical-align: top;
}
#logo { 
	float: left; 
	padding: 10px 0 10px 10px; 
}



/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background-color: #445651;
	color: #FFFFFF;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }

	/* LEFT VERTICAL MENU */
	
	#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #e2e2e2; 
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #3F5B7F; 
			background: #C2CEDE url(images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #9EB1C9 url(images/arrow.gif) no-repeat center left; color: #fff;  }

/* RIGHT INTRO SIDE */
	
#intro_right {
	float: right;
	width: 620px;
	padding: 0px;
	color: #445651;
	height: 350px;
	background-color: #445651;
	background-position: left top;
	background-image: url(images/intro.jpg);
	}
/* LEFT SIDE */
	
#sidebar {
	width: 250px; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	background-color: #445651;
	color: #FFFFFF;
	clear: left;
	float: left;
}

#sidebar h2 {
	margin: 0;
	padding : 0;
}

#sidebar ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

#sidebar li {
	list-style-type:none;
}

#sidebar li ul li{
	list-style-type:none;
	margin-left:20px;
}
	.box {
	clear: left;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	.note {
	clear: left;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

/* RIGHT SIDE */

/* BG 
############################################################################################################## */
#bg { width: 900px; margin: 0 auto; margin-top: 30px; background-color: #445651;}
#bg-all { width: 900px; background: #445651; overflow: hidden;}
/**/ * html #bg-all { height: 1%;} /* */

/* Container 
############################################################################################################## */
.container { padding: 30px; float: left; width: 900px;}

/* Comments
############################################################################################################## */
.comments-list {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.comments-list h2 {
	color:#272d36;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
.comments-list div.entry {
	padding: 15px;
	border: 1px solid #989E99;
	background-color: #fff;
	background-image: url(images/comments-list-entry-bkg.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 15px;
}
.comments-list div.alt { background: #E7E8E9 url(images/comments-list-alt-bkg.png) no-repeat left top; padding-top: 40px; border: none; margin-bottom: 25px;}
.comments-list p.name {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	background-position: left;
}

.comments-list p.date {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.comments-list p.date a, .comments-list p.date a:visited, .comments-list p.date a:hover { color:#96b1bc; text-decoration: underline;}

.comments-list .con {
	margin-right: 0px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}
.comments-list .con p {
	padding: 10px;
	margin: 0px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}
.comments-list .con blockquote {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comments-list .con blockquote p {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
}


/* Comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-form {
	background: #E7E8E9;
	padding: 30px;
	margin: 30px;
}
.comments-form h3 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: solid 1px #989E99; }
.comments-form p {
	padding: 7px 0px;
	color:#333;
}
.comments-form .required {
	font-weight: normal;
	color:#006600;
}
.comments-form input { padding: 5px; width: 210px; margin-right: 7px; }
.comments-form input.formid { border: 1px solid #fff; background: #fff url(images/form-name-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formemail { border: 1px solid #fff; background: #fff url(images/form-email-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}
.comments-form input.formuri { border: 1px solid #fff; background: #fff url(images/form-uri-bkg.png) no-repeat left; padding: 5px 5px 5px 40px;}

.comments-form textarea { border: 1px solid #fff; background: #fff; padding: 4px; width: 97%;}
.comments-form .button { border: 1px solid #989E99; background: url(images/button-post-comment.png) no-repeat left; color:#fff; width: auto; font-size: 11px; font-weight: bold; padding: 4px 6px 4px 38px;}

/* Post Single
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post, .attachment { width: 100%; position: relative;}
/**/ * html .post, .attachment { width: 89%;} /**/ 


.p-head {
	width: 520px;
	clear: right;
	float: left;
}
.p-head h1, .p-head h1 a, .p-head h1 a:visited {
	color:#445651;
	letter-spacing: -1px;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
	background-position: top;
}
.p-head h1 a:hover { color:#989F98; text-decoration: none; }

.p-head h2 {
	color:#272d36;
	font: normal 34px/34px "Helvetica";
	letter-spacing: -1px;
	left: 20px;
}
.p-head h2 a, .p-head h2 a:visited { color:#272d36; }
.p-head h2 a:hover { color:#0099cc; text-decoration: none; }

.p-head h3 { color:#272d36; font: normal 28px/28px "Arial"; letter-spacing: -1px; }
.p-head h3 a, .p-head h3 a:visited { color:#272d36;}
.p-head h3 a:hover { color:#0099cc; text-decoration: none;}

.p-cat {
	text-transform: uppercase;
	color:#999;
	padding-right: 30px;
	padding-left: 30px;
	width: 500px;
	clear: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 40px;
	padding-top: -50px;
}
.p-cat a, .p-cat a:visited, .p-cat a:hover {
	text-decoration: underline;
	color:#999;
	padding-right: 5px;
}
	.time {
	text-align: left;
	background-color: #fafafa;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	width: 90px;
	padding-right: 5px;
	padding-left: 30px;
	margin-top: 5px;
	}
.p-time {
	position: static;
	left: 250px;
	top: 5px;
	width: 40px;
	padding-top: 37px;
	padding-right: 0px;
	padding-left: 30px;
	clear: right;
	float: left;
	height: 80px;
	margin: 3px;
}
/**/ * html .p-time {
	left: -68px;
} /**/ 
.p-time strong { float: left; text-align: center;}
.p-time .day {
	letter-spacing: -1px;
	color:#D6EDE7;
	width: 40px;
	padding: 7px 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	background-color: #989E99;
}
.p-time .month { background:#dedede; width: 40px; padding: 3px 0px; margin-bottom: 10px;}
.p-time .year {
	background: #fff;
	border: solid 1px #dedede;
	color:#bababa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
}

.p-con { border-top: solid 5px #dbdbdb;}
.p-con p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: justify;
	color: #666666;
}
.p-con ol { list-style: decimal inside; }
.p-con ol { padding: 10px 0px 10px 25px; margin: 0px; }
.p-con ol li { padding: 2px 0px 2px 0px; }
.p-con ul { padding: 10px 0px 10px 0px; margin: 0px; }
.p-con ul li {
	list-style-type: none;
	color:#666;
	margin-right: 30px;
	margin-left: 50px;
	padding-right: 0px;
	line-height: 19px;
	list-style-image: url(images/note-icon.png);
	text-align: justify;
}
.p-con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; padding: 10px 20px; margin: 10px 0px; background: #ecf6f8; }
.p-con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; }
.p-con blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 12px; line-height: 17px;}


.p-det {
	margin-top: 15px;
	margin-bottom: 40px;
}
.p-det li { color:#7f7f7f; display: inline; padding: 4px 0px 6px 30px; margin-right: 10px; }
.p-det li.p-det-com { background: url("images/p-det-com.png") left center no-repeat; }
.p-det li.p-det-com a { font-weight: bold; letter-spacing: -1px;}
.p-det li.p-det-tag {
}
.p-det li a,.p-det a:visited {
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

.p-con .wpunlimited_bookmarks strong { font-weight: normal; color:#999; padding-bottom: 2px; font-size: 10px; text-transform:uppercase; }
.p-con .wpunlimited_bookmarks a img { display:inline; border:none; padding:0; margin:0; margin-top: 5px; }

/* Images
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.p-con img { padding: 0; max-width: 100%; }
.p-con img.centered { display: block; margin-left: auto; margin-right: auto; padding: 1px; border: solid 1px #9b9792;}
.p-con img.alignright { margin: 5px 0 10px 20px; display: inline; border: solid 4px #eee; padding: 1px; }
.p-con img.alignleft { margin: 5px 20px 10px 0; display: inline; border: solid 4px #eee; padding: 1px;}
.p-con .alignright { float: right; }
.p-con .alignleft { float: left }

/* SL ()
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SL {
	width: 620px;
	float: left;
	padding-left: 0px;
	clear: left;
}

.title { color:#272d36; font: normal 34px/34px "Helvetica"; letter-spacing: -1px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #ccc;}
.note {  background:url(images/note-icon.png) no-repeat left 2px; padding-left: 14px; color:#669900; font-size: 11px;}
.edit a { background:url(images/edit-icon.png) no-repeat left 2px; padding-left: 14px; color:#ff6600; font-size: 11px; }
.error { color:#cc0000; font-size: 11px; font-weight: bold;}

.container { padding: 30px; float: right; width: 520px;}
#right {
	margin-top: 0;
	margin-bottom: 0px;
	background-color: #fafafa;
	vertical-align: top;
	width: 620px;
	float: right;
}

	.leftcol {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #445651;
	vertical-align: top;
	}
	.rightcol { 
		float: right; 
		padding: 10px 15px;
		width: 285px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
	.special {
	color: #999999;
	background-color: #445651;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
.share {
	text-decoration: none;
	background-position: left;
	padding-top: 40px;
		padding-left: -20px;
	left: -5px;
	clear: both;
	float: left;
	width: 590px;
	}
	.share-buttons li {
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	background-position: left center;
	padding-bottom: 10px;
	left: 30px;
}
.share-buttons A {
	display: block;
	font-size: 8px;
	overflow: visible;
	color: #333333;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 10px;
	background-position: left center;
	padding-bottom: 10px;
	left: 30px;
}
.share-buttons A:hover {
	text-decoration: none;
	left: 30px;
}
	.alignright {
	float: right;
	}
		
	.alignleft {
	float: left
	}
	
	.navigation {
	text-align: left;
	color: #fafafa;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-bottom: 20px;
	}
	.navigation a{
	text-align: left;
	height: 30px;
	color: #18744D;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
	.navigation a:hover{
	text-align: left;
	height: 30px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
/* FOOTER */

#footer {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #445651;
}

/* menu */
#MainMenu 
{
	width:250px;
	background:#445651;
	margin:0;
	clear: left;
	float: left;
}

#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	float:left;
	clear:right;
	margin:0;
	padding:0;
}
#tab a 
{
	text-decoration:none;
	width:120px;
	border:0;
	display:block;
	float:left;
	background-color: #445651;
}

#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#tab a 
{
	text-decoration:none;
	width:120px;
	border:0;
	display:block;
	float:left;
	background-color: #445651;
	background-position: right top;
}
#tab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	line-height:26px;
	padding:0;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-style:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menuactivo {
	text-decoration:none;
	width:120px;
	border:0;
	display:block;
	float:left;
	background-color: #445651;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 26px;
	color: #FFFFFF;
}
.inputText	{
	color:#333;
	font-size:11px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #445651;
}
.btnbuscar	{
	border:1px solid #445651;
	color:#FFFFFF;
	font-size:10px;
	background-color: #445651;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.btnbuscar	a{
	color:#fff;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.btnbuscar	a:hover{
	border:1px solid #B1D79C;
	color:#B1D79C;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#copyright {
	float: left;
	color: #999;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 290px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#idioma {
	float: left;
	color: #999;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 380px;
}
#idioma a{
	color: #999;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;
}
#idioma a:hover{
	color: #fff;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;
}
/* Navigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.nav {
	overflow: hidden;
	padding-bottom: 20px;
	color: #445651;
	padding-right: 30px;
	padding-left: 30px;
}
.nav .left a { float: left; background:url(images/nav-left.png) no-repeat left 0px; padding-left: 20px; }
.nav .right a { float: right; background:url(images/nav-right.png) no-repeat right 0px; padding-right: 20px; }
.nav a, .nav a:visited { cursor: hand; font: bold 14px/16px "Arial"; letter-spacing: -1px; }