/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 700px;
	height: 400px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

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

.imageMenu ul li.landscapes a {
	background: red url(../img/web.jpg) repeat scroll 0%;
}

.imageMenu ul li.people a {
	background: green url(../img/grafico.jpg) repeat scroll 0%;
}

.imageMenu ul li.nature a {
	background: blue url(../img/foto.jpg) repeat scroll 0%;
}

.imageMenu ul li.urban a {
	background: orange url(../img/ferias.jpg) repeat scroll 0%;
}

.imageMenu ul li.abstract a {
	background: purple url(../img/contacto.jpg) repeat scroll 0%;
	width: 320px;
}

.clear {
	clear: both;
}

a:link {
	font-family: "Century Gothic", Verdana;
	font-size: 10px;
	color: #e41b93;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", Verdana;
	font-size: 10px;
	color: #f57d00;
	text-decoration: none;
}

a:visited {
	font-family: "Century Gothic", Verdana;
	font-size: 10px;
	color: #e41b93;
	text-decoration: none;
}


.tlf {
	font-family: "Century Gothic", Verdana;
	font-size: 10px;
	color: #50008d;
	text-decoration: none;
}

