/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:

http://ryanfait.com/sticky-footer/layout.css

*/

body {
	text-align: center;
	background-image: url(../IMG/fundo.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

div#decor	{
	position: absolute;
	height: 480px;
	width: 145px;
	background-image: url(../IMG/flores.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	}

.wrapper {
	width: 753px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 145px;
}
.header {
	width: 753px;
	height: 100px;
	background-repeat: no-repeat;
	padding-top: 25px;
	height: 59px;
}


/*.menu{
	font-family: "Trebuchet MS";
	width: 720px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	color: #446ead;
}*/

.menu{
	font-family: "Trebuchet MS";
	width: 720px;
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	color: #446ead;
}

	.menu a:link, .menu a:visited{
	color: #446ead;
	text-decoration: none;
		}
	.menu a:hover{
	color: #e8b101;
	}


	.imagem {
	width: 753px;
	height: 179px;
	}


	.container_conteudo{
	width: 753px;
	margin-top:25px;
	margin-bottom: 25px;
	}

	.conteudo{
	width: 490px;
	}

	.conteudo img{
		max-width: 100%;
	}

	.conteudo a:link, .conteudo a:visited{
	color: #446ead;
	text-decoration: none;
		}
	.conteudo a:hover{
	color: #9AAAC2;
	}

.menulateral{
	float:right;
	width: 230px;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #efeeee;
	padding-left:15px;
	line-height: 14px;
}

	.menulateral a:link, .menulateral a:visited{
	color: #446ead;
	text-decoration: none;
		}
	.menulateral a:hover{
	color: #9AAAC2;
	}

.footer {
	width: 490px;
	clear: both;
	margin-left: 145px;
	background-image: url(../IMG/fundo_line_h.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: auto;
}


/*	.titulos{
	color: #446EAD;
	font-size: 14px;
	font-weight: bold;
	}

	.texto{
	color:#767676;
	font-size:11px;
	line-height: 17px;
	}*/


	.titulos{
	color: #446EAD;
	font-size: 16px;
	font-weight: bold;
	}

	.texto{
	color: #3A3A3A;
	font-size: 12px;
	line-height: 19px;
	}

	.subtitulo{
	font-weight:bold;
	color:#e8b101;
	font-size:12px;
	}

/*.texto_menus {
	color:#446ead;
	font-size:11px;
	line-height: 16px;
}*/

.texto_menus {
	color:#446ead;
	font-size:12px;
	line-height: 18px;
}

	.texto_bold{
	font-weight:bold;
	color:#767676;
	font-size:12px;
	}

	.data{
	color:#999;
	font-size:10px;
	}
