#contenido {
	padding-top: 10px;
}

/* menu ciudades */ 


ul.ciudades  {
	border-bottom: 1px solid black;
	height: 30px;
	margin-bottom: 20px;
}
ul.ciudades li {
	display: inline;
	float: left;
}

ul.ciudades li.irun 	{width: 56px; height: 22px;}
ul.ciudades li.tolosa 	{width: 81px; height: 22px;}
ul.ciudades li.zarautz 	{width: 94px; height: 22px;}
ul.ciudades li.donostia	{width: 104px; height: 22px;}
ul.ciudades li.onati	{width: 55px; height: 22px;}

ul.ciudades li a {
	display: block;
	width: 100%;
	height: 22px;
	text-decoration: none;
}

ul.ciudades li.irun a		{background: #EDEBE2 url(/img/layout/ciudades/irun.png) no-repeat 0px 0px;}
ul.ciudades li.tolosa a 	{background: #EDEBE2 url(/img/layout/ciudades/tolosa.png) no-repeat 0px 0px;}
ul.ciudades li.zarautz a 	{background: #EDEBE2 url(/img/layout/ciudades/zarautz.png) no-repeat 0px 0px;}
ul.ciudades li.donostia a	{background: #EDEBE2 url(/img/layout/ciudades/donostia.png) no-repeat 0px 0px;}
ul.ciudades li.onati a		{background: #EDEBE2 url(/img/layout/ciudades/onate.png) no-repeat 0px 0px;}

ul.ciudades li a:hover {
	background-position-y: -22px;
}

ul.ciudades li a span{
	visibility: hidden;
}


#contenido dl {
	font-family: Helvetica, arial, sans-serif;
	font-size: .8em;
	margin: 1em auto 3em auto;
	line-height: 1.4em;
}
#contenido dl dt {
	color: #D80066;
	font-weight: bold;
	font-size: 1.2em;

}
#contenido dl dd {
	margin-bottom: 1em;
}
#contenido h3 {
	font-weight: bold;
	margin: 1em auto;
	border-bottom: 1px solid #999;
	font-size: 2.5em;
	letter-spacing: -2pt;
}



