
.container{
	position:relative;

}
#icono{
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
#nombre-sede{
	color:#f00;
	font-size:0.8em;
}
select{
	background-color:#8099B5;
	color:#fff;
}
@media only screen and (max-width:768px){
	#icono{
		display:block;
		position:relative;		
		text-align:center;	
	}
}

@media only screen and (max-width:981px){
	#icono img{
		width:56px;
	}
}