header {
	
	width: 100%;
	height:70px;
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
	color:#fff;
	padding-left: 20px;
    padding-right: 20px;
	


}







.contenedortop{
	
	width: 100%;
	
    margin: auto;
    background: #ffffff;
border-bottom: 1px solid #F85800;
}


.contenedor img{
	width: 100%;
	
	max-width: 140px;
	height:auto;
	filter: opacity(1);
    -webkit-filter:  opacity(1);
	-moz-filter: opacity(1);
    transition: all 1.5s;
}


.contenedor img:hover{
	width: 100%;
	height:auto;
	filter: opacity(0.6);
	-webkit-filter:  opacity(0.6);
	-moz-filter: opacity(0.6);
	-ms-filter: opacity(0.6);
   
}




header .contenedor{
	
	display:table;
   
    

}	
	


@media (max-width:900px) {

header {
	
	width: 100%;
	height:70px;
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
	color:#fff;
	padding-left: 0px;
    padding-right: 0px;
	


}



}

