.calendario {
	font: 95% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	}

.borde1 {border-bottom: 1px dashed #C0C0C0;margin-bottom: 10px; }

barra {
     background-image: url('imagenes/background.jpg');
	background-repeat: repeat-x;
}

.titulo {
	font: 130% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #35406A;
	font-weight: bold;
	letter-spacing: 0.3em;
	}
	
blockquote {
	background: #FFFFCC;
	border: 1px solid #D0D4D4;
	color: #800000;
	margin: 15px auto;
	width: 75%; padding-left:20px; padding-right:10px; padding-top:10px; padding-bottom:10px
}

code {
BACKGROUND: #F1F4F5;
COLOR: #006600; BORDER-RIGHT: #d1d7dc 1px solid; PADDING-RIGHT: 2px dotted; BORDER-TOP: #d1d7dc 1px solid; PADDING-LEFT: 2px solid; 
FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #d1d7dc 1px solid;  PADDING-TOP: 2px; BORDER-BOTTOM: #d1d7dc 1px solid; FONT-FAMILY: Verdana;}

body {background-color: #dde5d9;
	margin: 10;
	color: #00274F;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.post {	border-bottom: 1px #666 dashed;
	padding: 7px 3px 1px 4px;
}

.comments {
	margin: 0 0 5px 2%;
	padding-left: 8px;
	border-left: 3px #618788 solid;
	
}

/* Text Styles */

ul {
	padding: 3px;
}

h1, h2, h3 {
	font-weight: bold;
	color: #AA3511;
}

.post_head {
	margin-top:-19px;
}

p {
	font-size: 0.8em;
}

a:link {
	color: #AA3511;
	text-decoration: underline;
}

a:visited {
	color: #618788;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #808080;
	text-decoration:none;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}
/* End Typography & Colors */


/* Sidebar Styles 
#sidebar h3 {
	font-size: medium;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 10px 10px 5px;
	padding: 0;
	}

#sidebar ul li {
list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	font-size: smaller;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Sidebar Styles */

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 5px;
	font-size: 0.87em;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar ul li ul li {
	list-style-type: square;
}

/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('imagenes/sbbody-r.gif') no-repeat bottom right;
	font-size: 85%;
}

.boxhead {
	background: url('imagenes/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	background: url('imagenes/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
}
.boxbody {
	background: url('imagenes/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 10px 0;

}