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

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

.contenedor{
	width: 998px;
}

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

#cabecera1{
	width: 998px;
}

img.tab{
	display:none;
}

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

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

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

footer {
	width: 998px;
}

}
