a {
	color: #000;
}
a:visited {}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}	

/* ////////////////// CONTENIDOS */
#contenidos {
	width: 690px;
	float: left;
	margin-left: 20px;
}
#contenidos h1 {
	font-size: 20px;
	margin-bottom: 2px;
}
#contenidos p { margin-top: 0px;}

#imagenes {
	float: left;
	padding: 10px;
}
#map {
	margin-top: 2px;
	width: 236px;
	height: 315px;
}
#ficha {
	width: 690px;
	background-color: #CCCC00;
	clear:both;
	overflow: auto;
	border-bottom: 3px solid #06802d;
}
#ficha p {
	margin: 2px;
}
#datos {
	margin-left: 300px;
}