div.map {
   width: 636px;
   height: 543px;
   border: gray 1px solid;
   display: block;
   background-color: #99B3CC;
   float: left;
}

div.minimap {
   width: 616px;
   height: 400px;
   border: gray 1px solid;
   display: block;
   background-color: #99B3CC;
   float: left;
}



/*OpenLayers FramedCloud Contain*/

.olPopup {

	border: solid 1px !important;
	width: 280px !important;
	height: auto !important;
}

.olPopupContent {
    padding: 0px !important;
    overflow: hidden !important;
    width: auto !important;
}

.olPopup .titleBar {
	
	margin: 0px;
	padding: 2px;
	background-color: #999999;
	border-bottom: solid 1px black;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.olPopup .contentBar {
	
	height: 170px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
}

.olPopup .linea {

	width: 260px;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px;
	font-size: 11px;
	text-align: left;
}

.olPopup .linea .izq {

	width: 190px;
	float: left;
}

.olPopup .linea .der {
	
	width: 50px;
	float: right;
	padding-right: 0px;
}

.olPopup .linea .der img{
	
	border: 1px;
}