body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.009em;
	text-align: center;
	background-position: 50%;
}

/* CAPAS GENERALES*/
#contenedorHome {
	width: 800px;
	position: static;
	margin: auto; 
}
#home {
	width: 800px;
	height: 620px;
	position: absolute;
	top: 0px;
}
#pieHome{
	width: 800px;
	position: relative;
	top: 620px;
	background-color: #EC7304;
	height: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.pieGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding-top: 30px;
}
a:link {
	color: #2F2F2F;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #000000;
}
