/* CSS Document */

body{
	background-color:#CCCCCC;
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
	background-repeat: no-repeat;
}

#wrapper{
width: 770px;
background-color:#FFFFFF;
margin:10px auto;
border: 1px solid #000000;
text-align:left;
}

#logo{
	height: 110px;
}

#nav{
	border-bottom: 1px solid #000000;
}

#nav ul{
	margin: 0;
	text-align:right;

}

#nav ul li{
	display: inline;
	margin: 0;
}

#nav ul li a{
	font-size: 80%;
	color:#666666;
	background-color:#CCCCCC;
	text-align: left;
	font-weight: bold;
	padding: 0px 25px 0px 25px;
	text-align: center;
	width: 9em;
	text-decoration:none;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
} 

#nav ul li a:hover, #nav ul li a:focus{
	color: #FFFFFF;
	background-color: #666666;
}

#content {
	background-image:url(fundo_editorial.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

p {
	font-size: 80%;
	margin: 0px 20px 20px;
}

h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

h2{
	font-size: 110%;
	color: #003366;
	padding: 0;
	margin: 20px 20px 0px;
	border: 1px dotted #000000;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 20px 20px 10px;
	color: #333333;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	margin:0px 20px 20px;
}
#footer{
border-top: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
}

.autor {
	font-size: 70%;
	font-weight: bold;
	color: #006699;
	margin-top: 0px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.tituloxtra {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.p_poesia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

.p_diferente {
	font-family: "Courier New", Courier, mono;
	font-size: 90%;
	color: #000000;
	margin: 20px;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:hover, a:active, a:visited {
	text-decoration: none;
}
