* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
	text-align: justify;
}
body {
	background-color: #f9f9f9;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #246766;
	background-image: url(fundao.png);
	background-repeat: repeat;
}

#container {
	width: 870px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	margin-top: 1px;
	background-color: #FFF;
	margin-bottom: 25px;
}
#header {
	height: 139px;
}
#logo {
	float: left;
	height: 139px;
	width: 280px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}
#logo h1 {
	overflow: hidden;
	text-indent: -9999px;
}
#logo h1 a {
	display: block;
	height: 139px;
	width: 280px;
}


#menu {
	height: 30px;
	line-height: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px dotted #3EB4B1;
	border-bottom: 1px dotted #3EB4B1;
	width: 870px;
	margin-top: 25px;
}
#menu ul {
	list-style-type: none;
}


#menu ul li a{
	float: left;
	display: block;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 1px;
}
#menu ul li a:hover{
	background-color: #9AC3B6;
	color: #FFF;
	/*-moz-transition: all 1s linear 0s;*/
	
}

#jquery {
	height: 390px;
	background-image: url(sombra.png);
	background-position: center bottom;
	margin-top: 10px;
	background-repeat: no-repeat;
}

.carrossel{
	width:870px;
	height:320px;
	overflow:hidden;
}
.carrossel ul li{
   float:left;
   display:inline;
}

#box {
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	min-height:140px;
	width:870px;
}
#box .box_1, #box .box_2, #box .box_3 {
	width: 274px;
	float: left;
	height: 265px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3EB4B1;
	padding-top: 15px;
}
#box .box_2 {
	margin: 0 24px;
}
#box .box_1:hover, #box .box_2:hover, #box .box_3:hover {
	border-top:solid 1px #3EB4B1;
}
#box .txt_box {
	display: block;
	margin-top: 10px;
	text-align: justify;
	line-height: 17px;
}
#footer address{
	clear: both;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3EB4B1;
	font-style: normal;
}
#box h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #c9c9c9;
}
#box p {
	line-height: 17px;
	margin-top: 10px;
	padding-right: 300px;
}
#box ul {
	list-style-type: square;
	list-style-position: inside;
	margin-top: 10px;
	line-height: 17px;
}
#box ul.completo {
	list-style-type: square;
	list-style-position: inside;
	margin-top: 10px;
	line-height: 17px;
	margin-right: 300px;
}

a .txt_box:hover, .txt_box ul li:hover {
	color: #070707;
}
#certificado img {
	display: block;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#fotos {
	width: 274px;
	float: right;
	margin-top: 15px;
}
#fotos img {
	border: 1px solid #f1f0f0;
}
