html {
	background-color:#BEBEBE;
	background-image:url(fondo.jpg);
	background-repeat:repeat-x;
}

#contenedor {
	margin:auto 0;
/*	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -423px;
	margin-top: -424px;
	width:846px;
	height:849px;
*/	
}

#contenido{
	text-align:center;
}

#logo{
	margin-top:65px;
	margin-bottom:70px;
}

img {
	border:none;
}

#agricola{
	background:url("agricolacolor.png") no-repeat center top;
	display:inline-block;
	width:247px;
	height:351px;
}
#agricola:hover{
	background:url("agricolagris.png") no-repeat center top;
	display:inline-block;
	width:247px;
	height:351px;
}

#inmuebles{
	background:url("inmocolor.png") no-repeat center top;
	display:inline-block;
	width:247px;
	height:351px;
}
#inmuebles:hover{
	background:url("inmogris.png") no-repeat center top;
	display:inline-block;
	width:247px;
	height:351px;
}

#deporte{
	background:url("deportecolor.png") no-repeat center top;
	display:inline-block;
	width:247px;
	height:351px;
}
#deporte:hover{
	background:url("deportegris.png") no-repeat center top;
	display:inline-block;
	width:247px;
	height:351px;
}

