body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	background-color: #000000;
	background-image: url(imagenes/back2.jpg);
	background-repeat: repeat;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}


#cabecera {
	background-repeat: repeat-x;
	position: absolute;
	height: 112px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-image: url(imagenes/fondo_cabecera.jpg);
	background-color: #000000;
	visibility: visible;
}
#Menu {
	position: absolute;
	height: 246px;
	width: 135px;
	left: 3px;
	top: 98px;
	z-index: 12;
	visibility: visible;
}

#contenido {
	margin-left: 160px;
	margin-bottom: 20px;
	margin-top: 112px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 8px;
	color: #FFFFFF;
	overflow: auto;
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
}
#inicio {
	position: absolute;
	height: 75px;
	width: 135px;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-image: url(imagenes/inicio.jpg);
	background-repeat: no-repeat;
	visibility: hidden;
}
#contratacion {
	background-color: #000000;
	position: absolute;
	height: 121px;
	width: 156px;
	left: -1px;
	top: 344px;
	z-index: 13;
	visibility: visible;
}

#logo {
	background-color: #FF0000;
	height: 98px;
	width: 300px;
	top: 1px;
	position: absolute;
	left: 342px;
	visibility: visible;
	z-index: 1;
}
#baner {
	height: 100px;
	width: 100px;
	top: 2px;
	position: absolute;
	left: 663px;
	visibility: visible;
	z-index: 1;
}
