body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font:normal 11px 'lucida grande', arial, helvetica, sans-serif;
	color: #444444;
	background-color: #EAF4C4;
	text-align: center;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	outline: none;
	}
a:visited {
	color:  #666666;
	}
a:active {
	color:  #666666;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#content {
    background-color:#FEFEFE;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	border: 1px solid #ccc;
	text-align:left; /* part 2 of 2 centering hack */
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	}
html>body #content {
	width: 570px; /* ie5win fudge ends */
	}
pre {
    text-align:left;
    border:1px solid #555555;
    background-color: #F8F8F8;
	line-height: 11px;
	margin: 5px 10px 5px 10px;
	padding:10px;
}	

h2{
	color: #3E565F;
	margin: 0 0 3px 0;
	font-size: 16px;
}
/*Titulo de las entradas*/
h3{
	color: #51637B;	
	margin: 0 0 8px 0;
	font-size: 14px;
}

table{
    width:90%;
    margin-left:20px;
	font-size: 11px;
	text-align:justify;
}

table th{
	font-size: 12px;
	font-width: 'bold';
	border-bottom:1px solid #555555;
}

table .right{
	font-size: 11px;
    text-align: right;
	font-width: 'normal';
	border-bottom:1px solid #555555;
}


table td{
    padding:5px 0px 0px 5px;
}



input, select{
	font:normal 10px 'lucida grande', arial, helvetica, sans-serif;
	color: #444444;
	border:1px solid #999999;

}


.noborder{
    border:0px;
}