@media screen and (min-width: 992px){
	#Contact-footer-text{
		top: 5px;
	}
	#Contact-footer-num{
		top: 2px;
	}
	#dusnic{
		top:15px;
	}
}
@media screen and (max-width: 991px){
    
    #ContactInformationFooter{
        top: 6px;
    }
    #Contact-footer{
        top:5px;
    }      
	.listadoNoticiaTitulo h2 a{
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#dusnic{
        top:5px;
    }
	#Contact-footer{
		top: 2px;
	}
	#copyright{
		top: 6px;
	}
}
@media screen and (min-width: 768px){
	#social_footer{
	}
    #logoCabecera {
		text-align: left;
    }
}
@media screen and (max-width: 767px){
    /*------------------HEADER---------------------------*/
	#headerMiddle{
		min-height:auto;
	}
    .socialTop{
        margin:5px auto;
        display: none;
    }    
    .banderas{
        margin:5px auto; 
    }
    #headerBottomRow{
        
    }
    #logoCabecera {
        top:0px;
        margin:8px auto;
		text-align: center;
    }
    #ContactInformationHeader{
        top:0px;
        margin:5px auto;
    }
    .SearchBox{
        top:0px;
        margin:5px auto;
    }
    #menu{
		display: block;
		left: 0;
		margin: 5px;
    }
	#headerMiddleRow .SearchBox{
		display:none;
	}
	
	#BoxSearchMovil{
		position: absolute;
		top: 0;
		left: 52px;
		width: 263px;		
	}
	#BoxSearchMovil .SearchBox{
		height: 42px;
		max-width: 100%;
	}
	#BoxSearchMovil .boxLatBusqueda{
		width:100%;
		height: 100%;
	}
	#BoxSearchMovil .SearchBox .SearchBoxInput{
		height: 100%;
		max-width:100%;
	}
	#BoxSearchMovil .SearchBox .SearchBoxButton{
		top: 10px;
		right: 10px;
		position:absolute;
	}
    .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;
    }
    #legal{
        top:0px;
        margin:5px auto;
    }
	.titulo_bloque{
		margin-top: 10px;
	}
	#bloque_1_pie{
		min-height:auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#bloque_2_pie{
		min-height:auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#bloque_3_pie{
		min-height:auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#bloque_4_pie{
		min-height:auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 700px){
	#BoxSearchMovil{
		display:block;
	}
}