

.b_advanced_search{

   margin-top:            1%;
   margin-left:          10%;
   width:              200px;
   height:              40px;
   cursor:           pointer;
   color:              white;
   background-color: #107c10;


   display:             flex;
   text-align:        center;
   justify-content:   center;
   align-items:       center;
   
}

#c_advanced{

    position:                  relative; 
    top:                            35%;
    left:                            5%;
    width:                          90%;
    z-index:                         10;
    background-color:             white;
       
    visibility:                 visible;
    border:  1px solid rgb(230,230,230);

}

.closeAdvanced{

    position:  absolute;
    top:           10px;
    right:         30px;
    font-size:     36px;
    color: rgb(20,20,20); 
    text-decoration: none;

}

.line{
  	
    position: absolute;
    top:    15%;
    left:   50%;
    width:  1px;
    height: 70%;
    background-color: rgb(200,200,200);	

}

#c_formularios{

    position:           absolute;
    top:                    50px;
    left:                     5%;
    width:                   90%;
    
    display:                 flex;  
    flex-wrap:               wrap;  
    justify-content: space-around;  

    background-color: white;
}


form{

	 top: 		   10%;
	 width: 	   40%;
	 height: 	   80%;

	 background-color: white;
	 border-radius: 3px;
	 color: #999;
	 font-size: 0.8em;
	 padding: 20px;
	 margin: 0 auto;
	 width: 300px;

  /* border:  1px solid rgb(220,220,220);*/

}

input, textarea{
	border: 0;
	outline: none;
	width: 280px;
}

textarea{

  height: 20%;

}

.boton_lupa{

   margin-left: 30px;

   width:    200px;
   height:    40px;
   cursor: pointer;
   color:    white;
   background-color: #107c10;

   display:           flex;
   text-align:      center;
   justify-content: center;
   align-items:     center;
}

.len{
 
  font-size:         25px;                       /*letra debe ser responsive...*/
  text-align:        left;
  color:            white;
  cursor:         pointer;
}

/*=============================================================================*/
.selector{
   

   outline:                       none;
   width:                          80%; 
   height:                        30px;
   min-width:                    250px;
   font-family:              'Raleway';
   background-color:             white;
   border:  1px solid rgb(220,220,220);

}
/*=============================================================================*/

#inp_barrio{

    display: none;
    
}




/*===================================*/
/*PARA PANTALLAS MOVILES*/
/*===================================*/
@media screen and (max-width:800px){


.line{
       visibility: hidden;
    }

form{

  width: 90%;
}

.selector{
   min-width:  180px;

}

}