#menuinfinito{
	width:100%;
	height:50px;
	background-color:#053156;
}
#agrupamenuesarriba{
	margin:0 auto;
	width:1040px;
	height:50px;
}
#menubloquefijo{
	width:436px;
	height:50px;
	float:right;
}
#espacio, #uno, #dos, #tres{
	float:left;
	cursor:pointer;
}

#uno, #dos, #tres, #espacio{height:50px;}

#uno{
	width:136px;
	background:url(../imagenes/menu/presenta.gif);
}
#uno:hover{
	width:136px;
	background:url(../imagenes/menu/presenta_over.gif);
}
#dos{
	width:105px;
	background:url(../imagenes/menu/ubica.gif);
	margin-left:40px;
	margin-right:40px;
}
#dos:hover{
	width:105px;
	background:url(../imagenes/menu/ubica_over.gif);
}
#tres{
	width:115px;
	background:url(../imagenes/menu/contacto.gif);
}
#tres:hover{
	width:115px;
	background:url(../imagenes/menu/contacto_over.gif);
}

/* un poco antes de  1040 de ancho mas 18 de scroll */
@media screen and (max-width: 1117px){
/*#menubloquefijo{
	width:417px;
}*/
}
@media screen and (max-width: 1068px){
#agrupamenuesarriba{
	width:98%;
}
}