/* Cacto - Ricardo Valiente */
/* CSS General */

*{
	margin: 0;
	padding: 0;
}
.access,
hr{
	display:none;
}
h1, h2, h3, h4, h5, h6, p{
	font-size:100%;
}
h1, h2, h3, h4, h5, h6{
	letter-spacing:-.03em;
}
li{
	list-style-type:none;
}
a,
a:link{
	color:#338c26;
	text-decoration:none;
	border-bottom:1px solid #4ac538;
}
a:hover{
	color:#fff;
	border-bottom:1px solid #338c26;
	background-color:#4ac538;
}
a:active{
	background-color:#FFC
}
body{
	background: transparent url(../images/bg.gif) repeat-x;
	font: normal 62.5% "Lucida Sans", "Lucida Grande", Lucida, Verdana, Arial, Sans-Serif;
	text-align:center;
	color:#555;
}
div#page{
	position: relative;
	margin:0 auto;
	width:90em;
	text-align:left;
}
h1{
	margin:1.1em 0;
	font-size:3.6em;
	color:#338C26;
}
div#content{
	border-bottom:80px solid #ebebeb;
	padding-bottom:5em;
	background: transparent url(../images/cacto.gif) left bottom no-repeat;
}
div#primary{
	float:left;
	width:60em;
	border-top:8px solid #ebebeb;
	padding-top:2em;
}
div#secondary{
	float:right;
	width:25em;
}
div#primary p{
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:1.2em;
}
div#primary p.version-antigua{
	margin:1.4em 0 2.4em;
}

/* Sections */
div.section{
	border-top:8px solid #ebebeb;
	padding-top:1.7em;
	margin-bottom:3em;
}
div.section h2{
	margin-bottom:.8em;
	font-size:1.8em;
}
div.section h3{
	font-size:1.5em;
	color:#338C26;
	font-weight:normal;
	display:inline;
}
div.section li{
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:2px solid #ebebeb;
}
div.section li.last{
	padding-bottom:0;
	margin-bottom:1em;
	border-bottom:0;
}
div.section li p{
	display:inline;
	line-height:1.5em;
}
div#content div.section p,
div#content div.section dl{
	font-size:1.2em;
	margin-bottom:1em;
}
div.section dt{
	float:left;
	clear:left;
}
div.section dd{
	float:right;
}
div.section dt,
div.section dd{
	padding-bottom:5px;
}

div#footer p{
	color:#bbb;
	margin:.5em 0;
	text-align:right;
}

/* Clearfix
------------------------------------------------------------------------------------------------------------------------ */
.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 */



