body {
	margin: 0px;
}
#banda {
	background-color: #003289;
	height: 200px;
	width: 100%;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}
#contenedor .pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9FA2AB;
	position: relative;
	top: 500px;
	bottom: 0px;
	text-align: center;
	line-height: 16px;
}

#contenedor {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imagenes/logotipo-cabezal.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 3;
	position: relative;
	padding-bottom: 0px;
}
#contenedor .construccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9FA2AB;
	position: relative;
	top: 350px;
	text-align: center;
}
a:link {
	color: #A7A3B1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A7A3B1;
}
a:hover {
	text-decoration: none;
	color: #003289;
}
a:active {
	text-decoration: none;
	color: #A7A3B1;
}
.negrita {
	color: #003289;
}

