@media screen and (max-width: 1199px){
	
}
@media screen and (max-width: 992px){
    
    #ContactInformationFooter{
        top: 6px;
    }
    #Contact-footer{
        top:5px;
    }   
	#logoCabecera img{
		
	}
	#SearchBox{
		 max-width: 150px;
	}
}
@media screen and (max-width: 768px){
    /*------------------HEADER---------------------------*/
    .socialTop{
        margin:5px auto;
        display: inline-block;
    }    
    .banderas{
        margin:5px auto; 
    }
    #headerBottomRow{
        background: #3A393E;
    }
    #logoCabecera {
        top:0px;
        margin:5px auto;
    }
	#logoCalidad{
		top:0px;
        margin:5px auto;
	}
    #ContactInformationHeader{
        top:0px;
        margin:5px auto;
    }
    #SearchBox{
        top:0px;
        margin:5px auto;
		max-width:295px;
    }
    #menu{
        left:0px;
    }
    .celda_menu{
        padding: 0px !important;
    }
    /*------------------FOOTER---------------------------*/
    #ContactInformationFooter{
        top:0px;
        margin:5px auto;
    }
    #social_footer{
        top:0px;
        margin:5px auto;
    }
    #copyright{ 
        text-align: center;
        top:0px;
        margin:5px 0px;
    }
    #Contact-footer{
        margin:5px 0;
    }
    #dusnic{
        top:4px;
        margin:5px auto;
    }
    #legal{
        top:0px;
        margin:5px auto;
    }
	#email_footer{
		top:0px;
		margin:5px auto;
	}
}
