label {
    width: initial;
}

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
    height: 500px;
    width: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.contentPpal {
    height: 500px;
    width: 330px;
    background: rgba(204, 204, 204, 0.5);
    padding: 15px;
    padding-top: 0;
    margin: auto;
    position: absolute;
    z-index: 999;
    right: 200px;
}
.contentInfo {
    background: #eee;
    border: 2px solid #ddd;
    padding: 0 15px;
    height: 463px;
    overflow-y: scroll;
}
.contentInfo h2 {
    margin-top: 0;
    text-align: center;
    color: #444;
}
.info {
    background: #fff;
    border: 2px inset #999;
    color: #444;
    padding: 0 15px;
}

.checkul {
    height: 100px;
    width: 100%;
    overflow: auto;
    border: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    border-radius: 4px;
    padding-left: 8px;
}
.checkul label {
    display: block;
    color: WindowText;
    margin: 0;
    padding: 0;
    width: 100%;
}
.checkul label:hover { background-color: Highlight; color: HighlightText; }

.map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto','sans-serif';
    margin: 10px;
    /* Hide the control initially, to prevent it from appearing
       before the map loads. */
    display: none;
}
/* Display the control once it is inside the map. */
#map .map-control { display: block; }

.selector-control {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

#campos {
    background-color: #FFF;
    display: block;
    position: absolute;
}

#map #campos {
   padding: 15px;
   margin: 5px;
   background: rgba(0,124,177,0.8);
   color: #fff;
   border: 1px solid;
   font-size: 13px;
   right: -3px;
}
#map #campos select#contaminante {
   color: #333;
   border: 0;
   border-radius: 3px;
   padding: 2px;
}

#cargando{
    padding: 15px;
    margin: 5px;
    background: rgba(0,124,177,0.8);
    color: #fff;
    border: 1px solid;
    font-size: 13px;
    height: 40px;
    padding: 10px;
    position: fixed;
    right: 500px;
    top: 200px;
    width: 300px;
    z-index: 999;
}

#msgAccion{
    padding: 15px;
    margin: 5px;
    background: rgba(0,124,177,1);
    color: #fff;
    border: 1px solid;
    font-size: 13px;
    height: 260px;
    padding: 10px;
    position: fixed;
    right: 524px;
    top: 200px;
    width: 500px;
    z-index: 9999;
}

#accion{
    overflow-y: scroll;
    height: 96%;
    color: #fff;
}

#msgAccion p{
    color: #fff;
}

#enlace {
    float: right;
}

#tablaInfoWindow th {
     font-size: 8px;
}

.boton button {
     width: 23px;
     cursor: pointer;
     background: rgba(0,124,177,0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 7px center/7px 10px no-repeat;
    border-left: 1px solid #D4D4D4;
     height: 48px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border: 0;
    color: #FFF;
    display: block;
    position: absolute;
    right: 200px;
    top: 8px;
}

@media (max-width:515px) {
	.contentPpal {
	   right: inherit;
	}
	#msgAccion {
	   position: initial;
	   margin: 0;
	   margin-bottom: 15px;
	   width: initial;
	   overflow-x: scroll;
	}
}

@media (max-width:400px) {
	.contentPpal {
    	width: 80%;
	}
}
