@import url("../cantobuho.css");
/* fondo*/
body {
	background-color: #F90;
	background-image: url(fondo.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
/* pizarra*/
#fondo {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 663px;
	width: 100%;
	overflow: hidden;
	background:  url(ayuntamiento.jpg) no-repeat top center;
	z-index: 10;
}
/* encabezado */
#encabezado {
	height: 141px;
}
/* menu */
#menu {
	z-index: 20;
	height: 525px;
}
#archgen a, #archmuni a, #docus a {
	display: block;
	text-indent: -5000px;
	z-index: 30;
	position: absolute;
}
#archgen a {
	width: 110px;
	height: 80px;
	top: 43px;
	left: 97px;
	background:  url(arch_gen.jpg) no-repeat;
}
#archgen a:hover {
	background:  url(arch_gen_v.jpg) no-repeat;
}
#archmuni a {
	width: 111px;
	height: 87px;
	top: 0px;
	left: 472px;
	background:   url(arch_muni.jpg) no-repeat;
}
#archmuni a:hover {
	background:  url(arch_muni_v.jpg) no-repeat;
}
#docus a {
	width: 136px;
	height: 77px;
	top: 73px;
	left: 590px;
	background:  url(docu_histo.jpg) no-repeat;
}
#docus a:hover {
	background:  url(docu_histo_v.jpg) no-repeat;
}
#dedicado {
	margin-bottom: 20px;
}