@media only screen and (max-width : 1114px) {
	body {background-color: #000;margin: 0}
}
@media only screen and (max-width : 870px) {
	#destaques {display: none;}
	#colizquierda {width:28%}
	#colderecha {display: none;}
	#colcentral {width:71%}
	img {max-width: 100%;height: auto;}
	.noticias .spip_logos {height:auto;width:120px}

}
@media only screen and (max-width : 640px) {
	.bannercabezal, #bannerportada, .bannercito,
	.noticias .player {display: none;}
	#colizquierda {width:100%;float: right;}
	#colcentral {width:100%;float: left;}
	#pie p {padding:1.6em}
	h3.listado a {font-weight: bold}
	#menu1, #menu2, #menu3 {display: none}
}