﻿@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'ghotamroundedbook';
	src: url(../fonts/GothamRnd-Book.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url(../fonts/GothamRnd-Medium.otf);
	font-weight: normal;
	font-style: normal;
}

html,
body {
	padding: 0;
	margin: 0;
	height: 80%;
	width: 100%;
}

.viewMap {
	width: 95%;
	height: 60%;
	border-radius: 10px;
}

.margenes_generales {
	padding-right: 40px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 30px;
	font-family: "Gotham";
}

.menu1 {
	display: block !important;
	width: 100%;
	background-color: #F5F5F5;
}

.bloques {
	width: 100%;
	display: flex;
}

.mapasnew {
	width: 32%;
	padding-left: 1%;
}

.footnew {
	width: 32%;
	padding-left: 2%;

}

.texto_1 {
	font-size: 14px !important;
}

.men1 {
	width: 11%;
	float: left;
	text-align: center;
	background-color: #F5F5F5;
}

.menu1 tbody {
	display: block !important;
	vertical-align: none !important;
	border-color: inherit;
}


#selectTercer {
	border-radius: 10px 10px 10px 10px;
}

.leyenda_icon {
	width: 10px;
	height: 10px;
}

.optionsDiv {
	font-family: "Gotham";
	border-radius: 10px 10px 10px 10px;
}

/* All select elements on page */
select {
	position: relative;
}

.tabla_variable {
	background-color: rgb(232, 231, 231);
	height: 50px;
	margin: 0 auto;
	padding: 10px 10px 10px 40px;
	border-radius: 10px;
}

.variable {
	color: #199bd8;
	opacity: 100%;
	border-radius: 10px 10px 10px 10px;
	border-color: white;
	font-family: "Gotham";
	/* font-size: 18pt  !important; */
	border-top-width: 10px;
	border-bottom-width: 10px;
	border: 20px solid rgb(232, 231, 231);
	/* padding-right: 20px; */
	padding-left: 0.5px !important;
	padding: 10px 5px 5px 40px;
	APPEARANCE: NONE;
	/*background-image: url(flecha.png); */
}

/* Style by class. Effects the text of the contained options. */
.filtros {
	color: #199bd8;
	opacity: 100%;
	border-radius: 10px 10px 10px 10px;
	border-color: white;
	font-family: "Gotham";
	font-size: 14pt !important;
	border-top-width: 10px;
	border-bottom-width: 10px;
	APPEARANCE: NONE;
	background-color: #FFF !important;
	margin-bottom: 10px;
	min-width: 100px;
}

.scalebar_top {
	color: white;
	border: 15px;
}

.tabla_predios {

	height: 10%;
	width: 100%;
	color: #000;
	text-align: left;
	font-family: "Gotham";
	font-size: 20pt;
}

.tabla_0 {
	background-color: rgb(232, 231, 231);
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	border-radius: 10px;
}

.tabla_0 div {
	margin-top: 15px;
	margin-bottom: 15px;
}

.tabla_1 {
	width: 70%;
	float: left;
	font-family: "Gotham";
	font-size: 14pt;

}

.tabla_2 {

	color: white;
	text-align: center;
	font-family: "Gotham";
	font-size: 16pt;
	border-radius: 15px;
	width: 30%;
	float: right;
}

.tabla_3 {
	background-color: #00b0c1;
	border-radius: 5px;
	margin: 0 !important;
	width: 60px;
	float: right;
	font-family: "Gotham";
	font-size: 13px;
}

.tabla_predios_2 {
	background-color: #FFD709;
	color: #000;
	border-radius: 5px;
	margin: 0 !important;
	width: 60px;
	float: right;
	font-family: "Gotham";
	font-size: 13px;
}

.tabla_predios_3 {
	background-color: #56B750;
	border-radius: 5px;
	margin: 0 !important;
	width: 60px;
	float: right;
	font-family: "Gotham";
	font-size: 13px;
}

.texto_1 {
	color: rgb(3, 69, 107);
	font: GothamRounded* !important;
	font-size: 18px;
	font-weight: bold;
}

.texto_2 {
	color: #000000;
	font-family: "Gotham";
	font-size: 11px;
}

.texto_3 {
	color: #003A5B;
	font-family: "Gotham";
	font-size: 15px;
}

.texto_4 {
	color: #4d4d4d;
	font-family: "Gotham";
	font-size: 12px;
}

.texto_5 {
	color: #4d4d4d;
	font-family: "Gotham";
	font-size: 12px;
}

.select2-container .select2-choice {
	color: #199bd8;
	font-family: "Gotham";
	font-size: 14pt !important;
}

.separadores {
	background-color: red;
	padding-right: 30px;
	padding-right: 30px;
}

.tabla_espacio {
	padding-right: 30px;
	padding-left: 10px;
	background-color: #FAFAFA;
	font-family: "Gotham";
}

.borde_sombra {
	box-shadow: 0 10px 5px #F5F5F5;
	-moz-border-radius: 30px;
}

/* Style by id. Effects position of the select drop down. */
#styledSelect {
	left: 100px;
}

.tables {
	border-collapse: separate;
	border-spacing: 10;
	border: 1px solid black;
	border-radius: 15px;
	-moz-border-radius: 20px;
	padding: 2px;
	-webkit-border-radius: 15px;
	font-family: "Gotham";
}

.tables_down {
	padding: 10px;
	color-font: #003A5B;
	font-family: "Gotham";
}

.esri-scale-bar__line--bottom {
	top: -1px !important;
	border-top: 3px solid #ffffff !important;
}

.espacio_mitad {
	cellspacing: 30px !important;
}

.viewMap {
	height: 400px;
	border-radius: 5px;
	overflow: hidden;
}