/* @override http://localhost/css/estilos-texto.css */

body {
	position: relative;
	margin: 0;
	padding: 0;
	}

p, li, h1, h2, h3, h4, h5, h6, a {
	font-family: "Lucida Grande", Lucida, Gentium, Verdana, sans-serif;
	}
p, li {
	color: #333;
	line-height: 1.75em;
	font-size: medium;
}
em {
	color: #656633;
	font-style: italic;
	}

cite {
	color: #6697cb;
	font-weight: normal;
	font-style: normal;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
h1, h2 {color: #666;}	
h1 {
	font-weight: bold;
	font-size: 24px;
}	
h2 {
	font-size: 18px;
}
h3 {
    margin-bottom: 0.25em;
	color: #663504;
	font-weight: bold;
	border-bottom-style: solid;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
    }
h4, h5 {
	font-weight: bold;
	font-size: large;
	font-variant: small-caps;
}

h6 {
	font-size: small;
	font-style: italic;
}
a  {
    color: #369;
	line-height: 1.5em;
	font-size: 13px;
}
div#content {
	position: absolute;
	top: 26px;
	left: 281px;
	right: 25px;
	padding: 10px; 
	border: solid #FC9;
}
div#content p {
	margin: 0 1em 1em;
	text-align: justify;
}

div#content li {
	margin: 0 1em 1em;
	text-align: justify;
}
div#links a {
	display: block;
	text-align: left;
	padding: 5px 10px;
	margin: 0 0 2px;
	border-width: 0; 
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
div#links a:hover {
	color: #F8FDD9;
	}
div#links a span {
	display: none;
	}
div#links a:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 280px;
	width: 135px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #F8FDD9;
	background: transparent;
	text-align: left;
	font-size: 12px;
}
div#content a {
	text-shadow: #6374AB -2px 2px 2px;
	text-decoration: none;
	line-height: 1.5em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}
div#content a:link {
	color: #300;
	}
div#content a:visited {
	color: #666;
	}
div#content a:link:hover {
	color: #000;
	background: #E8D4C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	}
div#content a:visited:hover {
	color: #000;
	background: #E8D4C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	}
div#links {
	position: absolute;
	top: 52px;
	left: 0;
	width: 280px;
	height: 700px;
	font-size: 16px;
}