#cabecera {
	background-color: #D8DCBB;
	height: 92px;
	width: 770px;
	background-image:  url(imagenes/cabecera_eabastos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#pie {
	background-color: #D8DCBB;
	height: 57px;
	width: 770px;
	clear: both;
	background-image:  url(imagenes/pie_eabastos.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#menu_cab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 75px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 0px;
	color: #FFFFFF;
	display: inherit;
}
#menu_cab a, #menu_cab a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#menu_cab a:hover{
	text-decoration: underline;
}
