.mapaweb_container {
	margin: 0;
}

.mapaweb_col1 {
	position: absolute;
	top: 145px;
	left: 0;
	width: 330px;
	height: auto;
}

.mapaweb_col2 {
	position: absolute;
	top: 45px;
	left: 330px;
	width: 330px;
	height: auto;
}

.mapaweb_col3 {
	position: absolute;
	top: 145px;
	left: 660px;
	width: 330px;
	height: auto;
}

.mapaweb_caja {
	width: 250px;
	border: 1px solid #0C4E9C;
	margin: 20px auto;
}

.mapaweb_caja_titulo {
	background: url('../img/deg.jpg');
	background-repeat: repeat-y;
	vertical-align: middle;
	height: 25px;
	padding: 3px 5px 0 5px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.mapaweb_caja_titulo img {
	height: 24px;
	float: left;
}

.mapaweb_caja_link {
	width: 250px;
	height: 16px;
	border-top: 1px dotted #0C4E9C;
	margin: 0 auto 0 auto;
}

.mapaweb_caja_link a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

