/* CSS Document */

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

h1{
	font-size: 18px;
	font-weight: bold;
}

ol li{
	margin-left: 15px;
}

.faded{
		color: #444;
}
/*
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 0;
	min-height:100%;
	position: relative;
}*/

#outerContainer{
	min-height: 100%;
	width: 980px;
	margin: auto;
	position:relative;
}


#container4{
	margin-left:10px;
	width: 960;
/*	padding: 0 30px;*/
	height:100%;
}

#logo{
	margin-left: 170px;
}

div.fotos{
	margin-bottom: 20px;
}

div.fotos img{
	text-align: center;
	margin: 10px 5px;
}


#body{
	padding-bottom: 180px; /* tamanho default footer */
	margin-top: 20px;
}

#body #coluna-esquerda,
#body #coluna-direita{
	margin-right: 20px;
}
#body #coluna-esquerda{
	float: left;
	width: 160px;
}
#body #coluna-direita{
	float: right;
	width: 200px;
}
#body #centro{
	float: left;
	width: 520px;
	/*margin-right: 20px;*/
	margin-left: 20px;
}


#body #conteudo iframe{
	width: 100%;
/*	height: 500px;*/
	overflow: visible;
}

#footer{
	position:absolute;
	bottom:0;
	width: 960px;
	/*padding-top: 30px;*/
}
#footer #copyright{
	height: 20px;
	line-height: 20px;
	background-image: url(../images/footer.png);
	padding: 0 10px;
}

#footer ul#logotipos li{
	float:left;
}

/*********
* MENU
**********/
ul#menu{
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 0;
}
ul#menu ul{
	margin: 0 0 0 10px;
	padding: 0;
}
ul#menu li{
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}


ul#menu ul{
	padding-top: 5px;
	/*display: none;*/
}

ul#menu li.expandivel a.expandivel{
	display: block;
	padding-left: 10px;
	margin-left: -10px;
	background: url(../images/seta_menu_fechado.png) no-repeat left center;
}
ul#menu li.aberto a.expandivel{
	background: url(../images/seta_menu_aberto.png) no-repeat left center;
}

ul#menu li ul li{
	font-size: 12px;
}

/*******
* FORMULARIOS
********/

form, 
fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

form *{
	font-size: 11px;
}

form div {
  clear: left;
  display: block;
/*  width: 354px;*/
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 0;
}

form div label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 0px;
  margin: 0 0 5px 0;
  text-align: left;
  font-weight: bold;
}

form div input,
form div select,
form div textarea{
	width: 	200px; /* valor default */
}

form div.botoes{
	margin-top: 20px;
}
form div.botoes input{
	width: 125px;
}

form fieldset table{
	border: none;
	width: 60%;
}
form fieldset table tbody tr:hover{
	background-color: #fff;
}

/********
* FICHA
******/

dl{
	float: left;
	display: block;
	width: 520px;
}
dt,
dd{
	margin: 0 0 5px 0;
	display: block;
	float: left;
}

dt{
	clear: left;
	font-weight: bold;
	width: 20%;
}
dd{
	width: 80%;
}


.clear{
	clear: both;
	float:none;
	margin:0;
	padding:0;
	line-height:0px;
	/*height:0px;*/
}



/*****
* CAIXA LOGIN AUTORES
*******/
#login-authors{
	float: right;
}
#login-authors form{
	padding: 5px;
}
#login-authors input{
	width: 100%;
	margin-bottom: 5px;
}
#login-authors button{
	width: 100%;
}

/*********
* PATROCINIOS
***********/
ul#patrocinios{
	padding: 30px;
}
ul#patrocinios > li > div.grupo{
	clear: left;
	float: left;
	width: 150px;
}
ul#patrocinios ul{
	float: left;
	padding-bottom: 10px;
}
ul#patrocinios ul li{
	float: left;
	margin-right: 10px;
}

/* Listas */
ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

#conteudo ul li{
	padding: 0;
	margin: 0;
/*	text-indent: -20px;
	padding: 0 0 0 20px;*/
}

#header{
	position: relative;
}

#header ul.idiomas{
	position: absolute;
	bottom: 20px;
	right: 10px;
}

#header ul.idiomas li{
	float:left;
}

a.idioma img{
	display:block;
}
