/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

@charset "UTF-8";
/* CSS Document
created by emmanuel ordóñez angulo
eoran.com */

html, body {
	width:100%;
	height:100%;
	background:#333333;
}
html {
	background:url(images/bghtml.gif);
}
body {
	background:url(images/bgbody.gif) repeat-x;
	min-height:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
#wrapper {
	margin:auto;
	width:690px;
}
#header a {
	width:100%;
	height:105px;
	display:block;
	background:url(images/logoedeobserva.png) no-repeat 0 23px
}
#left {
	width:530px;
	float:left;
	background:url(images/bgleft.jpg) repeat-x #333;
}
#right {
	width:140px;
	float:right;
	font-size:9px;
}
#right p {
	line-height:12px;
}
#right a {
	color:#999999;
	text-decoration:none;
}
#right a:hover,
#right a:visited:hover {
	border-bottom:1px solid #999
}
#menu {
	padding:10px 10px 10px 35px;
	background:url(images/bgmenu.jpg) repeat-x;
	height:11px;
}
ul#menu li,
ul#menu li.pagenav ul,
ul#menu li.pagenav ul li {
	float:left;
	font-size:9px;
	text-transform:uppercase;
	margin-right:10px;
}
ul#menu li {
	visibility:hidden
}
ul#menu li.pagenav ul li {
	visibility:visible
}
ul#menu a {
	color:#fff;
	text-decoration:none;
}
ul#menu a:hover,
ul#menu a:visited:hover {
	border-bottom:1px solid #fff
}
#content {
	margin:0 5px 0 5px;
	background:#fff;
	color:#333333
}
.post {
	padding:10px 30px 30px 30px;
}
.post-body {
	line-height:20px;
	margin-top:-45px;
	width:460px;
	max-width:460px;;
	overflow:hidden
}
.post a {
	color:#666;
	text-decoration:none
}
.post a:hover,
.post a:visited:hover {
	border-bottom:#666 1px solid;
}
ul.post-info {
	padding:5px 0 5px 0;
	font-size:9px
}
.post-info li {
	border-bottom:#ccc 1px dotted;
	padding:5px 0 5px 0;
}
#footer {
	margin:5px;
	background:url(images/bgfooter.gif);
	padding:10px 30px 10px 30px;
	color:#333
}
.field {
	color:#71c810;
	font-weight:bold;
}
.date {
	width:35px;
	height:35px;
	padding:0 0 10px 10px;
	position:relative;
	left: -55px;
	background:url(images/cal.png) top right no-repeat;
	text-align:center
}
.M {
	font-size:8px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}
.j {
	font-size:16px;
	font-weight:bold;
	color:#666
}
h1 {
	visibility:hidden
}
.description {display:none}
.post h2,
.post h2 a,
.post h2 a:hover,
.post h2 a:visited:hover {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#71c810;
	text-decoration:none;
	border-bottom:none
}
#right h2 {
	color:#71c810;
	text-transform:uppercase;
	margin:30px 0 5px 0;
}
.lista {
	width:175px;
	float:left;
}
#footer h2 {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}
#footer ul li ul {
	margin-left:10px;
}
#footer ul li ul li {
	margin-left:10px;
	list-style:square;
}
#footer a {
	color:#333;
	text-decoration:none
}
#footer a:hover {
	border-bottom:#333 1px solid
}
#disclaimer {
	width:650px;
	margin:auto;
	text-align:center;
	padding:20px;
	color:#999999
}

.comments {
	margin-top:30px;
	line-height:20px;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#71c810;
	margin:15px 0 5px 0;
}
h3#comments {
	margin-bottom:10px
}
.comment {
	background:url(images/quoter.gif) bottom right no-repeat;
	margin-bottom:20px;
}
.comment p {
	padding:0 25px 0 25px;
	background:url(images/quotel.gif) top left no-repeat
}
.comment-author {
	font-weight:bold
}
.comment-author img {
	display:none
}
.comment-meta {
	font-size:9px
}
p textarea {
	margin-bottom:5px
}


/*clearfix*/
.clearfix:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}

strong {
	font-weight:bold
}