@media screen and (max-width: 1199px){
	.imagen_inicio{
		position:relative;
		top:46px;
	}
}
@media screen and (min-width: 992px){
	#dusnic{
		top:15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#dusnic{
		top:5px;
	}
}
@media screen and (max-width: 992px){
    .imagen_inicio{
		position:relative;
		top:0px;
	}
    #ContactInformationFooter{
        top: 6px;
    }
    #Contact-footer{
        top:5px;
    }  
	#sloganCabecera{
		top:38px;
	}
	
}
@media screen and (max-width: 768px){
    /*------------------HEADER---------------------------*/
    .socialTop{
        margin:5px auto;
        display: inline-block;
    }    
    .banderas{
        margin:5px auto; 
    }
    #headerBottomRow{
        background: #92C123;
    }
    #logoCabecera {
        top:0px;
        margin:5px auto;
    }
	#sloganCabecera{
		top:0px;
	}
	
    #ContactInformationHeader{
        top:0px;
        margin:5px auto;
    }
    #SearchBox{
        top:0px;
        margin:5px auto;
    }
    #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;
		text-align:center;
    }
	#email_footer {
		top:0px;
		margin:5px 0px;
	}
    #legal{
        top:0px;
        margin:5px auto;
    }
	.Box_Servicios_text{
		height: auto;
		margin-top: 10px;
	}
	.imagen_inicio{
		position:relative;
		top:0px;
	}
}
