* {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
	outline: none;
	font-family: Geogia;
	font-size: 14px;
}

body {
	margin:50px 0 0 0;
	padding: 0;
}

/* SUBSTANCE */

#substance {
	width: 900px;
	margin: 0 auto;
}

/* LEFT */

#left {
	width: 270px;
	padding: 0 50px 0 50px;
	background-image: url(images/substance.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#left a.substance {
	width: 270px;
	height: 50px;
	margin: 0 0 5px 0;
	text-decoration: none;
	display: block;
}

/* LEFT IMG*/

#left #img {
	width: 270px;
	height: 270px;
	margin: 0 0 25px 0;
	padding: 0;
	display: block;
}

#left #img.su {
	background-color: #BCC5BA;
}

#left #img.b {
	background-color: #9B7DB9;
}

#left #img.st {
	background-color: #E2E65B;
}

#left #img.an {
	background-color: #8FC3EA;
}

#left #img.ce {
	background-color: #FF961F;
}

/* LEFT MENU*/

#left ul {
	margin: 0 0 10px 0;
	list-style: none;
}

#left ul li, #left ul li h2 {
	font-family: Arial;
	text-transform: lowercase;
	font-weight: normal; 
}

#left ul li.pagenav {
	color: #9B7DB9;
}

#left ul li.linkcat {
	color: #FF961F;
}

#left ul li.ultimos {
	color: #E2E65B;
}

#left ul li.categories {
	color: #8FC3EA;
}

#left ul ul {
	padding: 5px 0 0 20px;
}

#left ul ul li {
	margin: 0 0 5px 0;
	list-style-image: url(images/bullet.jpg);
}

#left ul ul li, #left ul ul li a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

/* RIGHT */

#right {
	width: 530px;
	padding: 0 0 50px 0;
	float: left;
}

/* RIGHT HEADER */

#right #header {
	height: 55px;
}

/* RIGHT HEADER BUTTONS */

#right #header #twitter {
	width: 210px;
	height: 55px;
	text-align: right;
	background-image: url(images/twitter.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#right #header #twitter a {
	width: 160px;
	height: 33px;
	padding: 22px 50px 0 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
}

#right #header #rss {
	width: 110px;
	height: 55px;
	text-align: right;
	background-image: url(images/rss.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#right #header #rss a {
	width: 60px;
	height: 33px;
	padding: 22px 50px 0 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
}

/* RIGHT HEADER SEARCH */ 

#right #header #search {
	width: 209px;
	height: 40px;
	padding: 15px 0 0 0;
	text-align: right;
	border-left: 1px dotted #999999;
	float: left;
}

#right #header #search input.text {
	width: 151px;
	height: 19px;
	margin: 0 5px 0 0;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
	display: block;
	float: right;
}

#right #header #search input.submit {
	border: none;
	background-image: url(images/search.jpg);
	width: 25px;
	height: 25px;
	display: block;
	float: right;
}


/* RIGHT POSTS*/

#right .post .head {
	height: 38px;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

#right .post .head p.title span, #right .post .head p.title a {
	margin: 0 0 1px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	color: #9B7DB9;
}

#right .post .head p.author {
	width: 245px;
	padding: 0 0 0 15px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/bullet.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	float: left;
}

#right .post .head p.date {
	width: 265px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	float: right;
}

#right .post .body {
	clear: both;
	padding: 10px 0 0 0;
	color: #666666;
}

#right .post .body p {
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 20px;
}

#right .post .body ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	list-style: circle;
}

#right .post .body ol {
	margin: 0 0 10px 25px;
	/*padding: 0 0 0 25px;*/
	
}

#right .post .body ol li {
	margin: 0 0 10px 0;
	line-height: 20px;
}

#right .post .body ul li {
	margin: 0 0 10px 0;
	line-height: 20px;
}

#right .post .body p a {
	text-decoration: none;
	color: #FF961F;
}

#right .post .body .detail {
	height: 15px;
	padding: 0 0 10px 0;
	background-image: url(images/detail.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#right .post .body .detail a {
	width: 90px;
	height: 19px;
	padding: 6px 0 0 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF961F;
	text-decoration: none;
	background-image: url(images/share.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
}

#right .post .body a img {
	/*width: 500px;*/
	text-align: center;
	margin: 15px 15px 0 0;
	border:none;
}

#right .linkcomentarios {
	text-align: right;
	float: right;
}

#right .linkcomentarios a {
	color: #8FC3EA;
	text-decoration: none;
}

/* RIGHT COMMENTS*/

#right #comments {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #999999;
	color: #666666;
	clear: both;
}

#right #comments p.title {
	padding: 0 0 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	color: #8FC3EA;
	border-bottom: 1px dotted #999999;
}

#right #comments p.author {
	margin: 10px 0 5px 0;
	padding: 0 0 0 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/bullet.jpg);
	background-position: 15px;
	background-repeat: no-repeat;
}

#right #comments p.author a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#right #comments p.author small {
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:normal;
	color: #999999;
}

#right #comments .content {
	line-height: 20px;
	padding: 0 0 0 25px;
	text-align: justify;
}

/* RIGHT LEAVE COMMENTS*/

#right #leavecomments {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #999999;
	color: #666666;
	clear: both;
}

#right #leavecomments p.title {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	color: #FF961F;
	border-bottom: 1px dotted #999999;
}

#right #leavecomments p.logged {
	margin: 0 0 10px 0;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

#right #leavecomments p.logged a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FF961F;
}

#right #leavecomments p span {
	width: 85px;
	padding: 0 0 0 15px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/bullet.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	display: block;
}

#right #leavecomments p span small {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	display: block;
}

#right #leavecomments quote {
	margin: 5px 0 0 0;
	padding: 0 0 0 100px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	display: block;
}

#right #leavecomments p input, #right #leavecomments p textarea {
	width: 416px;
	margin: 0 0 5px 0;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

#right #leavecomments p input {
	height: 19px;
}

#right #leavecomments p input.submit {
	width: 150px;
	height: 25px;
	padding: 0 0 0 6px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FF961F;
	background-image: url(images/submit.jpg);
	border: none;
	clear: left;
	float: right;
	display: block;
	outline: none;
}

/* ESTILOS RECAPTCHA */
#recaptcha-submit-btn-area input[type=submit]{
	width: 150px;
	height: 25px;
	padding: 0 0 0 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FF961F;
	background-image: url(images/submit.jpg);
	border: none;
	/*clear: left;*/
	float: right;
	/*display: block;*/
	outline: none;
}


#recaptcha_widget_div {
	clear: left;
	float: right;
	padding-left : 5em;
}

#recaptcha_area{
	float: left;
}
/* CONTACT FORM */

/* CONTACT FORM */

.contactform {
	padding: 10px 0 0 0;
	border-top: 1px dotted #999999;
}

.contactform br {
	display: none;
}

.contactform label {
	width: 85px;
	padding: 0 0 0 15px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/bullet.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	display: block;
}

.contactform input, .contactform textarea {
	width: 416px;
	margin: 0 auto;
	padding: 6px 6px 0 6px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

.contactright {
	padding: 0px 0px 10px 0px;
}

.contactform input {
	height: 19px;
}

.contactform input[type="submit"] {
	width: 150px;
	height: 25px;
	padding: 0 0 0 6px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FF961F;
	background-image: url(images/submit.jpg);
	border: none;
	clear: left;
	float: right;
	display: block;
	outline: none;
}

.contactform quote {
	margin: 5px 0 0 0;
	padding: 0 0 0 100px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	display: block;
}

.contactright .error {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
}