body {
	background-color: #FFF;
	margin:0px;
	padding:0px;
}
#top {
	background-image:url(images/top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:180px;
	width:100%;
	position:inherit;
}
#containertop {
	width:1000px;
	margin:0 auto;
	height:180px;
}
#logo {
	width:476px;
	margin:0 auto;
	height:137px;
	float:left;
}
#menu {
	width:524px;
	height:94px;
	float:right;
}
#bottom {
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:400px;
	width:100%;
	position:inherit;
}
#containerbottom {
	width:1000px;
	margin:0 auto;
	height:390px;
}
#middle {
	width:1000px;
	margin:0 auto;
	height:523px;
	margin-bottom:20px;
}
#topofbottom {
	width:1000px;
	height:70px;
	margin-top:10px;
}
#content {
	width:1000px;
	height:483px;
	margin-top:20px;
}
#coll {
	width:660px;
	height:483px;
	float:left;
}
#colr {
	width:317px;
	height:483px;
	float:right;
}
img.center {display: block;   margin-left: auto;   margin-right: auto; }
.Estilo1 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:#FFF; }
.Estilo2 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:#FFF; font-weight:bold; }
.Estilo3 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:#000; }

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
