/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol, li { list-style: none;}
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* RESET end*/

body {
	background: #0f1b37;
	font-family: Verdana, Geneva, sans-serif;
}

	.wrap {
		width: 955px;
		margin: auto;
		background: url(../img/bg_body_grad.jpg) top center repeat-y;
		position: relative;
	}

	.megacontainer {
		width: 955px;
		padding-top: 82px;
		background: url(../img/bg_body.jpg) top center no-repeat;
		position: relative;
	}
	
		.logo {
			position: absolute;
			top: 20px;
			left: 5px;
		}

		.menu {
			width: 955px;
			height: 22px;
			text-align: right;
			font-size: 12px;
			line-height: 22px;
		}
		
		.menu a {
			color: #fff;
			text-decoration: none;
			margin: 0 15px 15px 15px;
		}
		
		.menu a:hover {
			text-decoration: underline;
		}
		
		.left {
			width: 350px;
			float: left;
			padding-top: 325px;
			color: #fff;
			text-align: center;
			font-size: 11px;
		}
		
		h1 {
			font-size: 15px;
			font-weight: bold;
			color: #fff;
			text-align: left;
			padding-bottom: 15px;
		}
		
		.right {
			width: 585px;
			float: left;
			font-size: 11px;
			color: #fff;
			padding: 70px 10px 10px 10px;
			min-height:425px;
			height:auto !important;
			height:425px;
		}
		
		p {
			padding-bottom: 15px;
		}
		
		.right a {
			color: #fff;
			background: #36C;
			text-decoration: none;
		}
		
		.right a:hover {
			background: #39C;
		}
		
		.fotos {
			width: 955px;
			height: 108px;
			background: url(../img/bg_fotos.png) top left repeat-y;
			clear: both;
		}
		
		.fotos a {
			margin: 0 5px 0 5px;
		}
		
		.mouseoff {
			border: 1px solid #0f1b37;
		}
		
		.mouseover {
			border: 1px solid #fff;
		}
		
		.footer {
			width: 955px;
			height: 35px;
			line-height: 35px;
			text-align: right;
			font-size: 12px;
		}
		
		.footer a {
			color: #fff;
			text-decoration: none;
			margin: 0 5px 0px 5px;
		}
		
		.footer a:hover {
			text-decoration: underline;
		}
		
	#anfibios {
		display: block;
		width: 22px;
		height: 251px;
		background: url(../img/anfibios.png);
		position: absolute;
		bottom: 0;
		left: -22px;
	}
		
		
/*home*/

ul {
	margin-left: 35px;
	padding-bottom: 15px;
}

ul li {
	list-style-type: square;
}

/*inscrição*/

ol {
	margin-left: 35px;
	padding-bottom: 15px;
}

ol li {
	list-style-type: decimal;
}

h2 {
	text-decoration: underline;
	padding-bottom: 15px;
}

label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}

input, textarea, select {
	margin-bottom: 5px;
}

legend {
	color: #FFF;
	font-weight: bold;
}

/*regulamento*/

h3 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
.right2 {
			width: 600px;
			float: left;
			font-size: 11px;
			color: #fff;
			padding: 70px 10px 10px 10px;
			min-height:425px;
		}
.right2 th{
			font-weight:bold;
            text-align:center;
		}
.right2 td{
            text-align:center;
		}
.coelhinhos th{
    font-weight:bold;
    text-align:right;
}