@charset "utf-8";
/* CSS Document */
* {
	outline: none;
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-size: 80%;
	font-family: "Trebuchet MS", Helvetica, Arial;
	background: #D9D6D1 url(/imagenes/fondo.gif) repeat-x;
}
#cabecera {
	z-index: 100;
	top: 1em;
}
/***	CABECERA	***/
#cabecera {
	margin: 0;
	padding: 0;
	background: #B4C8AC url(/imagenes/cabecera.jpg) no-repeat center center; 
	height: 8em;
	position: relative;
}
#cabecera h1 {
	margin: 0;
	float: left;
}
#cabecera h1 a {
	text-decoration: none;
	display: block;
	height: 3.2em;
	width: 2.3em;
	background: url(/imagenes/logo_cabecera.gif) no-repeat top left; 
	position: absolute;
	top: 0.6em;
	left: 0.7em;
}
#cabecera h1 a span {
	display: none;	
}
#contenedor {
	width: 60em;
	position: relative;
	margin: 5em auto 1em auto;
}
#contenidoIndex {
	width: 100%;
	height: 34.6em;
	background-color: #FFFFFF;
	z-index: 1;
	position: absolute;
	top: 0em;
}
#contenidoIndex img {
	border: none;
}
#serlog {
	background-color: #006983;
	height: 34.5em;
	width: 20em;
	float: left;
}
#serlog object {
	bottom: 0em;
	left: 0em;
	position: absolute;
}
#serlog img {
	bottom: 0em;
	left: 0.1em;
	position: absolute;
}
#empresas {
	background-color: #C1BB00;
	height: 34.5em;
	width: 20em;
	float: left;
}
#empresas object {
	bottom: 0em;
	left: 20.1em;
	position: absolute;
}
#empresas img {
	bottom: 0em;
	left: 0em;
	position: absolute;
}
#candidatos {
	background-color: #DFAC12;
	height: 34.5em;
	width: 20em;
	float: left;
}
#candidatos object {
	bottom: 0em;
	right: 0em;
	position: absolute;
}#candidatos img {
	bottom: 0em;
	right: 0.15em;
	position: absolute;
}

/***	PIE		***/
address {
	font-size: 0.9em;
	font-style: normal;
	color: #5E6A71;
	clear: both;
	margin-top: 30em;
	
	
/*	position: absolute;
	bottom: -29.5em;
	left: 2.3em;*/
}
address a {
	color: #5E6A71;
	text-decoration: none;
}
address a:hover {
	color: #006983;
}
