#opcionesbusqueda {
    min-width: 205px;
    font-size: 11px;
    margin-left:15px;
}


#map_parentcanvas {
 border: 1px solid black;
 height: 580px;
 width: 500px;
 margin: 20px;
}

#map_canvas {
 border:0;
 padding: 0;
 height: 540px;
 width: 100%;
}


.SearchCaracteristicaTitulo {
 color: white;
 font-weight: bold;
 background: #009EE0;	
 padding-left: 15px;
 cursor: pointer;
 height: 20px;
 vertical-align: middle;
 width: 200px;
 display: table-cell;
 -khtml-border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow:inset 4px 4px 10px #40AAFF;
 -moz-box-shadow:inset 4px 4px 10px #40AAFF;
 box-shadow:inset 4px 4px 10px #40AAFF; 
 }	

.SearchCaracteristica {
 width: 100%;
}	

.SearchTags {
	width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
}	

.SearchTAG {
}

.pestana {
 color: white;
 /*background: #009EE0;*/
 vertical-align: middle;    
 display:table-cell;
 padding: 8px 20px 3px 20px;
 -khtml-border-radius: 15px 15px 0 0;
 -webkit-border-radius: 15px 15px 0 0;
 -moz-border-radius: 15px 15px 0 0;
 border-radius: 15px 15px 0 0;
 cursor: pointer;
}

.pestanaselected {
    font-weight: bold;
}

.datosbusqueda {
 padding: 10px; 
 margin: -2px;
 width: 100%;
 min-height: 350px;
 padding-bottom: 20px;
}

.round15 {
 -khtml-border-radius: 15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 border: 0px solid;
}

.searchinputtext {
 background: url(/icons/icn_buscarwhite.png) no-repeat scroll 12px 6px #009EE0;
 background-size: 18px 18px;
 border: 0px solid #dadada;
 -khtml-border-radius: 12px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 width: 144px;
 height: 24px;
 color: white;
 padding-left:40px;
 padding-top: 4px;
 padding-right: 16px;
 font-weight: bold;
 font-size: 14px;
}	


.searchinputtext::-webkit-input-placeholder { /* WebKit browsers */
 color: #BBE7FA;
}
.searchinputtext:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #BBE7FA;
}
.searchinputtext::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #BBE7FA;
}
.searchinputtext:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #BBE7FA;
}

.searchinputtext:focus {
 background: url(/icons/icn_buscarwhite.png) no-repeat scroll 12px 6px #009EE0;
 background-size: 18px 18px;
 color: white;
}

.searchinputtext {
    outline: none;
}    

#NuevoSectorArea {
 float: right;
 cursor: pointer;
 color: blue;
}

.inputelements {
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid silver;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
}

.inputelements:checked:after {
    content: ' ';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #009EE0;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}
 
.inputelements:checked {
    background-color: #7FEEFF;
    color: #7FEEFF;
    border: 1px solid #00BEFF;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
 
.inputelements:active, .inputelements-radio:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.searchoption,.resultsfound {
 border: 0;
 vertical-align: middle;
 color: white;
 display: table-cell;
 padding-left: 4px;
}

.enConstruccion{
	margin-top:50px;
	margin-left: 170px;

	width:500px;
	height:400px;

}
