/************ OPEN LAYERS **************/
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700);

.map {
    width:100%;
    position:absolute;
    left:0; right:0; top: 0px; bottom: 10px;
	bottom: 2.5em !important;
}

@media screen and (max-width: 900px){
	.map {
		bottom: 5.5em !important;
	}
}

.ol-attribution {
    max-width: calc(100%-3em);
}
div.fill {
    width:100%;
    position:absolute;
    left:0; right:0; top: 0px; bottom: 0px;
}
#tags {
    display: none;
}

body, h1, h2, h3, h4, p, li, td, th {
    font-family: Quattrocento Sans;
}
.navbar-inverse .navbar-inner {
    background: #1F6B75;
}
.navbar-inverse .brand {
    color: white;
    padding: 5px;
}
/*****************sobreescritura de estilos**********************/
.ol-zoom{
    bottom: 3em; right: .5em; top: auto; left: auto;
}
.ol-scale-line{
    bottom: 35px;
}
/******************Estilo para las busquedas*********************/
.busqueda{
    position: absolute;
    top: 7px;
    right: 5px;
    opacity:0.92;
    z-index: 9999;
}
.ui-autocomplete{
    opacity:0.95;
}
.highlight{
    background: #68AED4; 
    color: white;
}
/****************Estilo controles no seleccionables***************/
.no-select{    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
/****************Estilo para cambio de capas***********************/
.reset_zoom{
    position: absolute;
    right: 7px;
    bottom: 105px;
    z-index: 99;
}
.layer-switch{
    color: #eeeeee;
    bottom: 70px;
    left: 8px;
    min-height: 23px;
    z-index: 99;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 6px;
    padding-bottom: 0px;
}
.layer-sequia{
    color: #eeeeee;
    top: 125px;
    left: 8px;
    bottom: auto;
    min-height: 23px;
    z-index: 99;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 6px;
    padding-bottom: 0px;
}
.layer-switch label{
    display: inline;
}
.layer-switch .layer-item{
    margin-bottom: 6px;
    margin-right: 3px;
}
/****************Estilo para rango en heatmap**********************/
.range-scale{
    color: red;
    bottom: 8px;
    left: 150px;
    min-height: 23px;
    z-index: 99;
    font-size: 12px;
}
.range-scale-block{
    display:inline;
}
.range-scale-inline{
    vertical-align: middle; height:15px; display:inline; color: black; font-weight: bold;
}
/***************logo y leyenda smn*********************/
.titulo_smn{
    position: absolute;
    left: 8px;
    top: 90px;
    min-width: 222px;
    opacity: 0.7;
    font-size: 13px;
    z-index: 999;
    color: darkslategrey;
    font-weight: bold;
    border-radius: 5px;
    background: white;
    padding: 4px;
    font-style: italic;
}
.titulo_smn_complemento{
    top: 8px;
}
.logo_smn{
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 99;
    background: url("../IMG/logo_conagua_smn.png") no-repeat;
    width: 230px;
    height: 80px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    opacity:0.7;
    vertical-align: bottom;
}
.leyenda_smn{
    /*line-height: 10px;*/
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    z-index: 99;
    width: 100%;
	height: auto !important;
    padding: 0px;
    margin: 0px;
	text-align: center;
	text-align: -webkit-center;
	/*08-04-16, Aura: Se cambio el valor de color y background-color */
	color: #777777; /*antes: #289F54*/
	font-weight: bold;
	background-color: white; /* antes: #dff0d8*/
}

.leyenda_smn p{
	margin: 0px;
}

.leyenda_smn span{
    width: 100%;
	position: absolute;
    bottom: 5px;
	right: 0px;
}
/***********************Estilos varios*************************/
/* Buttons */
.round{
    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
    border-radius: 5px 5px 0px 0px; /* CSS3 */
}
.btn{
    background-repeat: repeat-x;
    color: #FFF;	
    font-weight: bold;
    display: inline-block;	
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    padding: 0 15px 4px;
    /*    *padding: 0 7px 4px;*/
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
    cursor: pointer;
    position: relative;
}