body { 
	margin: 0;
	padding: 0;
	font: 13px verdana, arial, sans-serif;
	color:#000;
	background:#fff;
	height: 100%;	
}
#footer a, #navi a, a {
	color: #238c13;
	text-decoration: none;
	background: inherit;
	font-weight:bold;
}
#footer a:hover, #navi a:hover, a:hover {
	color: #fff;
	background:#238c13;
}
.titular {
	color: #000;
	background: #238c13;
}
p.negro {
	background:#000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	margin:12px 0 0 0; padding:0;
}
.floatleft {
	border: 1px solid #000;
	padding: 1px;
	margin: 4px;
}
.floatright { float:right; margin:15px;
}
#head {
	color: #000;
	background:#238c13;
	padding:0; margin: 0;
	height: 88px;
}
#head h1 {
	margin:0;
	padding:20px;
	color:#000;
	background: inherit;
	font-size:18px;
	font-weight:800;
}
#head a, #head a:link, #head a:visited, #head a:active, #head a:hover {
	margin:0;
	padding:0;
	color:#000;
	background: inherit;
	font-size:18px;
	font-weight:800;
	text-decoration: none;
}
/* All the content boxes belong to the content class. */
#content {
	position: relative;
	top:0;
	min-width:200px;
	margin: 0 144px 0 220px;
	background: #fff;
	padding: 30px 10px 20px 10px;
	color: #000;
	font-size:15px;
	font-weight:bold;
	border-right:2px dotted #238c13;
	border-left: 2px dotted #238c13;
	height: 100%;
}
 html>body #content
{
width: auto;
height: auto;
min-height: 100%;
}
.tbl {
    background: #fff; 
    margin: 0 auto; 
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	padding:0 0 15px 0;
	margin: 0;
	text-indent: 15px;
}
#content a {
	font-size: 15px;
	color: #238c13;
	background: inherit;
	text-decoration: none;
	font-weight:bold;
}
#content a:hover { 
	color: #fff;
	background:#238c13;
}
#content ul {
	margin: 20px 0 10px 10px;
	padding: 0;
	list-style: diamond;
}
#content ul li {
	margin: 2px 0 2px 10px;
}
#navi {
	float: left;
	margin: 0;
	width:210px;
	background:#fff;
	padding: 10px;
	color:#000;
	font-weight:bold;
}
#navi p {
	margin: 0 0 12px 0;
	padding: 0;
}
#ads {
	float: right;
	margin: 0;
	width:122px;
	background:#fff;
	color: #000;
	padding:10px;
	text-align:center;
}
#footer {
	clear: both;
	width:100%;
	height: 40px;
	margin:0;
	padding:10px 0 0 0;
	border-top: 2px dotted #238c13;
	background:#fff;
	color: #000;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
