body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000;
	overflow:hidden;
}

A:link {
	color: #164490;
	font-family: Verdana;
	font-size: 12px; 
	text-decoration: none
}
A:visited {
	color: #164490;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none
}
A:active {
	color: #164490;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none
}
A:hover {
	color: #164490;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
}

#contenedor {
	position:absolute;
	top:0px;
	margin-left: 0px;
	margin-right: 0px;
	width:1400px;
	height:800px;
	background-repeat: no-repeat;
	/*background-image: url(intro.jpg);*/
	background-image: url(fondoHome.jpg);
	background-attachment: fixed;
	background-position: left top;
	overflow:hidden;
}
#menu {
	margin-left: auto;
	margin-right: auto;
	padding-left: 215px;
	z-index: 1;
	position:relative;
	top:570px;
	width: 130px;
	text-align: left;
}

