@import url("header.css");
@import url("c01.css");
@import url("c02.css");
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#container {
	display: table;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
}
#rodape {
	margin: auto;
	width: 760px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	clear: both;
	display: table;
	padding-right: 10px;
	padding-left: 10px;
}
#rodape span {
	float: left;
	width: 450px;
	line-height: 30px;
	font-size: 12px;
	display: block;
	color: #052A4B;
}
#rodape a {
	float: right;
	width: 110px;
	font-size: 11px;
	line-height: 30px;
	color: #052A4B;
	text-align: right;
	text-decoration: none;
}
#boton {
	clear: both;
	height: 30px;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.ImgAlin {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #EDEEE6;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#rodape a:hover {

	float: right;
	width: 110px;
	font-size: 11px;
	line-height: 30px;
	color: #84C024;
	text-align: right;
	text-decoration: none;
}
.ImgAlinTxt {
	float: left;
	background-color: #FFFFFF;
	margin-right: 5px;
}
