*{
  margin: 0;
  padding: 0;
  border: 0;
}

body, h1, h2, h3, div, img, ul, li{
	border: 0px;
	margin: 0px;
	padding:0px;
}

body { 
  font-family: "Trebuchet MS", Verdana, helvetica, sans-serif;
  font-size: 68.75%;
  text-align: center; 
  background: #cccccc url("../images/bg_grama.gif"); 
  background-attachment: fixed; 
  color: #333;
  border-top: 4px solid #f68220;
}

#geral{
  width: 860px;
  margin: auto;
  text-align: left;
  font-size: 1.1em;
}

#topo{
  padding-top: 13px;
  height: 330px;
}

#menu{
  float: right;
  width: 480px;
  font-family: Georgia, Verdana, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  list-style-type:none;
  padding-top: 20px;
  text-align: right;
}

#menu li{
  display: inline;
  padding: 0 0 0 20px;
}

.logo{
  float: left;  
}

.frase {
  margin: 50px 0px;
  clear: both;
  float: left;
}

#slide{
  float: right;      
  width: 436px;
  height: 265px;
  background-image: url("../images/foto.png");
  margin-top: -20px;
  margin-bottom: 10px;
}

#slide img{
	margin: 26px 0 0 35px;
}

.both{
  clear: both;
}

#conteudo{
  width: 100%;
  margin-bottom: 30px;
  display: table;
}

#col1, #col2, #col3 {
  background-color: #fff;
  /*width: 135px;*/
  float: left;
  border-top: 3px solid #f68220;
  padding: 5px 10px 10px 10px;

}

#col3{
  float: left;
  margin-left: 18px;
  width: 135px;
}



#col2{
  float: left;
  width: 190px;
  margin-left: 18px;
}

#col1{
  width: 428px;
  float: left;
}

h1{
  font-family: Georgia, Verdana, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.4em;
  color: #f68220;
  margin-bottom: 10px;
}

.fotos{
  list-style-type: none;
  clear: both;
}

.fotos li{
      padding: 5px;
      border: 1px solid #ccc;
      width: 100px;
      height: 100px;
      float: left;
      margin: 10px 15px;
      background-color: #efefef;
}

#rodape{
  clear: both;
  color: #fff;
  text-align: center;
  background-color: #f68220;
   border-top: 4px solid #da6400;
  height: 40px;
  padding: 10px 0;
  width: 100%;
 
}

.patrocinador{
  background: #fff url("../images/logos/1encaotro/tralala.gif") no-repeat;
  width: 140px;
  height: 80px;
  
}

.patrocinador2{
  background: #fff url("../images/logos/1encaotro/tralala.gif") no-repeat;
  width: 140px;
  height: 100px;
;
}
.pointer{
	cursor: pointer;
}

/*msg*/

.titulo_msg{
	font-weight: bold;
	color: #f68220;
	border-bottom: 1px dotted #f68220;
	padding-top: 5px;
	margin-bottom: 5px;
}

.corpo_msg{
	background-color: #ededed;
	padding: 0 10px;
	width: 190px;
	margin-left: -10px;
}

.corpo_msg2{
	padding: 0px;
}

.corpo_msg3{
	width: 100%;
}

.assinatura_msg{
	color: #f68220;
	margin-top: 5px;
	padding-bottom: 5px;

}

/*forms*/

#formulario_msg{
	margin-top: 20px;
}


label{
  display: block;
  width: 80px;
  float: left;
}

.peq{
  width: 130px;
}

.peq_label{
  width: 50px;
}

input, select, textarea{
  background-color: #ededed;
  border: 2px solid #ccc;
  font-family: "Trebuchet MS", Tahoma;
  color: #333;
  margin-bottom: 10px;
  font-size: 1em;
  width: 30em;
}

#id_newsletter input{
	width: 20em;
}

.submit{
  float: right;
  margin-right: 6px;
  width: 5em;
}

#load {
	position: fixed;
	color: #fff;
	bottom: 0;
	padding: 0;
	height: 65px;
	margin: 0;
	width: 100%;
	background-color: #da6400;
   	border-top: 4px solid #f68220;
	text-align: center;
	padding-top: 20px;
	text-align: center;
	display: none;
}

/* links */

a:link,  a:visited,  a:active{
  text-decoration: none;
  color: #fff;
}

a:hover{
  background-color: #da6400;
}

#menu a{
	padding: 5px;
}

.logo a{
	background-color: transparent;
}

#conteudo a:link, #conteudo a:visited, #conteudo a:active{
	color: #da6400;
}

#conteudo a:hover{
	background-color: #da6400;
	color: #fff;
}

.destaque{
	color: #f68220;
	font-weight: bold;
}

/* paginacao */
.paginacao{
  height: 22px;
  margin-top: 10px;
  text-align: center;
  clear: both;
}

.paginacao a:link, .paginacao a:visited, .paginacao  a:active, .paginacao a:hover{
  padding:  1px 6px 1px 6px;
  background-color: #ededed;
  margin: 0 3px;
  border: 1px dotted #f68220;
  color: #f68220;

}

.paginacao a:hover{ /*paginacao*/
  border: 1px solid #f68220;
  background-color: #f68220;
  color: #fff;
}

a.marcado:link, a.marcado:visited, a.marcado:active, a.marcado:hover{
 background-color: #f7cf73;
 color: #fff;
}

.paginacao ul{
  list-style-type: none;
}

.paginacao ul li{
  display: inline;
  text-align: center;
}
