*{margin:0;
padding:0;
}

body {
	background-image: url(imagenes/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFE9C0;
}

#contenedor {
	margin: auto;
	width: 782px;
}
#contenedor_index {
	width: 500px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#home {
	clear: left;
	width: 780px;
}
#nautilus {
	clear: left;
	width: 780px;
}
#ubicacion {
	clear: left;
	width: 780px;
}
#contacto{
	clear: left;
	width: 780px;
}
#index {
	clear: left;
	width: 500px;
	text-align: center;
}

#footer {
	height: 40px;
	width: 760px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #960;
	text-align: right;
	padding-right: 20px;
	float: left;
	padding-top: 10px;
}
#index_footer {
	height: 40px;
	width: 600px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #960;
	text-align: center;
	padding-top: 10px;
	margin: auto;
}
.dotcom {
	float: left;
	padding-left: 15px;
}
a:link {
	color: #966A30;
	text-decoration: none;
}
a:visited {
	color: #966A30;
	text-decoration: none;
}
a:hover {
	color: #C69842;
	text-decoration: underline;
}
a:active {
	color: #966A30;
	text-decoration: none;
}
