#divenl {
	width: 760px;
}

#menuen {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 200px;
	float: left;
} 

#menuen li {
	margin-bottom: 10px;
}

.boton, .botonactivo
{
	height: 32px;
	padding-top: 18px;
	width: 180px;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	color: Green;
	font-weight: bold;
	outline:0;
} 

.boton {
	background-color: #CEE1BC;
}

.botonactivo  {
	position: relative;
	left: 0px;
	z-index: 10;
	background-color: White;
	border: 1px solid Green;
	border-right: 1px solid White;
}

#enl-clubes, #enl-emp, #enl-info, #enl-sitios {
	position: relative;
	left: -1px;
	z-index: 1;
	border: 1px solid Green;
	float: left;
	background-color: White;
	width: 550px;
}

#enl-emp, #enl-info, #enl-sitios {
	display: none;
}

#enl-clubes p, #enl-emp p, #enl-info p, #enl-sitios p {
	margin-left: 10px;
}

ul.enlaces li {
	line-height: 30px;
	list-style-image: url(vineta.gif);
}

.anuncio {
	float: left;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}