html, body, #map {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.esriScalebar {
	padding: 20px 20px;
}

.esriPopup.myTheme .titlePane, .dj_ie7 .esriPopup.myTheme .titlePane .title
{
	background-color: #899752;
	color: #333333;
	font-weight: bold;
}

.esriPopup.myTheme .titlePane {
	border-bottom: 1px solid #121310;
}

.esriPopup.myTheme a {
	color: #d6e68a;
}

.esriPopup.myTheme .titleButton, .esriPopup.myTheme .pointer, .esriPopup.myTheme .outerPointer,
	.esriPopup.myTheme .esriViewPopup .gallery .mediaHandle, .esriPopup.myTheme .esriViewPopup .gallery .mediaIcon{
	background-image: url(./images/popup.png);
}

.esriPopup.myTheme .contentPane, .esriPopup.myTheme .actionsPane {
	border-color: 1px solid #121310;
	background-color: red; /*#424242*/
	color: #ffffff;
}

#header {
	z-index: 1;
	position: absolute;
	width: inherit;
	/* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Add !important if needed. */
        height: 54px;
	max-height: 54px; /* Add !important if needed. */
	top: 0px;
}

.leyenda {
	position: absolute;
	z-index: 100;
	bottom: 2%;
	left: 2%;
}

.esriControlsBR {
	display: none;
}

#herramientas {
	clear: both;
	width: 25px;
	margin: 0 auto;
	min-height: 0px;
	min-width: 15px;
	position: absolute;
	z-index: 100;
	left: 50px;
	top: 90px;
	display: block;
}

#ex2 img {
	width: 25px;
	height: 25px;
	margin: 5px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#ex2 img:hover {
	height: 40px;
	width: 40px;
	margin-left: 0px;
}

.esriPopup .titlePane {
	color: rgba(255, 255, 255, 0);
}

.esriPopup .titleButton.next {
	display: none;
}

.barra {
	position: absolute;
	z-index: 80;
	left: 0px;
	width: 120px;
	top: 5%;
	height: 350px;
}