body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #646464;
	text-align: justify;
	margin: 0 auto;
	max-width: 960px;
}
* {
	margin: 0px; 
	padding: 0px;
}
div#page {
	height: auto;
	margin-right: 1em;
	margin-left: 1em;
}
img {
	border: 0;
}

div#content {
	width: 100%;
	height: auto;
}
div#columns3_left {
	width: 25%;
	height: auto;
	float: left;
}
div#columns3_right {
	width: 25%;
	height: auto;
	float: right;
}
div#columns3_midle {
	text-align: center;
	width:50%;
	height: auto;
}

div#columns2_left {
	width: 150px;
	height: auto;
	float: left;
}
div#columns2_right {
	width: auto;
	height: auto; 
	float: left;
}
div#columns2_left li {
	font-stretch: semi-condensed;
	text-indent: 10px;
	list-style-type: none; 
}
div#columns2_left {
	font-size: .8em;
}

div#columns2_reversed_left {
	width: 70%;
	height: auto;
	float: left;
}
div#columns2_reversed_right {
	width: 28%;
	height: auto;
	float: left;
	margin-left: 2%;
}

/* Links */
.links_item {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
.links_item h1 {
	font-variant: small-caps;
}
.links_item p {
	text-align: justify;
}
.links_item img.right{
	float: right;
	margin-left: 1em;
}
.links_item img.left, .links_item img  {
	float: left;
	margin-right: 1em;
}

#hide {
	visibility: hidden;
}

/* index */
section#welcome {
	margin-top: 1em;
}
section#welcome header h1 {
	font-size: 3em;
	margin-bottom: 15px;
	text-align: center;
}

span.luisgracia {
	font-weight: bolder;
}

/* news */
section#news {
	font-size: 0.8em;
}
section#news header {
	font-size: 1em;
}
section#news div#note {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 1em;
}
section#news article {
	margin: 0px;
}
section#news article header {
	font-size: 1em;
	margin: 0px;
	display: block;
}
section#news article.enabled header:after {
	content: '';
	background-image:url(assets/images/minus.gif);
}
section#news article.disabled header:after {
	content: '';
	background-image:url(assets/images/plus.gif);
}
section#news article.enabled p {
	display: block;
}
section#news article.disabled p {
	display: none;
}
section#news article header h1 {
	font-size: 1em;
	display: inline;
}
section#news article time {
	font-size: 0.7em;
	color: #000000;
	font-style: oblique;
	margin-bottom: 1em;
	display: inline-block;
}
section#news article time:before {
	content: ')';
}
section#news article time:after {
	content: ')';
}
section#news article p {
	font-size: 0.9em;
	display: block;
	margin-bottom: 10px;
}

/* images */
img.s640_480 {/* scalable em size class 640px/480px image */
	width: 40.0em;
	height: 30.0em;
}
img.s400_300 {/* scalable em size class 400px/300px image */
	width: 25.0em;
	height: 18.75em;
}

/* contact */
#form_comment {
	font-size: 0.7em;
	vertical-align: 1em;
}

/* header */
header {
	color: #646464;
	font-size: 0.5em;
	width: 100%;
	height: auto;
}
header_logo {
	width: auto;
	float: left;
	margin-left: 30px;
}
header_date {
	text-align: left;
	position: relative;
	top: 40px;
	float: right;
	margin-right: 30px;
}

/* footer */
footer {
	font-size: 0.8em;
	text-align: center;
	width:auto;
	height:auto;
	margin-top: 20px;
}
footer #copyright {
	display: inline;
	padding-right: 10px;
}
footer #updated {
	display: inline;
}

/* other */
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
blockquote {
	margin: 10px 40px 10px 40px;
	font-size: 1em;
	font-style: oblique;
}

/* li { font-stretch: semi-condensed; font-variant: small-caps; text-indent: -12px; list-style-type: none; } */

