.Top { 
	background: url(/imagenes/es/top.jpg) no-repeat;
}

.Menu {
	width: 900px;
	margin: 0 auto;	
	clear: both;
}

.Menu UL {
	list-style: none;
}

.Menu UL LI {
	display: inline;
}

.Menu UL LI.BotonConoce A {
	float: left;
	overflow: hidden;	
	width: 144px;
	height: 30px;
	background-image: url(/imagenes/es/botones/b_conocealcala.jpg);
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.Menu UL LI.BotonConoce A:hover, .Menu UL LI.BotonConoce A.Seleccionado {
	background-position: -144px 0;
}

.Menu UL LI.BotonAgenda A {
	float: left;
	overflow: hidden;
	width: 90px;
	height: 30px;
	background-image: url(/imagenes/es/botones/b_agenda.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999px;
}

.Menu UL LI.BotonAgenda A:hover, .Menu UL LI.BotonAgenda A.Seleccionado {
	background-position: -90px 0;
}

.Menu UL LI.BotonGuia A {
	float: left;
	overflow: hidden;
	width: 131px;
	height: 30px;
	background-image: url(/imagenes/es/botones/b_guia.jpg);
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.Menu UL LI.BotonGuia A:hover, .Menu UL LI.BotonGuia A.Seleccionado {
	background-position: -131px 0;
}

.Menu UL LI.BotonOficina A {
	float: left;
	overflow: hidden;
	width: 137px;
	height: 30px;
	background-image: url(/imagenes/es/botones/b_oficina.jpg);
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.Menu UL LI.BotonOficina A:hover, .Menu UL LI.BotonOficina A.Seleccionado {
	background-position: -137px 0;
}

.Menu UL LI.BotonProfesionales A {
	float: left;
	overflow: hidden;
	width: 137px;
	height: 30px;
	background-image: url(/imagenes/es/botones/b_profesionales.jpg);
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.Menu UL LI.BotonProfesionales A:hover, .Menu UL LI.BotonProfesionales A.Seleccionado {
	background-position: -137px 0;
}

.Menu UL LI.BotonParticipa A {
	float: left;
	overflow: hidden;
	width: 101px;
	height: 30px;
	background-image: url(/imagenes/es/botones/b_participa.jpg);
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.Menu UL LI.BotonParticipa A:hover, .Menu UL LI.BotonParticipa A.Seleccionado {
	background-position: -101px 0;
}

.Menu UL LI.BotonBuscador {
	float: left;
	overflow: hidden;
	width: 160px;
	height: 30px;
	background: url(/imagenes/es/botones/b_buscador.jpg) no-repeat;
}

.Menu UL LI.BotonBuscador .Buscador {
	padding: 6px 0;
	margin: 0 7px;
	overflow: hidden;
}

.Menu UL LI.BotonBuscador .Buscador .BuscadorLeft  {
	background: url('/imagenes/buscador_left.gif') no-repeat left top;
	float: left;
	width: 18px;
	height: 18px;
}

.Menu UL LI.BotonBuscador .Buscador .BuscadorRight  {
	background: url('/imagenes/buscador_right.gif') no-repeat right top;
	float: left;
	width: 18px; 
	height: 18px;
}

.Menu UL LI.BotonBuscador .Buscador .BuscadorCenter input {
	background: url('/imagenes/buscador_center.gif') repeat-x left top;
	float: left;
	border: 0;
	height: 13px; 
	padding: 3px;
	font: 11px/13px arial;
	width: 100px;
	color: #666;
}

.Menu UL LI.BotonBuscador .Buscador .BuscadorCenter input:focus {
	outline: 0;
}
