html, body {
	margin:0; padding:0;
	height:100%;
}
 

 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-85px;
	width:1px;
}
 
#container {
	position:relative; clear:left;
	height:170px;
	width:100%;
	margin:0 auto;
	background:#3f5e89;
}

#inicio {
	margin:0 auto;
	width:950px;
	height:120px;
	background:url('../images/inicio/logo-inicio.png') no-repeat;
}

#inicio-pie {
	background:#fff;
	height:50px;
	padding-top:10px;
	width:100%;
}

#inicio-pie p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 0;
	text-align:center;
}

hr {
	background:url('../images/inicio/hr.png') repeat;
	border:none;
	height:2px;
	margin:10px 0 0 0;
	width:100%;
}

#inicio-pie a:link, #inicio-pie a:visited {
	background:#A48061;
	color:#ffffff;
	display:inline-block;
	font-weight: bold;
	margin:0;
	text-align:center;
	text-decoration:none;
	width:100px;

}