@media screen and (max-width: 1000px){

/************Inicializacion de estilos****************/

.contenedor{
	width: 925px;
}

/************Cabecera**************/

header{
	margin: auto;
}

#cabecera1{
	width: 925px;
}

img.ord{
	display:none;
}

/************Menú**************/

/************Columnas**************/

/************Pie**************/

footer {
	width: 925px;
}

}
