body {
	background-color: #292A2F;
	background-image: url(images/gui/fondo.gif);
	min-width: 700px;
	min-height: 750px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	border: 0px;
	vertical-align: middle;
}
.header {
	background-image: url(images/gui/head.jpg);
	width: 700px;
	height: 89px;
	text-align: right;
	vertical-align: middle;

}
.cuerpo {
	width: 550px;
	background-color: #FFFFFF;
	text-align: left;
}
.cuerpo img{
	margin-top: .5em;
	margin-bottom: .5em;
}
.footer {
	background-image: url(images/gui/foot.jpg);
	width: 700px;
	height: 95px;
	text-indent: 70px;
	padding-top: 0px;
	border: 0;
}
.nota {
	font-size: 8pt;
	color: #777777;
	font-style: italic;
	text-align: right;
}
.bordeizq {
	background-image: url(images/gui/bordeizq.jpg);
	width: 75px;
}
.bordeder {
	background-image: url(images/gui/bordeder.jpg);
	width: 75px;
}
.container {
	text-align: left;
	width: 100%;
	height: 100%;
}
.description {
	font-size: 9pt;
	text-align: left;
}
h2 {
	font-size: 14pt;
	text-align: right;
}
h2 a:link{
	text-transform: none;
}
h2 a:hover{
	text-decoration: underline;
	color: #48B04A;
}
h2 a:visited{
	text-transform: none;
	color: #000000;
}
#menu {
	font-size: 12pt;
	text-transform: none;
	font-weight: bold;
	}
#menu a:link{
	text-transform: none;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
	color: #F15407;
}
#menu a:visited{
	color: #000000;
	text-decoration: none;
}
h3 {
	font-size: 11pt;
	text-transform: none;
}
h4 {
	font-size: 14px;
	text-align: left;
}
h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFF00;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
caption {
	font-size: 8px;
	text-transform: uppercase;
	color: #7B7D67;
	letter-spacing: 2px;
}
abbr {
	color: #425829;	
}
div#derecha {
	float: right;
	text-align: left;
	width: 275px;
}
div#izquierda {
	float: left;
	text-align: left;
	width: 275px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #777777;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: line-through;
}
em {
	font-style: italic;
}

/*COMIENZA PARTE DEL BLOG*/

#main {
	width:400px;
	float:left;
	font-size: 10pt;
  }
#sidebar {
	width:140px;
	float:right;
	text-align: right;
	font-size: 9pt;
	border-left:1px dotted #ccc;
	text-decoration: none;
  }
#sidebar a:link{
	color:#000000;
	text-decoration: none;
}
#sidebar a:hover{
	color:#E6A05B;
	text-decoration: none;
}
#sidebar a:visited{
	color:#A39A92;
	text-decoration: none;
}
#sidebar a:active{
	color:#94B355;
	text-decoration: underline;
}
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
.post {
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  text-align: left;
  }
.post-footer {
	font-size: 9pt;
}
.post-footer a:link {
	text-decoration: none;
}
p.post-footer {
	margin:-.25em 0 0;
	color:#ccc;
	text-align: right;
	padding-top: 0.5em;
  }
.post-footer em, .comment-link {
	text-transform:uppercase;
	font-size: 9pt;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img, .post object, .post embed {
	padding-top: 1em;
	padding-bottom: 1em;
  }
.comment-poster {
	background-color: #444444;
	color: #FFFFFF;
	font-size: 9pt;
}
.comment-poster a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.comment-timestamp a:link{
	color: #777777;
}
