/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

header, article, aside, section, footer {display:block;}

fieldset {border:none;}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #e6e7e8;
}


#geral {
	background-color:#FFF;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

header {
	background-image: url(images/index_02.jpg);
	height: 149px;
	width: 990px;
	background-repeat: no-repeat;
}

#menu {
	background-image: url(images/index_04.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 930px;
	padding-right: 30px;
	padding-left: 30px;
}


#menu nav ul li {
	float: left;
	list-style-type: none;
}

#menu h1 {
	color: #495e9f;
	float: right;
	font-size: 15px;
	padding-top: 13px;
}

#login {
	float: right;
	height: 28px;
	width: 440px;
	margin-right: 20px;
	color: #FFF;
	padding-left: 50px;
}

.form {
	color: #4C5FA1;
	border: 1px solid #7182BB;
	background-color: #F8F8F8;
}

#content  {
	background-color: #FFF;
}

#content p {
	padding-bottom: 10px;
	padding-top: 10px;
}

#content  article {
	width: 645px;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 10px;
	float: left;
	margin-bottom: 20px;
}

#content article  h1 {
	font-size: 20px;
	background-image: url(images/index_06.jpg);
	height: 48px;
	width: 653px;
	background-repeat: no-repeat;
}

#content article  h2 {
	font-size: 20px;
	background-repeat: no-repeat;
	color: #485D9C;
}

#content article ul {
	padding-left: 40px;
}

#content article img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#content aside {
	float: right;
	width: 293px;
	background-color: #FFF;
}

#content aside img {
	padding-left: 24px;
}

#content aside h1 {
	font-size: 20px;
	background-image: url(images/index_07.jpg);
	height: 48px;
	width: 253px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#content aside p iframe {
	padding-left: 30px;
}


#galeria {
	width: 629px;
	height: auto;
}

#galeria img {
}

footer {
	color: #FFF;
	width: 990px;
	height: 25px;
	background-image: url(images/index_09.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 17px;
	clear: both;
	margin-top: 15px;
}

footer a {
	color: #7DD9F0;
	text-decoration: none;

}

