
.divEventos{
  background: #002539;
  margin:0;
  border-left:5em solid #000;
  width:92%;
  padding-bottom:50px;
}

.informacao{
  width:335px;
  margin:10px 0 0 10px;
  float:right;
}
.informacao a{
		color:#09d
}
h2, h3{
  font-size:140%;
}


hr{
  background: #013954;
  color: #013954;
  margin:10px 0;
}


.divEventos .tituloEventos{
  background: #013954;
  line-height:30px;
  font-size:140%;
  margin-left:10px;
  padding-left:10px;
}

.divEventos p{
  padding:5px;
}

.listaEventos{
  font-size:120%;
  padding:10px;
}
.divEventos form{
  margin:10px
}
.divEventos input{
  width:320px;
  padding:3px;
}


.divEventos input, .divEventos textarea, .divEventos select{
  background: #000B0F;

}
label{
  line-height:24px;
}

.divEventos textarea{
  width:330px;
  height:250px;
}


.divEventos label,.divEventos input, .divEventos textarea, .divEventos select{
  float:left;
  clear:left;
}
.divEventos select {
	width:330px;
}
#btn{
  width:100%;
  text-align:right;
  border-right:8px solid #004C6A;
  color:#09d;
  padding:6px;
  cursor:pointer;
}

