/**
 * Style sheet imageMenu
 */
#imageMenu
{
	width:700px;
	height:400px;
}

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

#imageMenu ul li
{
	float:left;
}

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

/* Espa */
#imageMenu ul li.amarres a
{
	background: url(tl_files/menu/amarres.jpg) repeat scroll 0%;
}

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

#imageMenu ul li.marina a
{
	background: url(tl_files/menu/lamarina.jpg) repeat scroll 0%;
}

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

#imageMenu ul li.noticias a
{
	width:125px;
	background: url(tl_files/menu/noticias.jpg) repeat scroll 0%;
}

/* Ingles */
#imageMenu ul li.amarres_en a
{
	background: url(tl_files/menu/amarres_en.jpg) repeat scroll 0%;
}

#imageMenu ul li.salinera_en a
{
	background: url(tl_files/menu/salinera.jpg) repeat scroll 0%;
}

#imageMenu ul li.marina_en a
{
	background: url(tl_files/menu/lamarina.jpg) repeat scroll 0%;
}

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

#imageMenu ul li.noticias_en a
{
	width:125px;
	background: url(tl_files/menu/noticias_en.jpg) repeat scroll 0%;
}

.clear
{
	clear:both;
}
