.row.confirmacion2 {
    position: relative;
    display: block;
    width: 80%;
    background-color: #fff;
    /* height: 85%; */
    z-index: 1;
    margin: 0 auto;
}



.boton-menu-top {
	background-color:#939b08;
	color:#FFF;
	padding:10px;
	font-weight: 600;
}

.boton-menu-top:hover, .boton-menu-top:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #33383c;
}

.cdh-search {
	background-color:#ececec;
	padding:14px;
}

@media (min-width: 768px){
.cdh-search {
    display: block !important;
}
}
@media (max-width: 768px){
.cdh-search {
    display: none;
    width: 100%;
}
}

.cdh-search h2{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
}

.cdh-search .cantidad{
    font-size: 15px;
    margin-top: 4px;
}

.cdh-search .cantidad span{
    font-size: 13px;
    font-weight: 600;
	display:block;
}

.cdh-search .bloque {
    padding-bottom: 20px;
}

.cdh-search .bloque .titulo{
    font-size: 15px;
	font-weight:600;
}

.lista-checkbox{
	padding-top: 30px;
	margin-bottom:0px;
}

@media (max-width: 768px){
	.lista-checkbox{
	padding-top: 10px;
	}
}

.lista-checkbox input[type=checkbox], .lista-checkbox input[type=radio]{
	margin-right: 5px;
	margin-top: 3px;
	width: 16px;
	height: 16px;
}

.login-register .log-label {
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    width: 100%;
}

.login-register .log-label {
	font-size: 13px;
	/*letter-spacing:-0.37px;*/
	color: #333;
	padding: 0 0 2px 0;
	line-height: 20px;
	font-weight: 500;
}

.cdh-ubicacion{
    padding: 10px;
    background-color: beige;
}

/*-----------------------------*/
  
            
#map {
    height: 600px;
}

@media (max-width: 768px){
#map {
    height: 480px;
}
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive{
    min-width: 100px;
    left: -50px;
    top: -36px;
    text-align: center;
    color: #fff;
    background-color: black;
    border: 1px solid #000;
    text-align: center;
    outline: none;
    border-radius: 4px;
    line-height: 24px;
}
.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -7px;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    z-index: 1;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.visitado {
    background-color: #16527d;
    border: 1px solid #16527d;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.visitado:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.visitado:before {
    border-top: 7px solid #16527d;
}


.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.activo {
    background-color: #939B08;
    border: 1px solid #939B08;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.activo:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.activo:before {
    border-top: 7px solid #939B08;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.posicion-actual {
    background-color: #ce3333;
    border: 1px solid #ce3333;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.posicion-actual:after, .leaflet-marker-icon.leaflet-div-icon.leaflet-zoom-animated.leaflet-interactive.posicion-actual:before {
    border-top: 7px solid #ce3333;
}



.contenedor.amplia {
    width: 320px;
    background-color: white;
    position: absolute;
    height: 100%;
    z-index: 1000;
    right: 0;
    /*height: 96%;*/
    /* margin: 4px; */
    top: 0;
}

@media (max-width: 768px){
.contenedor.amplia {
    width: 100%;
}
}

.contenedor.amplia .box-contenido{
	height: 100%;
    padding-top: 20px;
}

@media (min-width: 992px){
.padding-map {
	padding-left:0px;
}
}

.map {
    position: relative;
}

.cargando {
    top: 50%;
    margin-top: -128px;
    position: relative;
}

.boton.cierre {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    top: 0;
    right: 0;
    position: absolute;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0px;
}

.boton.cierre:hover {
    cursor: pointer;
} 

.div-articulo {
   border: solid 0px #eaeaea; 
}

.leaflet-tile-container img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.grupo-valor{
    width: 100%;
}
.grupo-valor.input-group input.form-control{
    width: 60%;
}
.grupo-valor.input-group select.form-control{
    width: 40%;
}
    