/* buscador campor*/
    .searchField {
        display: inline-block;
        height: 38px;
        border: 1px solid grey;
        font-size: 20px;
        outline: grey;
        padding: 5px;
        padding-right: 0px;
        cursor: pointer;
        color: grey;
        box-sizing:border-box;
		border-radius: 0;
    }
.searchInput{margin-left:-15px;}
.searchInput button {
	background-color: transparent;
	border: none;
}
.searchInput select {
	color: grey;
	padding: 5px;
	height: 38px;
	border: 1px solid grey;
	width: 100%;
}
.searchInput option[value=""][disabled] {
  display: none;
}
.searchInput .glyphicon {
}

/* tab notificaciones*/
.container-tabNotificaciones {
	position: fixed;
	right: 20px;
	bottom: 0;
}


/* color buescador*/
footer{
	/*padding: 80px 0 180px 0;*/
	/*background-image: url(/img/old/14.png);*/
	background-position: bottom ;
	background-repeat: no-repeat;
	background-color: #fff;
	/*color:#b7b7b7;*/
	color:#787172;
}

footer img{
	margin: 0 0 20px 0;
}

footer ul li a:before{
    content: '\f178';
    font-family: 'FontAwesome';
    color: #787172;
    padding-right: 0;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.25s;
}

footer ul li:hover a:before{
    content: '\f178';
    font-family: 'FontAwesome';
    padding-right: 0.9rem;
    margin-left: 0px;
    opacity: 1;
    visibility: visible;
}


/*footer ul li{
	list-style:none;
	color:#666;
	line-height: 160%;
	cursor: pointer;
}
footer ul li a{
	font-size:11px;
	color:#999;
	display: inline-block;
}

footer ul li a:hover{
	font-size:11px;
	text-decoration:none;
	 color:#008282;
	display: inline-block;
}
footer p{
	font-size:12px;
	color:#999;
}*/

footer .btn-outlined.btn-gris {
    background: none;
    color: #7C7C7C;
    border-color: #7C7C7C;
    border-radius: 0px;
}
footer .btn-sm {
    font-size: 12px;
    line-height: 16px;
    border: 2px solid;
    padding: 8px 15px;
}
footer .btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer .btn {
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0.8rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid;
    padding: 8px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer .btn-outlined.btn-gris:hover, .btn-outlined.btn-gris:active {
    color: #FFF;
    background: #00aead;
    border-color: #00aead;
}

.bicolor{
	width: 100%;
	margin: 0 auto;
	
}

.bi-block{
	float: left;
	display: block;
	height: 2px;
	
}

.bi-red{
	width: 54%;
	background-color: #eb3646;
}

.bi-blue{
	width: 46%;
	background-color: #0F69B4;
}
