.user-info{
	position: relative;
    display: flex;
    align-items: baseline;
}
#recoger_box{
	position: absolute;
    	right: -25px;
   	top: 0;
}

#search{
	float: right;
	clear: right;
	margin-top: 0;
}
#search .searchform {
	margin-top: 0;
}
.cnt-logo-leyenda{
	float:left;
	width: 320px;
	/*padding: 15px 0 0;*/
}
.cnt-logo-leyenda .logo-header{
	float: left; 
	margin: 0 12px 0 0;
	padding: 0;
}
.cnt-logo-leyenda .pm-title-header{
	float: left;
	margin: 0;
	position: static;
	margin: 14px 0 5px;
}
.cnt-logo-leyenda .pm-title-headerCOL{
	font-size:16px;
	float: left;
	margin: 0;
	position: static;
	margin: 14px 0 5px;
}
.cnt-logo-leyenda .date-title-header{	
	float: left;
	margin: 0;
	position: static;
}
.middle-header{
    display: flex; 
    align-items: baseline;
    justify-content: space-between;
	width: 99%;
	max-width: 960px;
	min-width: 600px;
	margin: auto;
	height: 95px;
	padding: 0 0.5%;
}
.middle-header-financera{
    display: flex; 
    align-items: baseline;
    justify-content: space-between;
	width: 99%;
	max-width: 1400px;
	min-width: 600px;
	margin: auto;
	height: 95px;
	padding: 0 0.5%;
}
.middle-header-right{	
    text-align: right;
}

.links-header-financera{
	/*margin: 34px 0 0 25px !important;*/
	margin: 60px 0 0 25px;
	position: relative;
	/*width: auto !important;*/
	/*width: 430px !important;*/
	height: auto !important;
}

.links-header{
	/*margin: 34px 0 0 25px !important;*/
	margin: 60px 0 0 25px !important;
	position: relative;
	/*width: auto !important;*/
	width: 430px !important;
	height: auto !important;
}
.mediador-logo-header{
	float: right;
	margin-top: 0;
	width: 156px;
	height: 57px;
}
.mediador-logo-header a img{
    max-height: 100%;
    max-width: 100%;
}

.top-header {
    height: 25px;
    width: 100%;
}
.top-header-financera
Specificity: (0,1,0)
 {
    height: 25px;
    width: 1400px;
    margin: auto;
}

.top-header-container{
	width: 99%;
	max-width: 960px;
	min-width: 600px;
}

.top-header-container-financera{
	width: 99%;
	max-width: 1400px;
	min-width: 600px;
	margin: auto;
}	
		
.soporte-informatico-box {
	position: absolute;
	z-index: 99999;
	background: #fff;
	border: 1px solid #adb5bb;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	margin: 0 !important;
	top: 30px !important;
	left: 35px !important;
	width: 280px !important;
	min-height: 100px !important;
	height: auto !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	padding: 10px !important; 
}
.soporte-informatico-box a{
	font-size:12px;
}

.soporte-informatico-box li{
    list-style:none;
}

.cambiar-oficina-btn{
	background: #004244;
    color: #ffffff;
    border: 1px solid #004244;
    border-radius: 2px;
}

@media (min-width: 1200px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {
	.links-header {
		height: auto;
		margin: 30px 0 0 20px;
		position: relative;
		width: 258px;
		width: 33%;
	}
	.links-header .vista{float: right;}
	.soporte-informatico-box { left: -115px;}	
	
}
@media (min-width: 650px) and (max-width: 767px) {
	.links-header{
		width: 140px;
		margin: 10px 0 0 10px;
	}
	.links-header .vista{width: 110px;}
			
	.soporte-informatico-box { top: 50px; left: -115px;}

}
@media (max-width: 649px) {
	.links-header{
		width: 440px;
		margin: 5px 0 0 0;
		clear: left;
	}
	.mediador-logo-header{
		margin-top: -65px;
	}
	#search{
		margin-top: -6px;
	}

}

/**nuevo buscador**/

#buscador-avanzado > #formulario_busqueda_indexador {
    position: relative;
    text-align: right;
    margin: 0px 0 0px;
}

 

#buscador-avanzado > #formulario_busqueda_indexador .searchfield {
    border: 3px solid #dc952d;
    box-shadow: none;
    width: 160px;
    height: 26px;
    box-sizing: border-box;
    font-size: 12px;
}

 

#buscador-avanzado > #formulario_busqueda_indexador .searchbutton {
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    border: none;
    background: url("/o/CaserWebMedMain-theme/css/../images/caser/icon_busc.png") no-repeat;
    background-position: center center;
    height: 26px;
    border-radius: 5px;
    transition: all .4s;
}

 

#buscador-avanzado > #formulario_busqueda_indexador .searchbutton:hover {
    background-color: #ccc;
}

#buscador-avanzado>#formulario_busqueda_indexador .searchfield::placeholder {
    color: #ec7a0873;

}