#contenidos strong {
	color: #cc3399;
}
#contenidos h2 {
	float: left;
	color: #ffcc33;
	margin-left: 20px;
}
#contenidos p {
	text-align: right;
}
#arriba {
	height: 130px;
}
#arriba p {
	margin-top: 10px;
	margin-right: 10px;
	line-height: 2em;
}
#abajo {
	margin: 0 10px 10px 10px;
}
#mapa, #formulario {
	height: 301px;
	border: 1px solid #ccc;
}
#mapa {
	float: left;
	width: 367px;
}
#map {
	width: 367px;
	height: 301px;
}
#popup img {
	border-bottom: 1px solid #cc3399;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#formulario {
	float: right;
	width: 324px;
}
#formulario form {
	padding: 15px;
}
#formulario p {
	text-align: center;
	margin: 20%;
}
.camposformulario {
	font-family: Tahoma, Arial, sans-serif;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #999999;
}