/* PIE DE HTML */

dl#fondo_pie {
	position:relative;
	float:left;
	height:15px;
	width:800px;
	margin: 0;
	top:50px;
	left:-160px;
	background-image:url("../imagenes/pie_aviso_eng.gif");
	z-index:99;
}

dt {
	position: absolute;
	display: none;
}

dd {
	position: absolute;
}

dd#concurso_def {
	top: 0px;
	left: -40px;
}
	dd#concurso_def a {
		position: absolute;
		width: 145px;
		height: 15px;
		text-decoration: none;
	}

	dd#noticias_def a:hover {
		background: transparent;
	}


dd#noticias_def {
	top: 0px;
	left: 120px;
}
	dd#noticias_def a {
		position: absolute;
		width: 55px;
		height: 15px;
		text-decoration: none;
	}

	dd#noticias_def a:hover {
		background: transparent;
	}

dd#contacto_def {
	top: 0px;
	left: 195px;
}
	dd#contacto_def a {
		position: absolute;
		width: 55px;
		height: 15px;
		text-decoration: none;
	}

	dd#contacto_def a:hover {
		background: transparent;
	}
	
dd#aviso_def {
	top: 0px;
	left: 415px;
}
	dd#aviso_def a {
		position: absolute;
		width: 70px;
		height: 15px;
		text-decoration: none;
	}

	dd#aviso_def a:hover {
		background: transparent;
	}


dd#email_def {
	top: 0px;
	left: 505px;
}
	dd#email_def a {
		position: absolute;
		width: 120px;
		height: 15px;
		text-decoration: none;
	}

	dd#email_def a:hover {
		background: transparent;
	}
	
 dd#dimagen_def {
	top: 0px;
	left: 650px;
}
	dd#dimagen_def a {
		position: absolute;
		width: 115px;
		height: 15px;
		text-decoration: none;
	}

	dd#dimagen_def a:hover {
		background: transparent;
	}
 


