
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
/* Padding y margin */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}


/* Estilos de las listas */
ol, ul {
list-style: none;
}


#imageMenu {
	
	position: relative;
	width: 400px;
	height: 150px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 1000px;
	
	}

#imageMenu ul li {
	
	float: left;
}

#imageMenu ul li a {
	
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:55px;
	height: 150px;
}


#imageMenu ul li.laribera a {
	background: url(imagenes/laribera.jpg) repeat scroll 0%;
}

#imageMenu ul li.rozuelo a {
	background: url(imagenes/rozuelo.jpg) repeat scroll 0%;
}

#imageMenu ul li.elvalle a {
	background: url(imagenes/elvalle.jpg) repeat scroll 0%;
}

#imageMenu ul li.tedejo a {
	background: url(imagenes/tedejo.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.villaviciosa a {
	background: url(imagenes/villaviciosa.jpg) repeat scroll 0%;
	

}
#imageMenu ul li.boeza a {
	background: url(imagenes/boeza.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.folgoso a {
	background: url(imagenes/folgoso.jpg) repeat scroll 0%;
	

}


/*************************************************************/


