/* CSS Document */
#menu {
	width: 700px;
	border: 1px solid #E0D2C5;
	margin-top :5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-position: center;
	background-image: url(imagenes/fd_cont.gif);
	background-repeat: repeat;
}
#menu_dte {
	float: right;
	width: 150px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a.menu:link {
	color: #660000;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	background-color: #660000 !important;
}
a.menu:visited {
	text-decoration: none;
	color: #660000;
}
a.menu:active {
	text-decoration: none;
	color: #660000;
}
#bas {
	margin-top: 5px;
	border: 1px solid #660000;
}
