#head #skip,
#head #langs,
#head #contact,
#col1,
#col2,
#footer {
	display: none;
}

#head a img {
	border: none;
	float: left;
}
#head .tagline {
	clear: both;
	font-size: 1.2em;
}

#content {
	clear: both;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}


/*
* Main content
*/

#content h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	margin-top: 0.5em;
}

#content h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 0.1em 0;
	margin: 0 1em 0.3em 0.3em;
	clear: both;
	border-bottom: 1px solid #efefef;
}
#content a {
	font-weight: bold;
	text-decoration: none;
}

#content a:after {
	content: " (" attr(href) ") ";
}
#content a[href^="/"]:after {
	content: " (http://www.cegid.es/" attr(href) ") ";
}
#content a[href^="."]:after,
#content a[href^="#"]:after {
	content: "";
}
#content #breadcrumbs a:after {
	content: " /";
}

#content p,
#content li {
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 0.4em;
}

#content li {
	margin-left: 20px;
}

#content ol li {
	list-style-type: decimal;
}

#content ul li {
	list-style: circle url(img/bullet.png) outside;
}

#content ol li {
	list-style-type: decimal;
}

#content ol ol li {
	list-style-type: lower-latin;
}

#content .intro {
	padding: 0 1.4em;
}

#content .intro .illustration {
	float: left;
	margin: 0 8px 0 0;
}

#content .pullout {
	float: left;
	clear: both;
	margin: 1em;
	padding: 1em;
	background: #efefef;
	font-size: 1.1em;
	line-height: 1.2em;
	font-style: italic;
}

#content .pullout:first-letter {
	font-weight: bold;
	font-size: 1.4em;
}

#content .illustration {
	float: right;
	padding: 4px;
	margin: 0 0 0 8px;
	border-right: 2px solid #f0f0f0;
	border-bottom: 2px solid #ecedef;
}
#content .figure {
	clear: both;
	text-align: center;
	margin: 0 40px;
}

#content .figure img {
	display: block;
	text-align: center;
	padding-bottom: 1em;
	margin: 0.2em auto;
	border-bottom: 2px solid #efefef;
}

#content .figure p {
	font-style: italic;
}