/*
 * Elementos principales de layout.
 * Los redefinimos para una mejor impresión.
 */
.hide_on_print {
	display: none;
}

.main_logo     {
	float: right;
}

.full_width    {
	width: 100%;
}

