/* CSS Document */

#map {
	width: 590px;
	height: 250px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 30px;
	border: 2px solid #005B9B;
}.caja_direccion {
	float: right;
	width: 280px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006FBF;
	font-weight: normal;
	line-height: normal;
}
.horario {
	font-family: "Futura Md BT", "Trebuchet MS";
	color: #006FBF;
	font-weight: bold;
}

.caja_direccion a {
	font-weight: bold;
	color: #006FBF;
	text-decoration: none;
}

