/* CSS Document */
*{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body{
	background:url(../images/fundo_topo.png) repeat-x fixed top #ccc;
	font-size: 12px;
	color: #dedede;
/*	background-color: #DE8442;*/
}

a{
	color: #ffc200;
	text-decoration: none;
}

h1{
	background: url(../images/barra_titulo.png) repeat-x ;
	color: #fff;
	margin: 0;
	line-height: 20px;
}

h2{
	font-weight: bold;
	font-size: 14px;
}

.faded{
		color: #444;
}

#container4{
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/fundo_sombra.png);
}


#header{
	height: 175px;
}
#body{
	background-color: #343434;
	padding-bottom: 235px;
}

#logo{
	margin-top: 20px;
	margin-left: 170px;
}

ul#menu li{
	color: #fff;
}

#footer{
	height: 225px;
}

#footer #patrocinios{
	height: 205px;
	background-color: #fff;
}
#footer #copyright{
	padding-left: 20px;
}
div.fotos{
	margin-bottom: 20px;
}

div.fotos img{
	text-align: center;
	margin: 10px 5px;
}

#conteudo{
	line-height: 18px;
}

span.destaque{
	color: #ffc200;
	font-size: 14px;
}

ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

#conteudo ul{
	list-style: disc;
	padding-left: 15px;
}

#conteudo ul li{
	padding: 0;
	margin: 0;
/*	text-indent: -20px;
	padding: 0 0 0 20px;*/
}

#conteudo ol{
	list-style: lower-latin;
	padding: 0 0 15px 20px;
}
#conteudo ol ol{
	list-style: lower-roman;
}

#conteudo p.destaque{
	border-left:1px solid #FC0;
	padding-left:20px;
}

/*****
* CAIXA LOGIN AUTORES
*******/
#login-authors{
	width: 130px;
	float: right;
}
#login-authors form{
	background: #737373;
	padding: 5px;
}
#login-authors input{
	width: 100%;
	margin-bottom: 5px;
	background-color: #b9b9b9;
	border: none;
}
#login-authors button{
	width: 100%;
}