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

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

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

/* LEFT IMG*/

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

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

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

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

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

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

/* LEFT MENU*/

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

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

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

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

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

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

aside ul ul {
	padding: 5px 0 0 20px;
}

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

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

/* RIGHT */

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

/* RIGHT HEADER */

section header {
	height: 55px;
	display: block;
}

/* RIGHT HEADER BUTTONS */

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

section 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;
}

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

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

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

section 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;
}

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


/* RIGHT POSTS*/

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

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

section article .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;
}

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

section article .body {
	clear: both;
	padding: 10px 0 0 0;
	color: #666666;
}

section article .body p {
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 20px;
}

section article .body ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	list-style: circle;
}

section article .body ol {
	margin: 0 0 10px 25px;
	/*padding: 0 0 0 25px;*/
	
}

section article .body ol li {
	margin: 0 0 10px 0;
	line-height: 20px;
}

section article .body ul li {
	margin: 0 0 10px 0;
	line-height: 20px;
}

section article .body p a {
	text-decoration: none;
	color: #FF961F;
}

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

section article .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;
}

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

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

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

/* RIGHT COMMENTS*/

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

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

section #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;
}

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

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

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

/* RIGHT LEAVE COMMENTS*/

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

section #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;
}

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

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

section #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;
}

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

section #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;
}

section #leavecomments p input, section #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;
}

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

section #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;
}
