@charset "utf-8";
/* CSS Document */
body {
  /* font-family: "Comic Sans MS"; */
  background:#a9dcc0 url(../images/fundomar.png) repeat-x;
  color:#666;
  font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
  font-size:12px;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:800;
	color:#000000;
	margin:0px;
	padding:0px;

	}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:14px;
	color:#0033CC;
}
h3 {
 	font-size:12px;
	color:#333333;
}
h4 {
	font-size:15px;
	border-bottom: solid 2px #cccccc;
}
h5 {
 	font-size:19px;
}
h6 {
 	font-size:20px;
}
p {

}
a {
 	color:#000000;
 	text-decoration:none;
}
a:visited {
 	color:#000000;
 	text-decoration:none;
}
a:hover {
 	color:#003399;
 	text-decoration:underline;
}

form input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
	height:18px;
	background:#FFFFFF;
}

form input.file{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
	height:18px;
	background:#FFFFFF;
}

form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
}
form select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	border:solid 1px #CCCCCC;
	line-height:18px;
	height:18px;
}

/* ESTILOS PERSONALIZADOS */

#tudo {
	margin-left:auto;
	margin-right:auto;
	width:796px;
	height:600px;
	background-color:#FFFFFF;
	background-image:url(../images/fundo.jpg);
	background-repeat:no-repeat
}

#topo {
	left:60px;
	top: 59px;
	width: 707px;
	height:198px
}
#conteudo {
	padding:0px;
	padding-top:0px;
	background-image:url(../images/areia.jpg);
    background-repeat:no-repeat;
	width:708px;
	height:278px;
	left:64px;
	top: 200px 
}


#holder {
  width:800px;
  height: 600px;
  top: 50;
  left: 50%;
  margin-left: -400px;
  margin-top: 0px;
  background: red;
  min-width: 800px;
  min-height: 600px
} 

.transparent { 
  filter: alpha(opacity=80); 
  -moz-opacity: .80; 
  -khtml-opacity: 0.8;
}

.transparent2 { 
  filter: alpha(opacity=70); 
  -moz-opacity: .70; 
  -khtml-opacity: 0.7;
}
.normal { 
  filter: alpha(opacity=100); 
  -moz-opacity: .100; 
  -khtml-opacity: 1.0;
}

#limites {
  top: 39;
  left: 49%;
  margin: 0px 0 0 -349px;
  width: 699px;
  height: 410px;
  background: url('../../images/fundo.gif') no-repeat scroll center top;
}

img{ border-style: none; }
.item:hover{
	filter: alpha(opacity=50); 
	-moz-opacity: .50; 
	-khtml-opacity: 0.5;
}
.topmenu {
	font-family: Viner Hand ITC, Arial, Helvetica, sans-serif;
	background-image:url(../../images/topfundo.png);
	background-repeat:no-repeat;
	top:160px;
	left:74px;
	width:673px;
	height:19px;
	font-size:14px;
	font-weight:900;
	padding:10px;
	text-align:right;
	position:absolute
	}
#conteudointerno {
	top:5px;
	left:10px;
	width:693px;
	height:270px;
}

table {
	border:#FFF;
	border-width:thick;
}
tr.title {
	background-color:#000;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
}
tr.t1 {
	background-color: #CCC;
}
tr.t2 {background-color:#F5F5F5;
}

td {
	text-align:center
}
