@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100i,100,300,300i,400,400i,700i,700,900i,900&subset=cyrillic,greek,latin-ext,vietnamese';

:root {
  --barra_herramientas:rgba(120,120,120,0.8);
  --encabezados: #d3413f;
  --boton_lateral:rgba(211,65,63,0.6);
  --boton_lateral_hover:#e76e6c;
  --resalte: #e76e6c;
  --capa_seleccionada:#2e8dc7;
  --ancho_capas:265px;
}

html,body {
font-family:'Roboto Condensed', sans-serif;
font-size:0.93em;
}

.ui-widget * { 
font-family:'Roboto Condensed', sans-serif;
}

.logo{
float:left;
height:38px;
padding:0;
margin-right:30px;
margin-bottom:2px;
}


.barra_menu {
	top:0;    
    right: 0;    
    position: absolute;
	width:700px;
	height:40px;
background-color:var(--barra_herramientas);
z-index:400;
text-align:center;
border-radius: unset;
}


.boton_menu {
float:right;
margin-top:2px;
padding:2px;
margin-left:4px;
background-color:var(--boton_lateral_hover);
border:1px solid #fff;
border-radius: 3px;
}



.titulo_principal{
margin-top:6px;	
font-size:1.6em;
font-weight:bold;
color:#fff;	
text-shadow: 1px 1px 4px #000;
}

.buscar {
top:41px;
right:0;
height:25px;
width:var(--ancho_capas);
}

.boton_cerrar {    
    top: 38px;    
	right:0;
}


.menu_capas{
visibility:hidden;
top:75px;
width:var(--ancho_capas);
box-shadow: -2px 2px 2px 2px rgb(0 0 0 / 50%);
/*height:220px;*/	
}

.control_capas {
background-color:var(--encabezados);
}

.coordenadas{
font-size:12px;
}

.ckbox_capas{

width: 18px;
height: 18px;
margin-top:2px;
	
}




/*Estilo para el mensaje de entrada*/

.div_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */ 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

.div_modal_img {	
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
 /* height: 350px;*/
  box-sizing: border-box;
  width:fit-content;  
box-shadow: 5px 10px 18px #000;  
}


.div_modal img{
	display:block;
	margin: auto;
    width:450px; 
}

.div_center{
	text-align:center;
}

.div_modal button{
position: relative;    
    left: 50%;
	transform: translateX(-50%);
padding:10px;
font-weight:bold;
}