

/* localizador de partes 2 -  css adicional*/



/* header */
#HeaderTitulo {
	border-bottom: 5px solid #252e35 !important;
	background: #f2f2f2;
	color: #252e35;
}
#HeaderLogo {
	border-bottom: 5px solid #252e35 !important;
	background: #f2f2f2;
}


/* buscardo */
#BuscarSearch {
	background: #252e35 !important;
	height: 42px;
	padding: 5px 10px;
}
#buscador {
	margin: 0 10px;
	top: 0px;
}


/* area de lista resultados y busqueda*/
#resultadosAgencia{
	background: #f2f2f2;
	top: 206px !important;
	width: 100% !important;
	position: absolute;

	overflow-y: scroll;
	overflow-x: hidden;
}
#resultadosMaster{
	top: 52px !important;
	width: 100% !important;
	height: auto !important;
	overflow-y: hidden !important;
	background: #252e35;
	-webkit-box-shadow: inset 0px 4px 5px #13171b;
	-moz-box-shadow: inset 0px 4px 5px #13171b;
	box-shadow: inset 0px 4px 5px #13171b;
}


#mostrarOcultar{

}

/* resultados de busqueda*/
.ui-autocomplete {
	height: 75%;
	top: 100px !important;
	left: 0px !important;
	width: 30% !important;
	/*min-width: 320px !important;*/
	border-bottom: 2px solid #eee;
	position: absolute !important;
}
li.ui-menu-item {
	padding-left: 10px;
}
.ui-menu-item:hover {
	padding-left: 10px;
}
.ui-input-text {
	border-radius: 5px;
}
.ui-bar-f{
	background: #f2f2f2;
}



/* lista de resultados */
#listbusq {
	width: 100%;
	margin: 0px;
}
.ui-li .ui-btn-text a.ui-link-inherit {
	white-space: normal !important;
}

ul#listbusq .ui-grid-a{
	padding-right: 0px;
	padding-top: 7px;
}

/* lista contenido */
#listbusq .ui-block-a{
	/*width: 70% !important;*/
	padding-right: 15px;
	float: left;
}

#listbusq .ui-block-b{
	border-radius: 5px;
	padding: 5px;
	min-width: 80px !important;
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}


.ui-btn-inner {
	font-size: 16px;
	white-space: normal;
	zoom: 1;
}
.ui-btn-hover-f:visited,.ui-btn-hover-f:hover,.ui-btn-hover-f a.ui-link-inherit {
	color: #252e35 /*{f-bhover-color}*/; background:#e6e6e6;
}

#masterInformacion{
	padding-left: 10px;
	color: #fff;
	margin: 25px 0 25px 0;
}
#masterInformacion h3{
	color: #51585d;
	margin-bottom: 15px;
}
#masterInformacion p{
	font-weight: normal;
	margin: 3px;
}
#barraDescripcion{
	height: 20px;
	background: #51585d;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	/*bottom: 0px;
	position: absolute;*/
	width: 100%;
}
#barraDescripcion p{
	margin: 2px 0 0 10px;
	float: left;
}

/* mapa */
#mapaExistencia{
	background: #CCC;
	padding: 10px;
	position: absolute;
	border-radius: 5px;
	top: 67px;
	right: 0px;
	font-weight: bold;
	font-size: 16px;

}
#cve{
           /*position: absolute;
           top: 0;*/
           left: 270px;
           text-align: center;
           line-height: 5px;
           background: white;
        }
/* footer */
.ui-footer{
	z-index: 100 !important;
	background: #252e35;
	padding-top: 10px;
	height: 30px !important;
	text-align: center;
}


@media only screen and (min-width: 600px) {
    .ui-block-a{ width: 40%}
    .ui-block-b{ width: 60%}
    #resultadosAgencia { top: 239px; }
}

.menu-no-link{
	margin: 0px;
	padding:10px;
	color: gray;
	border:1px solid #E6E6E6;
}
