header{
	overflow:auto;
    text-align:right;
}
header .responsive{
	overflow:initial;
}
header img.logoWeb{
    float:left;
    margin: 20px 15px;
    max-height: 69px;
}
header img.oficial{
	float:right;
	margin-left: 15px;
}
header button.menu{
    background:none;
    border:none;
    border-radius:10px;
    box-shadow: none;
    color: #666;
    display:none;
    font-size:40px;
    height: 49px;
    line-height: 44px;
    margin: 21px 8px;
    padding: 5px;
    vertical-align: middle;
    width:49px;
}
header button.menu:hover{
    background:none;
    color:#D21921;
}
header ul.header{
	/*margin-bottom: -11px;*/
	padding: 32px 0 3px 0;
	display: block;
	width: 100%;
}
header ul.header > a{
    border-left:1px solid #999;
    display:inline-block;
    line-height:16px;
    padding:5px 15px;
    vertical-align:middle;
}
header ul.header > a li{
	/* margin-bottom: -11px; */
}
header ul.header > a:first-child{
    border-left:none;
}
header ul.header > a[href]:hover{
    /*color:#FFF;
    background-color:#D21921;*/
    color:var(--tts-primary-color);
}
header ul.header > a li:before{
    margin-right:5px;
    margin-top:-3px;
    vertical-align:middle;
}
header ul.header > li.telefono:before{
    margin-top:-.1em !important;
    vertical-align:middle;
}
header strong.telefono{
    display: inline;
    font-size:18px;
    /* line-height:19px; */
    white-space:nowrap;
}
nav.buscadores{
  display: block;
}

@media (max-width: 767px){
	header img.logoWeb {
		margin: 15px 15px;
	}
    header button.menu{
        display: inline-block;
        margin-left: 0;
    }
	header img.oficial{
		float: left;
		height:auto;
		/* margin-top:7px; */
		width:110px;
	}
    header ul.header{
        padding:0;
        /* display: none; */
    }
    header ul.header > a{
        text-align:center;
        border-left:none;
        display:initial;
        line-height:25px;
        padding:0;
    }
    header .telefono{
        background-color:#E9E9E9;
        display:inline-block;
        line-height: 1.4em;
        padding-bottom:5px;
        padding-top:5px;
        text-align:center;
        width:100%;
    }
    header .telefono strong{
        margin-right:0;
    }

    nav.buscadores{
      display: none;
    }
}

@media (max-width: 480px){
	header img.logoWeb {
		margin: 15px 15px;
		height:50px;
		width:auto;
	}
    header button.menu{
        /* display: inline-block; */
        /* margin-left: 0; */
        margin: 15px 10px;
    }
	header img.oficial{
		float: left;
		height:80px;
		margin-left: 0px;
		width:auto;
    }
    header ul.header > li.telefono{
    	font-size:12px;
	}
}

@media (max-width: 402px){
	header img.logoWeb {
		height:40px;
	}
	header img.oficial{
		height:60px;
		margin-top:10px;
    }
    header button.menu{
    	font-size:30px;
    	margin: 12px 10px;
    }
}
