 /**
  * CSS Design: André Marcanth
  * Date: 25 de agosto de 2008
  * Version: 0.1
  */
  
  * {
  margin: 0;
  padding: 0;
  }
  body {
  background: #ececef url(../img/backg.png);
  text-align: center;
  }
  #pagina {
  width: 760px;
  margin: 10px auto 0 auto;
  text-align: left;
  background: #fff url(../img/velas_fundo_page.jpg) no-repeat center top;
  }
  #precabecalho {
  background: #fff url(../img/left_corner.png) no-repeat top left;
  height: 50px;
  font: 10px verdana, arial, sans-serif;
  color: #666;
  line-height: 50px;
  padding-left: 530px;
  }
  #precabecalho #canto {
  background: #fff url(../img/right_corner.png) no-repeat top right;
  }
  #cabecalho {
  height: 100px;
  background: url(../img/blueback05b.png) no-repeat;
  border-top: 5px solid #ddd;
  border-bottom: 2px solid #ddd;
  }
  #cabecalho h1 {
  /*background: url(../img/taca04.png) no-repeat center left;*/
  font: 36px "Century Gothic";
  color: #fff;
  line-height: 100px;
  margin-left: 20px;
  padding-left: 80px;
  }
  #menu {
  background: #fff;
  width: 150px;
  float: left;
  }
  #menu ul {
  list-style: none;
  margin-top: 20px;
  }
  #menu ul li a {
  display: block;
  background: url(../img/menu_abas2.png) no-repeat bottom left;
  font: 12px verdana, arial, sans-serif;
  height: 23px;
  line-height: 23px;
  color: #666;
  text-decoration: none;
  padding: 0 10px 2px 10px;
  }
  #menu ul li a:hover {
  background: url(../img/menu_abas2.png) no-repeat center left;
  color: #000;
  }
  #menu ul li a:active {
  background: url(../img/menu_abas2.png) no-repeat top left;
  }
  #canvas {
  /*background: url(../img/back_line.gif) repeat-y;*/
  }
  #linhas {
  background: url(../img/linhas_mar.jpg) no-repeat top left;
  height: 31px;
  }
  #conteudo {
  /*background: #fff;*/
  margin-left: 151px;
  padding: 20px;
  }
  #conteudo h2 {
  font: bold 18px Georgia, times, serif;
  color: #039;
  padding-bottom: 10px;
  }
  
  #conteudo h2 img{
	display: none;
  }
  
  #conteudo p {
  font: 12px Verdana, arial, sans-serif;
  line-height: 15px;
  color: #333;
  padding-bottom: 10px;
  }
 #rodape {
  background: #fff url(../img/bleft_corner.png) no-repeat bottom left;
  height: 50px;
  font: 10px verdana, arial, sans-serif;
  text-align: center;
  color: #666;
  line-height: 50px;
  padding-left: 20px;
  border-top: 1px solid #eee;
  }
  #rodape #cantob {
  background: #fff url(../img/bright_corner.png) no-repeat bottom right;
  }
  
  .lista-noticias{
	margin: 0 0 20px 0;
	padding:0;
	text-align: justify;
	font-family:georgia;
	font-size: .8em;
	margin-right:10px;
}

.lista-noticias h3{
	margin:0;
	padding:0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

.lista-noticias em{
	margin:0;
	padding:0;
	letter-spacing: 2px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

.link{
	font:verdana;
	color: #000;
	/*font-size: 12px;*/
	text-decoration: none;
}



#frmFaleConosco input, #assunto, #frmRegata input, #assunto
{
	border: 1px solid #d5d5d5;
	color: #0284E2;
	width: 390px;
	height: 16px;
	font-family: verdana;
	font-size: 12px;
}

#frmFaleConosco #telefone,#frmFaleConosco #celular, #frmRegata #telefone
{
	border: 1px solid #d5d5d5;
	color: #0284E2;
	width: 100px;
	height: 16px;
	font-family: verdana;
	font-size: 12px;
	
}

#frmFaleConosco select, #enviaGaleria select, #transacao, #categoriaId
{
	border: 1px solid #d5d5d5;
	color: #0284E2;
	width: 200px;
	height: 20px;
	font-family: verdana;
	font-size: 16px;
}

.campoErrado{background-color: #FFEEEE;}
.campoOk{background-color: #ffffff;}

textarea{
	border: 1px solid #d5d5d5;
	color: #0284E2;
	width: 410px;
	height: 150px;
	font-family: verdana;
	font-size: 12px;
}


.botao100{
	border: 1px solid gray !important;
	width: 100px !important;
	height: 20px !important;
	font: 10px verdana !important;
	color: #666 !important;
}


#msgErro{
	width:360px;
	border:1px solid;
	border-color: #cc0000;
	background-color: #FFEEEE;
	font-family: verdana;
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}

#msg{
	width:360px;
	/*height:20px;*/
	border:1px solid;
	border-color: #cc0000;
	background-color: #FFEEEE;
	font-family: verdana;
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}

#msgOk{
	width:360px;
	/*height:20px;*/
	border:1px solid;
	border-color: #006400;
	background-color: #F0FFF0;
	font-family: verdana;
	color: #006400;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}