/* elementos comunes */

#tmap {
	width: 100%; /*ancho del cuadro*/
	height: 50px; /*alto del cuadro*/
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F8F8F8;
}

#map {
	width:500px; /*ancho del mapa*/
	height: 450px; /* alto del mapa*/
	font: normal small verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#mape {
	margin: 10px;
	width:750px;
	height: 450px;
	border-top: 3px solid #3c71c1;
	border-bottom: 3px solid #3c71c1;
}

#side_bar {
	margin: 5px;
	padding: 5px;
	overflow: scroll;
	height: 430px;
	    position:relative;
}

.side {
	width:200px;
	font-size: 9pt;
	text-align: right;
	vertical-align: top;
	line-height: 26px;
}

.side a {
	font-weight: bold;
	text-decoration: none;
	color: #996600;
}

.side p.titu {
	margin: 0px;	
	color:#990000;
	padding: 5px 65px 10px 15px;
	border-bottom: 1px solid #AAA;
	font-size: 10pt;
	font-weight: bold;
}

.globo {
	width: 240px;
}

.globo .tit {
	font-weight: bold;
	font-size: 9pt;
	color: #369;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 4px;
	text-align: left;
}

.globo .cont {
	overflow:auto;
	font-size: 7pt;
	text-align: left;
}

.globo .cont a {
	font-size: 8pt;
	padding-left: 18px;
	background-image: url(img/link.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#vehic {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 3px solid #3c71c1;
	border-bottom: 3px solid #3c71c1;
}
