/*
*	Copyright: (CC) 2009, El Mostrador. All rights reserved.
*	Version: 1.2.1
*	Author: Juan Pablo Barrientos Lagos, aka Juanpablob, http://twitter.com/juanpablob
*	Visual Design: Felipe Pimentel, http://twitter.com/pimentel
*	
*	File Description: Special classes for better printing.
*/

.user-bar,
#wrap .pre-header,
.breaking-news,
#header .main-nav,
#header .hot-topics,
#single .news-aside,
#single .footer-actions dl,
#single .news-video,
#single.comments-layout #comments,
#aside,
#footer {
	display: none;
}
#header {
	height: auto !important;
}
#content {
	margin: 0;
}
#content {
	width: 650px !important;
}

#page.ct-legales #header {
    display: none;
}
#page.ct-legales #content {
    width: auto !important;
}

#latebox {
    display: none;
}

.print { display: block !important;}
.no-print { display: none !important; }

#content { width: 100% !important; }
#aside { display: none !important; }

object, embed, iframe { display: none !important;}

#content { width: 80%; }

