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

/* ////////////////// CONTENIDOS */
#contenidos {
	float: left;
	margin-left: 20px;
}
#contenidos h1 {
	font-size: 20px;
	margin-bottom: 2px;
}
#map {
	width: 690px;
	height: 275px;
}
#buscador {
	background-color: #CCCC00;
	border: 1px solid #000;
	padding-left: 2px;
}
#buscador p {
	margin-top: 2px;
	margin-bottom: 0px;
}
#listadoresultados {width: 690px;}


.empresa {
	float: left;
	width: 330px;
	height: 150px;
	border: 1px solid #ccc;
	margin: 0 4px 4px 0;
	padding: 4px 4px 10px 4px;
	background-image: url(../imagenes/empresa-fondo.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.empresa img {
	float:left;
	margin-right: 10px;
}
.empresa p {
	margin-top: 5px;
}

.actividad {
	font-size:11px;
	color:#666666;
	font-weight:bold;
}
#paginas {
	clear: both;
	text-align: center;}