/* lasalmejas.net CSS file  */
/* borrowed from Philip Smith -- http://mousehands.co.uk  */
/* created 17 May 07  */
/* last update 17 May 07  */

body {
	background: #999;
	color: #666;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
}

div.menu {
	position: absolute;
	height: 290px;
	width: 650px;
	top: 50%;
	margin-top: -120px;
	left: 50%;
	margin-left: -308px;
	text-align: right;
}

div.menu div.images {
	line-height: 1%;
}

div.menu p {
	margin-top: 3px;
	margin-right: 30px;
}

a img {
	border: 0;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
	background:  #999;
}

a:hover {
	color: #fff;
	background:  #999;
}

/* fin */
